Skip to content

v9.19.0

Compare
Choose a tag to compare
@tujoworker tujoworker released this 26 Jan 21:19
· 3209 commits to release since this release

9.19.0 (2022-01-26)

Bug Fixes

  • add "unstyled" as a button variant (8cb0712)
  • added export of Bar in Pagination (#1200) (f148786)
  • Avatar: improve accessibility (#1213) (3a456c5)
  • Breadcrumb: forward props in BreadcrumbItem to span as well (#1188) (17a1de0)
  • Breadcrumb: improve accessibility (#1189) (59825b8)
  • build: break build when step fails (cb436d3)
  • CodeHighlighting: ensure a scrollbar is shown when not enough space is available (634df1b)
  • DrawerList: ensure DrawerList is unsetting its global attributes on unmount (d64ccf8)
  • fix circular dependency issue for Timeline and Avatar (439ccc3)
  • fix rendering of DatePickerFooter when show_reset_button is provided (#1197) (d7d4507)
  • fix reset_button_text property of DatePicker (#1196) (e50fb6f)
  • fixed global context bug that removed component props (#1193) (82be98c)
  • Tag: fix circular dependency issue when bundling UMD modules with Rollup.js (d155f7c)
  • Tag: remove data-prop from TagGroup (#1225) (72e4207)
  • Tag: remove tag group warnings in tests (#1214) (16bd840)
  • Tag: update delete icon (#1224) (fe5c766)

Features