Releases: BearStudio/react-native-ficus-ui
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)
1.3.0
New DraggableModal
component and Box
props !
This version contains a new DraggableModal
component based on react-native-bottom-sheet
library 🎉
Also React Native 0.76 introduces new style props boxShadow
and filter
for View.
Those props are now available on Ficus UI, you can pass boxShadow
and filter
props directly to Box
component (and others Ficus UI components) ! 🤩
Breaking change
This library now needs react-native-gesture-handler to be installed inside the React Native project. If you use Expo Go then you have nothing to do as Gesture Handler is integrated inside Expo SDK. But if you use a Bare React Native project, please follow those instructions in first : https://docs.swmansion.com/react-native-gesture-handler/docs/fundamentals/installation/
1.2.1
Bug fixes on components
- Fix
Avatar
photo display on web - Fix
Badge
size foroutline
variant - Fix
IconButton
andButton
sizes
1.2.0
1.2.0 is out ! again new components and features 🤩 🎉
New features :
- Style any RN component with
as
prop onBox
component - Variants added for
Button
component - New props
size
andisRound
forButton
component
New components available :
Tabs
componentIconButton
componentSlider
component
1.1.0
New components and features 🎉
New components available :
Badge
componentAvatar
componentPinInput
component
Now we can pass responsive styles with array value in props