ghiscoding / Aurelia-Bootstrap-Plugins

Aurelia-Bootstrap-Plugins are Custom Elements to bridge with a set of 3rd party Bootstrap addons
https://ghiscoding.github.io/Aurelia-Bootstrap-Plugins
MIT License
45 stars 23 forks source link

Startup problems after dependency "bootstrap-select" was updated to 1.13.0 #46

Closed Melfi11 closed 6 years ago

Melfi11 commented 6 years ago

Bootstrap-select was updated on 19th of april to the new release version v1.13.0.

https://github.com/snapappointments/bootstrap-select/releases/tag/v1.13.0

Within aurelia-bootstrap-select there is the dependency to bootstrap-select (latest minor-version) in the package-json:

"bootstrap-select": "^1.12.2",

So it will pull the new release. With this release we´ve got some problems in our aurelia-applications:

  1. Startup issue - cannot read property 'Constructor' of undefined

image

  1. in another application the display of the select-picker crashed:

image

  1. On getting the selected value the page hangs up with following error message:

image

If i set back the version of the dependency bootstrap-select to the last patch-version everything is fine and all of these errors are gone. I set the version of the dependency in my local copy of the plugin in the node-modules folder:

"bootstrap-select": "~1.12.2",

ghiscoding commented 6 years ago

ok thanks for the detailed explanation. I'm currently in vacations and will get to it when I get back.

ghiscoding commented 6 years ago

Pushed a new version 1.1.3 on NPM Would you mind verifying it before closing the issue?

Thanks for the feedback

ghiscoding commented 6 years ago

no news, good news. I will consider this as now working