Skip to content

Releases: react-ui-org/react-ui

v0.29.1

17 May 09:47
Compare
Choose a tag to compare

Fixes

  • Fix transferProps function not to transfer staticContext prop to prevent error in console (#81)

v0.29.0

15 May 22:57
Compare
Choose a tag to compare

UI Components

  • Add auto size option for Modal (#51)
  • Add type attribute to actions prop of Modal component (#72)

Utilities

  • Add utility classes for text colors (#64)

Other Features

  • Improve breakpoint scale: adjusted xxl breakpoint and added new xxxl value (#54)
  • Generate development and production version of lib.js (#65)

Documentation

  • Documentation is now live! Deploy documentation to public URL (#67)

Dependencies

  • Update dependencies (#62)

Maintenance

  • Configure GitHub actions to test pushes and pull requests (#68)

v0.28.0

16 Apr 14:23
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • Renamed RowLeft to RowStart and RowRight to RowEnd to be writing direction agnostic
  • Removed ToolbarSpacer in favour of the Toolbar's justify option (#35)
  • Changed default Toolbar alignment to top (#35)
  • Potentially a BC: slightly decreased default Modal width (#40)

Layout Components

  • Created CTA layout component (#37)
  • Introduced ToolbarGroup for grouping of Toolbar items (#35)
  • Added alignment and nowrap options for Toolbar (#35)

UI Components

  • Added dense option for Card (#42)
  • Added size option for Modal (#40)
  • Better distinct disabled options in SelectField and MultipleSelectField (#47)

v0.27.0

09 Mar 09:49
Compare
Choose a tag to compare
  • Update dependencies
  • Remove build from repository
  • Remove icons from library to decrease build size
  • Exclude documentation components from library to decrease build size
  • Optimize css-loader output to decrease build size

v0.26.0

26 Feb 18:20
Compare
Choose a tag to compare

UI Components

  • Introduce simple inner layout for Cards to align Card actions in grid layout
  • Visually suppress disabled Cards

General

  • Drop support of IE 🍾🎉
  • Components that wrap native elements forward refs (#24)
  • Compatibility with Node 13
  • Update CSS stack to the latest versions

v0.25.0

07 Feb 19:16
Compare
Choose a tag to compare
  • Create Toolbar layout
  • Pass sorting icons to Table through props (#13)

v0.24.0

31 Dec 18:40
Compare
Choose a tag to compare
  • Introduce animation helpers for loading icons
  • Make positioning of Alert icon more robust

v0.23.2

08 Dec 22:22
Compare
Choose a tag to compare

Make Cards in Card List spread over small screens

v0.23.1

08 Dec 13:14
Compare
Choose a tag to compare

Fix Card List when there is too few items

v0.23.0

08 Dec 13:15
Compare
Choose a tag to compare

Create Card List layout component for rendering Cards in grid