Releases: eakoriakin/ionic-selectable
Releases · eakoriakin/ionic-selectable
2.7.4
2.7.3
Features
- Added placeholder field and placeholderTemplate (91f7b67)
- Added hasValue() method (91f7b67)
Bug fixes
- Fixed empty items error when hasVirtualScroll is true (31fb6d2)
2.7.2
2.7.0
Features
- Added support for Ionic labels, including
stacked
andfloating
labels (ce1ad3e) - Added shouldStoreItemValue option (87996ee)
Breaking changes
- Removed
selectSearchableLabelTemplate
. Useion-label
instead. Don't forget to additem-content
attribute to<select-searchable>
, otherwise the component will not render.
Old
<ion-item>
<select-searchable>
<ng-template selectSearchableLabelTemplate>
Port
</ng-template>
</select-searchable>
</ion-item>
New
<ion-item>
<ion-label>Port</ion-label>
<select-searchable item-content>
</select-searchable>
</ion-item>
2.6.0
Breaking changes
isSearching
field has been replaced with startSearch() and endSearch() methods (32b1dfd)
Bug fixes
- Fix async search when inside Ionic Modal (32b1dfd)
Breaking changes
- To work properly
onSearch
event should now be used together with startSearch() and endSearch() methods as shown in this demo
2.5.1
2.5.0
Features
- Added support for items grouping, including grouping with Ionic VirtualScroll (d6694e5)
2.4.0
Features
- Added support for Ionic VirtualScroll with the following options: virtualScrollApproxItemHeight, virtualScrollApproxItemWidth, virtualScrollBufferRatio. See hasVirtualScroll option to get started (e04b9c8)
2.3.1
2.3.0
Breaking changes
isItemEnabled
option has been replaced withdisabledItems
(cea474b)
Features
- disabledItems option