You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you used to extend some of the components, you will probably need to adjust that code. Everything that used to be a computed property is now a native getter and needs to be adjusted accordingly - please check the source code directly for these cases.
Not really a breaking change, but v4 really enforces the data down, actions up approach. It will now assert that @onChange is set and present and only show the passed in values, never any internal state.
Add startWeekOnSunday option (PR by rafael-paiva via #6)
Note for upgrades
If you upgrade from a previous version, and use ember-cli-sass, don't forget to import the ember-basic-dropdown partial: import "ember-basic-dropdown";. If you are using e.g. ember-power-select, you don't need to do this.