v1.0.0-beta.21
版本发布时间: 2016-10-02 07:34:20
cibernox/ember-power-select最新发布版本:v8.3.1(2024-09-09 14:37:17)
Notable changes:
- Support for
cancelable
tasks (p.e. ember-concurrency's tasks) in the search action! 🎉 🎉 If a search is ongoing but the component doesn't care about it anymore (because the select was closed or because a newer search was fired), instead of just ignoring that search, not EPS attempts to cancel it and save some potentially expensive work to be done. -
selectChoose
andselectSearch
now throw helpful errors when either the select or the option cannot be found. - The documentation page got some nice syntax highlighting in the code examples.