Skip to content

2.5.0

Choose a tag to compare

@heysem-useinsider heysem-useinsider released this 14 Jul 14:47
· 25 commits to master since this release
v2.5.0
4189022

Good day, Everyone! 👋 This version has new support for the inset-grouped style added in iOS 14, the old grouped style is still supported but inset-grouped became the default style, I also updated the default accessory icons to match the new SF Symbols on iOS. Also, this version comes with some bug fixes and refinements. Thanks to @MadDeveloper and @Fus1onDev for their contributions.

🚨 Breaking Changes:

  • inset-grouped became the default style, If you want to keep the old style set the prop mode to Platform.OS === 'ios' ? 'grouped' : 'inset-grouped' on your <Table />.

✨ What's new:

  • Implemented a new inset-grouped section style.
  • Updated accessory icons to the new SF Symbols.
  • Updated the color palette on iOS to the latest one used by Apple.

🐛 Bug Fixes:

  • Fixed a warning when using conditional nodes inside <Section />
  • Restyled cell separators and used hairlineWidth as separator height.
  • Removed an unnecessary margin in <StaticCell />.