Skip to main content

75 posts tagged with "patch"

View All Tags

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

Version 0.3.3

React components

  • Placeholder: Component
  • Box: getAlignSelf
  • Box: flex
  • Box: flexBasis
  • Box: flexGrow
  • Box: flexShrink
  • Box: order