Upgrade 0.35 to 0.36
Change startupjs and all @startupjs/* dependencies in your package.json to ^0.36.
BREAKING CHANGES
startupjs/ui/Breadcrumbs
- no longer supports
Linkcomponent properties forroute
startupjs/ui/Badge
size='s'now shows content, if you don't want to show content, then use thevariant='dot'property
typography/fonts
- the structure of
$UI.fontFamilieswas changed. Now it accepts platform-specific keysweb,android,ios,windows,macos,nativeto override fonts on a particular platform and one special keydefaultto override fonts simultaneously for all platforms. If you are using fonts in your project then see docs to understand how to migrate your config.
startupjs/ui/Select
- fix error on Android with conditional rendering
Picker.Itemwhen using theSelectpropertyshowEmptyValue = {false}. Need to update@react-native-picker/pickerlibrary to version 1.16.1.
startupjs/ui/Hr
- remove deprecated
Hrcomponent, useDividerinstead