Skip to content

v0.4.2

Compare
Choose a tag to compare
@rluders rluders released this 08 Mar 10:20
· 323 commits to main since this release

Breaking Changes

See #547

  • <Progress label={}> -> <Progress textLabel={}>
  • <Progress labelPosition={}> -> <Progress progressLabelPosition={} textLabelPosition={}>

What's Changed

  • fix(lib/components/buttons): Add target to Button props to open a link in new tab by @fsioni in #631
  • fix(button/carousel): added DeepPartial Typing by @Ncookiez in #649
  • fix(themecontext): fixing ReferenceError: window is not defined error with Next.js by @fsioni in #652
  • fix(button): fixes outline button by @rluders in #654
  • docs(component): fix missing DropdownComponent displayName property by @cadomani in #634
  • fix(progressbar): fix unclear label usage (#468) by @revnandi in #547
  • docs(component): displayName property added for components on Forms page by @hrishikeshmane in #656
  • fix(/src/components/avatar): enable explicit sizing of placeholder initials (#659) by @rpocklin in #660
  • fix(modal theme): fix modal vertical positioning by @Ncookiez in #658
  • fix(sidebar): adds missing className by @rluders in #657

New Contributors

Full Changelog: v0.4.1...v0.4.2