Skip to content

v9.38.0

Compare
Choose a tag to compare
@tujoworker tujoworker released this 22 Nov 14:54
· 2519 commits to release since this release

9.38.0 (2022-11-22)

Bug Fixes

  • add support to IS_SAFARI_DESKTOP for Safari v16 on macOS (#1718) (54e2cba)
  • Anchor: export types as AnchorAllProps and original instance (#1715) (92ec784)
  • Icons: prevent icons from having same IDs (duplicate-id violation) (#1714) (5e4079d)
  • Provider: rewrite to functional component (#1731) (b504d06)
  • Table: align odd/even modifiers with CSS nth (#1724) (8bdad07)

Features

  • Table: add "fixed" prop for fixed table layouts (#1708) (241ee0f)
  • Table: add table "border" and "outline" property (#1739) (ad63ffb)
  • Table: add Table.ScrolView to support horizontal scroll (#1735) (85a4d86)
  • Table: add Table.SortButton (#1709) (288a8db)
  • Table: add TableContainer to stack tables with an outline (#1740) (376ac06)
  • Table: add Th.HelpButton to be used in Table Headers (#1711) (c142323)
  • Table: support rowSpan (#1733) (463692d)
  • Th: add table header sortable props (#1706) (c40393a)
  • Tr: automate odd/even and make it overridable (#1705) (d73d3cb)
  • Typography: support styles for superscript and subscript elements (#1721) (c2b043d)
  • Upload: support files dropped on the document body (#1719) (f206243)