Skip to content

Releases: BearStudio/react-native-ficus-ui

2.3.0

26 Sep 08:44
Compare
Choose a tag to compare

Add scroll to DraggableModal and some fixes

  • Add scroll inside DraggableModal view
  • Fix input / textarea focused props from theme
  • Added types on theme declaration for autocompletion on most used components

2.2.2

19 Sep 08:39
Compare
Choose a tag to compare

Small fixes on Tabs, Button, Textarea, Input components

  • Small fixes on theme style for Tabs, Button, Textarea, Input components
  • Improvements on documentation

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)