v0.43.0
·
248 commits
to master
since this release
⚠️ Breaking Changes
- Change naming of event handlers from
<event>Handlertoon<Event>and remove unnecessary event handlers such asonClickandonChangewhich are passed into the native elements directly usingtransferPropsmechanism (#218) (PR #327) - Extend
Button'slabelVisibilitywith breakpoints (#273) (PR #328) - Replace
Buttonloading state with a more flexible and newly designed feedback state (PR #326) - Extract
Linkcomponent fromButton(#235) (PR #325)
🌟 Features
- Extend
Paperwith a newmutedproperty (#316) (PR #324) - Extend
Gridwith responsiveautoFlowand custom tag rendering (#298) (PR #320)
♻️ Refactoring
- Use React Context for modifying
Buttoncomponent behaviour when rendered withinButtonGroupcomponent (PR #318) - Use react Context for modifying form field component behaviour when rendered within
FormLayoutcomponent (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)