Releases: BearStudio/react-native-ficus-ui
Releases · BearStudio/react-native-ficus-ui
2.2.1
2.2.0
Update FlashList dependency to V2 ⚡️
- Update version of
FlashList
to V2 https://shopify.github.io/flash-list/docs/v2-changes/ - No more need of
estimatedItemSize
onFlashList
🎉
2.1.0
Fix on Modal (breaking change) and lists
- Fix on
Modal
component, now the import is fromreact-native-modal
and not fromreact-native
- Now you should use
isOpen
prop onModal
instead ofvisible
- Fixes of props resolution on lists components :
List
,SectionList
andFlashList
2.0.4
Small fix on circular imports
- Fix on circular imports linked to default toast config
- Now default toast config use only react native components
For information, 2.0.1 / 2.02 / 2.0.3 packages versions are only adjustments for npm package presentation (no change in code)
2.0.0
Ficus UI V2 is out ! 🎉
Breaking changes
https://ficus-ui.com/docs/migration-from-v1
New features
- New theme structure and possibilities (variants / sizes)
- Better style for components and default sizes introduced (
Button
/Input
/PinInput
/Checkbox
/Radio
/Select
) - Dark mode 🌔
ficus()
method to apply Ficus UI props to any React Native component
1.3.5
Fix on dependencies build, please use this one instead of 1.3.4
1.3.4
1.3.3
Fix on Stack
component
Thanks to @LivioGama, issue #38 has been fixed (error for access on zIndex
prop for Stack
component)
1.3.2
Fix on textShadowOffset
prop
Prevent crash on iOS with textShadowOffset
prop on React Native new version 0.76
1.3.1
Fix on DraggableModal
component
Small fix on DraggableModal
component for the children props (Ficus UI theme values weren't working well on DraggableModal
children)