Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Releases: Ultimaker/react-web-components

v3.2.0

15 Apr 13:52
01881e2
Compare
Choose a tag to compare

Added

  • Resource grid components
  • Beta pill component

Changed

  • Improved displaying a checkbox as a static field
  • Improved truncating and wrapping text in responsive tables
  • Changed the animations library from React-motion and React-collapse to React-spring

Fixed

  • I18n plurals translation function

v2.3.1.2

15 Apr 08:56
Compare
Choose a tag to compare

Fixed

  • Fix in the I18n class.
  • Use the correct get-text function for plurals

v2.3.1.1

19 Mar 14:54
Compare
Choose a tag to compare

Fixed

  • Change how translation file are loaded (to increase performance, only the active locale file is loaded).
  • Fixes in the I18n class.
  • applied the changes in this PR: #159

v3.1.0

15 Feb 12:51
df3ec22
Compare
Choose a tag to compare

Changed

  • move the font files so they are not nested
  • some exports for the npm release

v3.0.0

13 Feb 15:37
9c56c6e
Compare
Choose a tag to compare

Changed

  • reduced the package size by making the following changes:
    • swaps react-tag-input for react-tag-autocomplete
    • swaps react-dates for react-date-picker
    • removes lodash (but keeps lodash.debounce)
    • removes NotoSans-Bold font
  • updated dependancies

Fixed

  • the alignment of a icon link when placed in a button

v2.3.2

28 Jan 10:16
eae0a7d
Compare
Choose a tag to compare

Changed

  • Removed showing/hiding the navigation links from the Navigation component, so that it can be controlled by the parent component

v2.3.1

25 Jan 15:12
1d6dce8
Compare
Choose a tag to compare

Changed

  • Improved GenericFlowPage spacing on small screens

v2.3.0

23 Jan 14:47
0a85099
Compare
Choose a tag to compare

Added

  • appearance and radius props to Tile

Changed

  • SelectField to show the option label as the active option, not the value

Fixed

  • the align prop classes in FormActions
  • only showing input field children if they have content

v2.2.1

18 Jan 10:17
c1390f1
Compare
Choose a tag to compare

Fixed

  • Fixed closing the drop down menus/select menus when a menu item is clicked

v2.2.0

17 Jan 13:06
e146c7d
Compare
Choose a tag to compare

Added

  • an align prop to FormActions
  • images for the account management

Changed

  • some small layout improvements to GenericFlowPage
  • changes ContextMenu to a controlled component