Skip to content

v15.0.0

Compare
Choose a tag to compare
@booc0mtaco booc0mtaco released this 20 Jun 21:14
· 125 commits to main since this release
de2e608

15.0.0 (2024-06-20)

Storybook

⚠ BREAKING CHANGES

  • TextareaField: introduce 2.0 component (#1911)
  • Card: introduce 2.0 component (#1908)
  • Modal: introduce 2.0 component (#1907)
  • Toast: introduce 2.0 component (#1906)
  • Tooltip: introduce 2.0 component (#1905)
  • BannerNotification: introduce 2.0 component (#1904)
  • InlineNotification: introduce 2.0 component (#1903)
  • Accordion: introduce 2.0 component (#1901)
  • Select: introduce 2.0 component (#1899)
  • config: use literal values in style-dictionary config (#1900)
  • InputField: introduce 2.0 component (#1898)
  • Checkbox: introduce 2.0 component (#1897)
  • Radio: introduce 2.0 component (#1895)
  • Menu: introduce 2.0 component (#1894)
  • TabGroup: introduce 2.0 component (#1892)
  • NumberIcon: introduce 2.0 component (#1891)
  • Link: introduce v2.0 component (#1890)
  • Button: introduce v2.0 component (#1889)
  • tokens: remove units from design system tokens (#1912)
  • Icon: introduce 2.0 component (#1925)
  • adjust responsive and spacing tokens/config (#1933)
  • AppNotification: introduce 2.0 component (#1945)
  • ToastNotification: rename from Toast to ToastNotification (#1944)
  • typography: update typography tokens and fonts (#1942)
  • FieldLabel: introduce 2.0 component (#1953)
  • LoadingIndicator: introduce 2.0 component (#1963)
  • update tier 1 and 2 typography tokens (#1969)
  • move from isWarning and isError to status prop (#1973)
  • pre-cleanup changes to prepare for v15 (#1992)

Features

Bug Fixes

  • disambiguate old token colors (#1913) (758eb2d)
  • Button: allow as prop on button (#1994) (37d1f5b)
  • FieldNote: fix icon alignment and size issues (367717e)
  • Button: align disabled treatment to latest design (#1931) (01a9d71)
  • sync color tokens with design (#1929) (146df70)
  • Button: address QA design feedback (#1940) (1e431b4)
  • ButtonGroup: address QA design updates (#1943) (1595a18)
  • InlineNotification: address QA updates (#1937) (d96ab79)
  • TabGroup: address QA comments and designs (#1938) (48e92d4)
  • TextareaField: address QA updates (#1936) (3aa5c94)
  • update token and theming (#1946) (5546205)
  • Accordion: address QA updates from design (#1948) (56fa437)
  • AppNotification: apply usage feedback (#1949) (06cc194)
  • NumberIcon: address QA design notes (#1947) (007d757)
  • Card: address QA design and eng feedback (#1958) (14c73fe)
  • Modal: address QA updates (#1957) (0d5a414)
  • handle more cases (a7e5830)
  • FieldNote: adjust layout for icon and text lockup (5788fe5)
  • Button: add in missing inverse disabled treatments (#1976) (8389f35)
  • Button: mark disable usage as invalid (#1977) (99a70d3)
  • Button: use text-utility-default state tokens (#1979) (e754588)
  • Link: address problems with link color inheritance (#1975) (78d173e)
  • Link: align icons in flexed standalone container (#1978) (3a6a20d)
  • Button: align button icons and text with layouts (#1988) (33fbd51)
  • remove circular dependency for radio/checkbox (dffed3c)
  • use aria-disabled when disabled prop is applied (#1987) (1fe3b0f)
  • handle required disabled field hints (#1990) (11c0883)
  • Select: allow attachment of headlessUI props to label (#1991) (c3ce70f)