Skip to content

v9.20.0

Compare
Choose a tag to compare
@tujoworker tujoworker released this 02 Feb 20:02
· 3156 commits to release since this release

9.20.0 (2022-02-02)

Bug Fixes

  • add stylis plugin TS Type definitions (4c8210c)
  • AvatarGroup: remove left border from first avatar (#1254) (bc1a870)
  • Breadcrumb: fix React Node usage in aria-label (1c921fa)
  • BreadCrumb: make isCollapsed prop typing strict to only use boolean (392e6eb)
  • CodeHighlighting: ensure a scrollbar is shown when not enough space is available (pre tag) (#1230) (4bd2930)
  • InfoCard: change text props to React.ReactNode (#1253) (79c37af)
  • label of avatar group to be react node (#1244) (04df401)
  • label of tag group to be react node (#1245) (4949d85)
  • make Eufemia "warn" log better recognizable (#1231) (c917b94)
  • StepIndicator: fix height animation issue when CSS is loaded too slow (#1221) (8dfdd7e)
  • TagGroup: make TagGroup component inline, so it can be used in body text / paragraphs (#1229) (b64f5d3)
  • TimeLine: display skeleton when items is passed as children (#1255) (4eaea6b)
  • Timeline: fix TypeScript issue when using children (0a9571c)
  • Types: correct usage of icon types inside Button and BreadcrumbItem (85dee9c)
  • Types: correct usage of title and size attributes along side with some other colliding props (540998a)
  • Types: fix SkeletonShow type usage (03c8525)

Features

  • add usePropsWithContext hook for hook based components (#1234) (d60feeb)
  • remove type="module" in order omit the "fullySpecified" spec (bc3f12a)
  • TypeScript: enhance overall typing and add verify check (608bede)