v0.43.0
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
toon<Event>
and remove unnecessary event handlers such asonClick
andonChange
which are passed into the native elements directly usingtransferProps
mechanism (#218) (PR #327) - Extend
Button
'slabelVisibility
with breakpoints (#273) (PR #328) - Replace
Button
loading state with a more flexible and newly designed feedback state (PR #326) - Extract
Link
component fromButton
(#235) (PR #325)
🌟 Features
- Extend
Paper
with a newmuted
property (#316) (PR #324) - Extend
Grid
with responsiveautoFlow
and custom tag rendering (#298) (PR #320)
♻️ Refactoring
- Use React Context for modifying
Button
component behaviour when rendered withinButtonGroup
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)