Releases: BearStudio/react-native-ficus-ui
Releases · BearStudio/react-native-ficus-ui
2.3.1
Rollback scroll on DraggableModal and new props on Input
- Rollback scroll on
DraggableModal. You can use Scrollables from https://gorhom.dev/react-native-bottom-sheet/scrollables insideDraggableModalto add scrolling inside modal - Added
colorSchemeandborderHintprops onInputandTextareacomponents
2.3.0
Add scroll to DraggableModal and some fixes
- Add scroll inside
DraggableModalview - Fix input / textarea focused props from theme
- Added types on theme declaration for autocompletion on most used components
2.2.2
Small fixes on Tabs, Button, Textarea, Input components
- Small fixes on theme style for
Tabs,Button,Textarea,Inputcomponents - Improvements on documentation
2.2.1
Small fixes
- Fix on
Dividertheme style props propagation - Fix on
StackPropsexport
2.2.0
Update FlashList dependency to V2 ⚡️
- Update version of
FlashListto V2 https://shopify.github.io/flash-list/docs/v2-changes/ - No more need of
estimatedItemSizeonFlashList🎉
2.1.0
Fix on Modal (breaking change) and lists
- Fix on
Modalcomponent, now the import is fromreact-native-modaland not fromreact-native - Now you should use
isOpenprop onModalinstead ofvisible - Fixes of props resolution on lists components :
List,SectionListandFlashList
2.0.4
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
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