Skip to content

7.33.0

Compare
Choose a tag to compare
@ethanshar ethanshar released this 30 Oct 11:32
· 101 commits to master since this release

🎁 Features

β€’ Add Colors.getColor API for getting a color in a specific schemeType regardless to current scheme. usage: Colors.getColor('$backgroundPrimaryHeavy', 'light') (#3294)

πŸ”§ Fixes

β€’ Fix sortable list components flexMigration (#3308)
β€’ Move from npmignore to files in order to fix the native components packaging (#3319)
β€’ Incubator package - fix typings (#3318)
β€’ Picker - Fix dialog UI when passing useDialog (#3331)
β€’ Avatar - Fix infinite animation caused by AnimatedImage (#3332)
β€’ SortableGridList - single source of truth for itemWidth and itemSpacing (#3275)

βš™οΈ Maintenance & Infra

β€’ Button driver - add getStyle (#3296)
β€’ Functional component defaultProps migrate to parameter props. (#3311)
β€’ Docs - Colors page reformat. (#3307)
β€’ ColorPicker.Dialog exporting ColorPickerDialog. (#3324)
β€’ Docs infra improvements (#3330)
β€’ Fix TextField usage in Usage.md page (#3328)