v0.8.0-beta.1
版本发布时间: 2015-12-21 03:42:27
cibernox/ember-power-select最新发布版本:v8.3.1(2024-09-09 14:37:17)
This is the first release in the 0.8.0 cycle.
Unlike previous versions where breaking changes were pretty minor, this version includes some noticeable changes that might break your app or your custom components. This was necessary as the component iterates over a stable public API.
The most notable change is that the multiple select component is not longer a option multiple=true
option, but an entirely different component {{power-select-multiple}}
, that is composed over the default component. Dogfooding at it's best. Apart from that change, the public API remains identical, so this should be easy to fix.
If you are creating your passing custom selectedComponent
, optionsComponent
or beforeOptionsComponent
to replace the defaults, there is another breaking change. The selected element is now passed to those component as selected
instead of selection
. This change was made to match the name of the public API. I should never have been different.
See the changelog for more detailed changes.