v0.46.0
github-actions
released this
24 May 18:43
·
166 commits
to master
since this release
⚠️ Breaking Changes
- Require Node 16 which is current LTS (PR #371)
- Define and fix rendering of components when no children are provided (#305) (PR #367)
- Display labels of inline form fields in the same
FormLayout
column as other labels (#323) (PR #375) - Rename
Link
component toTextLink
and pass in the display value vialabel
prop instead ofchildren
(PR #368) - Unify the propTypes
label
to be always string andvalue
to be always either string or number (PR #366)
🌟 Features
- Introduce flexible
ToolbarItem
(PR #369)
🐞 Bug Fixes
🔧 Maintenance
- Update GitHub actions to their latest versions (PR #372)