v0.4.4
Breaking Changes
- feat(/src/components/progress): fix unclear label usage #547
Clarifies confusing behavior for <Progress>
.
<Progress label={}>
is now <Progress textLabel={}>
<Progress labelPosition={}>
is now <Progress progressLabelPosition={} textLabelPosition={}>
- fix(/lib/components/table): prevent scrollbars around
<Table>
s #608 - fix(modal theme): fix modal vertical positioning #658
- fix(button): fixes outline button #654
What's Changed
- fix: group list styling by @meesvandongen in #668
- fix(/lib/components/table): prevent scrollbars around
<Table>
s by @multiwebinc in #608 - fix(component/models): prevent scrolling of body when modal is shown by @multiwebinc in #700
- fix(component/progressbar): fix progressbar showing label when progress == 0 by @SrivatsaRUpadhya in #698
- chore(cypress): fixes cypress e2e test pipeline by @ovichowdhury in #695
- refactor(component): simplify the usage of spinner inside the Button by @aminlotfi in #535
- fix(components/accordion): allow opened panel to be closed #684 - add accordion tests by @mufasubhai in #705
- feat(sidebar): Allow to customize the Sidebar component with 'as' by @mvaled in #703
- fix(tabs): remove tab auto focus by @paghar in #712
- fix: added aria-label to solve Buttons do not have an accessible name… by @thematrixl in #711
New Contributors
- @meesvandongen made their first contribution in #668
- @SrivatsaRUpadhya made their first contribution in #698
- @ovichowdhury made their first contribution in #695
- @aminlotfi made their first contribution in #535
- @mufasubhai made their first contribution in #705
- @mvaled made their first contribution in #703
- @paghar made their first contribution in #712
- @thematrixl made their first contribution in #711
Full Changelog: v0.4.3...v0.4.4