Skip to content

v0.4.4

Compare
Choose a tag to compare
@tulup-conner tulup-conner released this 24 Apr 22:59
· 308 commits to main since this release
57cf6e8

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

Full Changelog: v0.4.3...v0.4.4