Skip to content

Releases: BearStudio/react-native-ficus-ui

2.0.0

11 Jul 16:32
Compare
Choose a tag to compare

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

05 May 07:03
Compare
Choose a tag to compare

Fix on dependencies build, please use this one instead of 1.3.4

1.3.4

05 May 06:53
Compare
Choose a tag to compare

Fix on Switch component : #45

1.3.3

08 Nov 16:45
Compare
Choose a tag to compare

Fix on Stack component

Thanks to @LivioGama, issue #38 has been fixed (error for access on zIndex prop for Stack component)

1.3.2

08 Nov 14:48
Compare
Choose a tag to compare

Fix on textShadowOffset prop

Prevent crash on iOS with textShadowOffset prop on React Native new version 0.76

1.3.1

07 Nov 09:01
Compare
Choose a tag to compare

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

31 Oct 14:00
Compare
Choose a tag to compare

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) ! 🤩

https://reactnative.dev/blog/2024/10/23/release-0.76-new-architecture#box-shadow-and-filter-style-props

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

25 Oct 07:28
Compare
Choose a tag to compare

Bug fixes on components

  • Fix Avatar photo display on web
  • Fix Badge size for outline variant
  • Fix IconButton and Button sizes

1.2.0

22 Oct 15:39
Compare
Choose a tag to compare

1.2.0 is out ! again new components and features 🤩 🎉

New features :

  • Style any RN component with as prop on Box component
  • Variants added for Button component
  • New props size and isRound for Button component

New components available :

  • Tabs component
  • IconButton component
  • Slider component

1.1.0

03 Oct 17:38
Compare
Choose a tag to compare

New components and features 🎉

New components available :

  • Badge component
  • Avatarcomponent
  • PinInput component

Now we can pass responsive styles with array value in props