Skip to content

Releases: urbi-mobility/react-native-urbi-ui

v0.3.18

29 Oct 14:49
Compare
Choose a tag to compare

[0.3.18 - 2021-10-29]

Added

  • LIB Update all to react 0.63.4
  • Card added backgroundColorOnPress props
  • ButtonGroup set margin left and right to 16

v0.3.17

26 Oct 09:12
Compare
Choose a tag to compare

[0.3.17 - 2021-10-26]

CardHeader added titleColor, bigLabelColor, bigTopLabelColor, struckoutColor props
CardHeader edit topLabel now is optional
Card added backgroundColor, descriptionColor props
Card added image support ReactElement

v0.3.15

14 Jul 09:52
Compare
Choose a tag to compare

[0.3.15 - 2021-07-14]

Added

  • CardHeader added titleLines props
  • ListItemTextInputPropsType added news props and type
  • Note added textColor

v0.3.6

09 Nov 14:26
Compare
Choose a tag to compare

[0.3.6 - 2020-10-30]

Added

  • content/ComparatorModal, end/ContentComparator and components/ListItemComparator components

Changed

  • molecules/Chip - added alignSelf prop to Chip with default value flex-start
  • molecules/Chip - added bgColor prop to Chip
  • molecules/Chip - added getWrapperStyle in Chip to customize container style
  • molecules/ChipLarge - added containerStyle prop to ChipLarge to set container style
  • molecules/ChipLarge - changed icon prop type and adding renderImageOrIcon in ChipLarge to allow rendering Images and not only Icons

v0.3.4

01 Sep 15:51
Compare
Choose a tag to compare

[0.3.4 - 2020-09-01]

Added

  • utils/const - added topBarHeight with the height of the navigation bar (topBar in react-native-navigation)

Changed

  • components/Search - changed icons color to ulisse when the background color is dark
  • components/PaymentPanel, components/FloatingButtonLayout - renamed countBottomTabs to accountForBottomTabs
  • components/OnboardingSinglePage - explicitely set position: 'absolute' for view, hoping to solve the issue with react-native-navigation / react-native-gesture-handler of transparent modals

v0.3.3

22 Jul 10:41
Compare
Choose a tag to compare

Added

  • components/FilterGroup - added option to leave out the last button, and make icon configurable via prop
  • components/FilterGroup - added option to override last button's color

Fixed

  • molecules/ItemSeparator - set useNativeDriver to false, as the backgroundColor prop cannot be animated natively

v0.3.1

16 Jul 14:26
Compare
Choose a tag to compare

[0.3.1 - 2020-07-16]

Added

  • utils/colors added function to override design system colors

Changed

  • components/PurchasePanel replace price color to colors.uma

v0.1.39

14 Apr 10:43
Compare
Choose a tag to compare
v0.1.39 Pre-release
Pre-release

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.

v0.1.26

11 Feb 09:13
Compare
Choose a tag to compare
  • RadioButtonsForm now uses ids instead of labels as form values with formik
  • Form submit buttons can now use the newly exported UrbiForm.SubmitButtonStyle to take up as much width as available