Upgrade 0.26 to 0.27
Change startupjs and all @startupjs/* dependencies in your package.json to ^0.27.
BREAKING CHANGES
AutoSuggest
maxHeightproperty is removed. Usestyleinstead
Popover
widthproperty is removed. UsewrapperStyleinsteadheightproperty is removed. UsewrapperStyleinsteadmaxHeightproperty is removed. UsewrapperStyleinstead- add prop
position(more details) - add prop
attachment(more details) - add prop
placements(more details) - add prop
durationOpen(more details) - add prop
durationClose(more details)
Dropdown
activeValueproperty is removed. UsevalueinsteadpopoverWidth, property is removed. UsepopoverWrapperStyleinsteadpopoverHeight, property is removed. UsepopoverWrapperStyleinsteadpopoverMaxHeight, property is removed. UsepopoverWrapperStyleinstead- rename prop
styleActiveItemtoactiveItemStyle - add prop
position(more details) - add prop
attachment(more details) - add prop
placements(more details) - add prop
drawerCancelLabel(more details)
Multiselect
- remove
tagVariantandactiveColor, use insteadTagComponentto customize tag in component
SmartSidebar
- remove deprecated
backgroundColor, usestyleinstead
DrawerSidebar
- remove deprecated
backgroundColor, usestyleinstead
Sidebar
- remove deprecated
backgroundColor, usestyleinstead
Docs
- remove language parameter from url
Bug Fixes
- fix postinstall script
- remove default
onPressinButtoncomponent - fix wrong view on initial render of
Checkboxcomponent
Features
- Tooltip: add component (more details)
- Multiselect: add
TagComponentto customize tag in component - Tabs: add component (more details)
- add
yarn init-projectexecuted from the monorepo root which creates a test project at./temp/app - Button: for asynchronous functions passed to the
onPressproperty, display theLoadercomponent during function execution - close
Dropdownon caption click