Skip to content

1.6.0

Compare
Choose a tag to compare
@fbeceic fbeceic released this 02 May 13:01
· 121 commits to master since this release
e435527

🐛 Bug Fixes

  • SidebarNavigation, TopNavigation: fixed inconsistent behavior of dropdown defined as the topRightAction prop on mobile (#73)

⚡ Component Improvements

  • Autocomplete(Field): added optional valueTransform prop that determines how the input value should be transformed when the user types into the input field (#104)

  • DateInput(Field), DateRangeInput(Field), DateTimeInput(Field): added possibility of highlighting current date
    in date picker through highlightToday prop (#91)

  • IntlProvider: drastically reduced the list of components which require IntlProvider for functioning (#65)

    • Date: usage is possible without IntlProvider through newly added format prop
    • DateInput(Field), DateRangeInput(Field), DateTimeInput(Field): usage is possible without IntlProvider and is customizable through the
      dateFormat prop (defaults to 'MM/dd/yyyy' if not defined)
    • NumberInput(Field): usage is possible without IntlProvider through thousandSeparator and decimalSeparator props
    • see the reduced list of components requiring IntlProvider in the Intl docs

🚀 Storybook Improvements

  • AppPicker: fixed component not being rendered inside Storybook, improved code output (#106)
  • DateInput(Field), DateRangeInput(Field), DateTimeInput(Field): added WithHighlightedCurrentDate
    stories to showcase the usage of newly added highlightToday prop (#91)
  • NumberInput(Field): added WithoutIntlProvider
    stories to showcase the usage of the component without IntlProvider (#65)