Releases: Ultimaker/react-web-components
Releases · Ultimaker/react-web-components
v3.2.0
15 Apr 13:52
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed
Fix in the I18n class.
Use the correct get-text function for plurals
v2.3.1.1
19 Mar 14:54
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changed
move the font files so they are not nested
some exports for the npm release
v3.0.0
13 Feb 15:37
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changed
Improved GenericFlowPage spacing on small screens
v2.3.0
23 Jan 14:47
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed closing the drop down menus/select menus when a menu item is clicked
v2.2.0
17 Jan 13:06
Compare
Sorry, something went wrong.
No results found
Added
an align prop to FormActions
images for the account management
Changed
some small layout improvements to GenericFlowPage
changes ContextMenu to a controlled component