2.4.0
·
57 commits
to master
since this release
Good day, Everyone! 👋 This version has a new dark theme i call it midnight, this theme is implemented using iOS 13 and Android Q new dark theme standards so it will look and consistent with the rest of the system (The old dark theme is still supported for backwards compatibility). Also this version comes with some bug fixes and refinements.
✨ What's new:
- Implemented a new
midnighttheme. - Exported
getColorPalette()andblendColors()functions (If you want to use them in your app). - Added
colorPaletteprop to<Table />so you can provide your own color palette.
🐛 Bug Fixes:
- Fixed a bug in
<BioCell />where cell margins would disappear sometimes. - Refined some TypeScript types.
- Fixed a bug in all cells where
disabledprop wouldn't get passed from<Section />.