Upgrade 0.48 to 0.49
Change startupjs and all @startupjs/* dependencies in your package.json to ^0.48.
Features
@startupjs/ui/Multiselect
- add
maxTagCountproperty to limit the number of selected tags
BREAKING CHANGES
@startupjs/ui/Multiselect
- change api of
renderListItemthat renders menu item fromrenderListItem(item index, onItemPress)torenderListItem({ item, index, selected })
BEFORE:
NOW: