v0.46.0
·
221 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
FormLayoutcolumn as other labels (#323) (PR #375) - Rename
Linkcomponent toTextLinkand pass in the display value vialabelprop instead ofchildren(PR #368) - Unify the propTypes
labelto be always string andvalueto 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)