Skip to content

2.4.0

Compare
Choose a tag to compare
@mohakapt mohakapt released this 15 Aug 13:05
· 57 commits to master since this release
899dabd

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() and blendColors() 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 />.