Skip to content

v1.11.0

Compare
Choose a tag to compare
@dleroux dleroux released this 13 Feb 20:08
0571fa1
  • Changed Action to Disableable Action in Card

Enhancements

  • Added renderChildren prop to choice list component

Bug fixes

  • Fixed an issue with footer help links not expanding to full-width on mobile devices
  • Added breadcrumbs to SkeletonPage
  • Added max-width and auto margin to EmptyState
  • Fixed outline button disabled state styles
  • Fixed Tag so the onRemove function is not imporperly called (thanks chaddjohnson for the original issue )
  • Fixed border on inputs disabled state
  • Fixed an issue in TextInput, when you increment or decrement with a float value, and the digits after the decimal point where wrong
  • Added top alignment to FormLayout.Group #876

Documentation

  • Fixed capitalization of prop names in Pagination component’s documentation (thanks donnguyen for the original issue)
  • Exposed Option from the Select component