Skip to content

Releases: BearStudio/react-native-ficus-ui

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

1.0.0

23 May 12:24
Compare
Choose a tag to compare

First stable version of Ficus UI ! 🎉

  • Fixes on shadow props for all components
  • Small fix on Stack components

1.0.0-beta6

07 Jan 17:38
Compare
Choose a tag to compare

Fixes on components props
Fix on color props value on all components (now if a color value is not in the theme but it's a valid color, the value is transmitted to the component)

1.0.0-beta1

02 Nov 16:52
Compare
Choose a tag to compare

Beta release of Ficus UI

  • Basic components
  • Responsive styles
  • Props style