Change startupjs
and all @startupjs/*
dependencies in your package.json
to ^0.27
.
maxHeight
property is removed. Usestyle
instead
width
property is removed. UsewrapperStyle
insteadheight
property is removed. UsewrapperStyle
insteadmaxHeight
property is removed. UsewrapperStyle
instead- 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)
activeValue
property is removed. Usevalue
insteadpopoverWidth
, property is removed. UsepopoverWrapperStyle
insteadpopoverHeight
, property is removed. UsepopoverWrapperStyle
insteadpopoverMaxHeight
, property is removed. UsepopoverWrapperStyle
instead- rename prop
styleActiveItem
toactiveItemStyle
- add prop
position
(more details) - add prop
attachment
(more details) - add prop
placements
(more details) - add prop
drawerCancelLabel
(more details)
- remove
tagVariant
andactiveColor
, use insteadTagComponent
to customize tag in component
- remove deprecated
backgroundColor
, usestyle
instead
- remove deprecated
backgroundColor
, usestyle
instead
- remove deprecated
backgroundColor
, usestyle
instead
- remove language parameter from url
- fix postinstall script
- remove default
onPress
inButton
component - fix wrong view on initial render of
Checkbox
component
- Tooltip: add component (more details)
- Multiselect: add
TagComponent
to customize tag in component - Tabs: add component (more details)
- add
yarn init-project
executed from the monorepo root which creates a test project at./temp/app
- Button: for asynchronous functions passed to the
onPress
property, display theLoader
component during function execution - close
Dropdown
on caption click