Skip to content

Releases: BearStudio/react-native-ficus-ui

2.2.1

15 Sep 09:23
Compare
Choose a tag to compare

Small fixes

  • Fix on Divider theme style props propagation
  • Fix on StackProps export

2.2.0

05 Sep 13:59
Compare
Choose a tag to compare

Update FlashList dependency to V2 ⚡️

2.1.0

05 Sep 09:59
Compare
Choose a tag to compare

Fix on Modal (breaking change) and lists

  • Fix on Modal component, now the import is from react-native-modal and not from react-native
  • Now you should use isOpen prop on Modal instead of visible
  • Fixes of props resolution on lists components : List, SectionList and FlashList

2.0.4

29 Jul 22:11
Compare
Choose a tag to compare

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

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)