2.4.0
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
midnight
theme. - Exported
getColorPalette()
andblendColors()
functions (If you want to use them in your app). - Added
colorPalette
prop 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
disabled
prop wouldn't get passed from<Section />
.