v0.4.2
Breaking Changes
See #547
<Progress label={}>
-><Progress textLabel={}>
<Progress labelPosition={}>
-><Progress progressLabelPosition={} textLabelPosition={}>
What's Changed
- fix(lib/components/buttons): Add
target
toButton
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
- @fsioni made their first contribution in #631
- @Ncookiez made their first contribution in #649
- @cadomani made their first contribution in #634
- @revnandi made their first contribution in #547
- @hrishikeshmane made their first contribution in #656
- @rpocklin made their first contribution in #660
Full Changelog: v0.4.1...v0.4.2