Skip to main content

80 posts tagged with "patch"

View All Tags

Version 1.1.4

React components

  • Pinned the version of inputmask to v5.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 in DatePicker.
  • Correct token mapping for Button's primary appearance.
  • Fieldset now also accepts labelProps.

Version 1.1.1

We had an internal publishing problem. You can skip this version and go straight to 1.1.2.

Version 1.0.2

React components

  • Added borderRadius & display to Paper's PropTypes
  • Removed checked from Select's PropTypes

Version 0.5.2

React components

  • Select: when the placeholder was active, all other options were also greyed out on Windows platforms. This is no longer the case.

Tokens

  • Fixed secondary colors for De Limburger.
  • Fixed exported font values for De Limburger.

Documentation

  • De Limburger: added De Limburger as a selectable brand from the dropdown in the top right corner.

Version 0.5.1

React components

  • Select: removed the check for option or optiongroup. This enables React.Fragment and null to be added as children for a Select component.
  • useMediaQuery: now accepts 0 as a value.

Version 0.3.6

React components

  • Flex: fix responsive propTypes warning
  • Choice: center heading
  • Checkbox: Component
  • TextField: labelHidden prop