2.5.0
·
25 commits
to master
since this release
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-groupedbecame the default style, If you want to keep the old style set the propmodetoPlatform.OS === 'ios' ? 'grouped' : 'inset-grouped'on your<Table />.
✨ What's new:
- Implemented a new
inset-groupedsection 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
hairlineWidthas separator height. - Removed an unnecessary margin in
<StaticCell />.