Skip to content

v0.43.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 20:53
· 196 commits to master since this release

⚠️ Breaking Changes

  • Change naming of event handlers from <event>Handler to on<Event> and remove unnecessary event handlers such as onClick and onChange which are passed into the native elements directly using transferProps mechanism (#218) (PR #327)
  • Extend Button's labelVisibility with breakpoints (#273) (PR #328)
  • Replace Button loading state with a more flexible and newly designed feedback state (PR #326)
  • Extract Link component from Button (#235) (PR #325)

🌟 Features

  • Extend Paper with a new muted property (#316) (PR #324)
  • Extend Grid with responsive autoFlow and custom tag rendering (#298) (PR #320)

♻️ Refactoring

  • Use React Context for modifying Button component behaviour when rendered within ButtonGroup component (PR #318)
  • Use react Context for modifying form field component behaviour when rendered within FormLayout component (PR #255)

📖 Documentation

  • Unify and improve API tables in docs (PR #321)
  • Improve Contributing Guidelines to point out all requirements for pull requests (PR #315)
  • Document composition principles and CSS guidelines (PR #309)

🔧 Maintenance

  • Flatten component structure on file system and shuffle components in documentation (#314) (PR #329)
  • Move npm development dependencies to devDependencies section in package.json (PR #322)
  • Use react-testing-library for testing (PR #301)