Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.06 KB

0.36.md

File metadata and controls

21 lines (13 loc) · 1.06 KB

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 Link component properties for route

startupjs/ui/Badge

  • size='s' now shows content, if you don't want to show content, then use the variant='dot' property

typography/fonts

  • the structure of $UI.fontFamilies was changed. Now it accepts platform-specific keys web, android, ios, windows, macos, native to override fonts on a particular platform and one special key default to 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.Item when using the Select property showEmptyValue = {false}. Need to update @react-native-picker/picker library to version 1.16.1.

startupjs/ui/Hr

  • remove deprecated Hr component, use Divider instead