149 posts tagged with "changelog"
View All TagsVersion 1.2.0
React components
** Note:** If you are implementing this version on a node-environment
, you
have to add jsDom
, as described in the peerDependencies.
- Added basic
Table sorting
functionality - Added
loading
state toTable
- Fixed
inputMask
problems inTextField & DatePicker
- Fixed
AutoComplete
's onBlur functionality:don’tt return null on blur. The AutoComplete will now first focus the TextField when you select an item - Fixed
display: contents
warning when using autoprefixer in your project: this functionality is removed and is no longer supported
Tokens
- Changed internal
font-structure
to be more independent
Version 1.1.6
React components
- Added
Dialog
now supportsdata-testid
- Added
tableLayout
prop toTable
- Added
ellipsis
prop to tableCell inTable
- Added
width
prop toTable
- Fixed
Table
does not crash when passing data with value null anymore - Fixed
Caption
does not pass size prop to underlying Text component anymore - Fixed
Fieldset
's labelProps.fontWeight is now overwritable
Chameleon storybook
- New multibranded
chromatic
setup
Version 1.1.5
React components
- Added iOS icons for the updated
GvA
theme
Version 1.1.4
React components
- Pinned the version of
inputmask
tov5.0.3
to prevent a breaking change in the third-party package from affecting our products.
Version 1.1.3
React components
data-testid
is now correctly passed on inDatePicker
.- Correct token mapping for
Button
's primary appearance. Fieldset
now also acceptslabelProps
.
Version 1.1.1
We had an internal publishing problem. You can skip this version and go straight to 1.1.2.
Version 1.1.2
React components
- Fixed a bug in
DatePicker
: moved dayjs.extend outside the render method.
Version 1.1.0
Version 1.0.2
React components
- Added borderRadius & display to
Paper's
PropTypes - Removed checked from
Select's
PropTypes