Releases: urbi-mobility/react-native-urbi-ui
Releases · urbi-mobility/react-native-urbi-ui
v0.3.18
v0.3.17
v0.3.15
v0.3.6
[0.3.6 - 2020-10-30]
Added
content/ComparatorModal
,end/ContentComparator
andcomponents/ListItemComparator
components
Changed
molecules/Chip
- addedalignSelf
prop toChip
with default valueflex-start
molecules/Chip
- addedbgColor
prop toChip
molecules/Chip
- addedgetWrapperStyle
inChip
to customize container stylemolecules/ChipLarge
- addedcontainerStyle
prop toChipLarge
to set container stylemolecules/ChipLarge
- changedicon
prop type and addingrenderImageOrIcon
inChipLarge
to allow rendering Images and not only Icons
v0.3.4
[0.3.4 - 2020-09-01]
Added
utils/const
- addedtopBarHeight
with the height of the navigation bar (topBar
inreact-native-navigation
)
Changed
components/Search
- changed icons color toulisse
when the background color is darkcomponents/PaymentPanel
,components/FloatingButtonLayout
- renamedcountBottomTabs
toaccountForBottomTabs
components/OnboardingSinglePage
- explicitely setposition: 'absolute'
for view, hoping to solve the issue withreact-native-navigation
/react-native-gesture-handler
of transparent modals
v0.3.3
Added
components/FilterGroup
- added option to leave out the last button, and make icon configurable via propcomponents/FilterGroup
- added option to override last button's color
Fixed
molecules/ItemSeparator
- setuseNativeDriver
tofalse
, as thebackgroundColor
prop cannot be animated natively
v0.3.1
v0.1.39
Added
molecules/content/ChipAndLabel
,molecules/content/ChipOverLabel
,molecules/content/ChipAndDoubleLabel
. Preview them in molecules/Content on the showcase app.
Changed
components/ChipGroup
updated scrollview so it takes the whole height of the component, updated logic so that it now enables all toggles when the last active toggle is tapped.