Skip to main content

98 posts tagged with "patch"

View All Tags

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

Version 0.3.5

React components

  • Button: disabled grey background fix
  • Icon: vertical-align middle by default
  • Icon: vertical-align middle by default
  • TextField: Component
  • Box: position sticky support
  • Internal kitchen:
    • Wrapper component
    • Message component
    • Label component
    • PrimaryLabel Component
    • OptionalLabel Component
    • ActionLabel Component
    • InfoLabel Component
    • Input Component
  • Caption: prop fontWeight
  • Caption: TextAlign default inherit
  • Paragraph: prop fontWeight fix
  • Paragraph: TextAlign default inherit
  • Heading: prop fontWeight fix
  • Heading: TextAlign default inherit
  • Box: Border extended props
    • borderBottomColor
    • borderBottomStyle
    • borderBottomWidth
    • borderLeftColor
    • borderLeftStyle
    • borderLeftWidth
    • borderRightColor
    • borderRightStyle
    • borderRightWidth
    • borderTopColor
    • borderTopStyle
    • borderTopWidth