Skip to content

Latest commit

 

History

History
445 lines (282 loc) · 19.7 KB

CHANGELOG.md

File metadata and controls

445 lines (282 loc) · 19.7 KB

1.5.1-next.1 (2023-03-01)

Bug Fixes

  • modal: cleanup scroll-doctor lock on unmount (74a5c89)

1.5.0 (2022-11-21)

Bug Fixes

  • breadcrumbs: handle array of nodes passed as children (04728d9)
  • Card: fix toggle-in-card navigation (#165) (fd03fc6)

Features

  • toggle: handle indeterminate state in a select-all checkbox (#161) (af1970b)

1.5.0-next.2 (2022-11-09)

Bug Fixes

1.5.0-next.1 (2022-11-03)

Features

  • toggle: handle indeterminate state in a select-all checkbox (#161) (af1970b)

1.4.3-next.1 (2022-11-03)

Bug Fixes

  • breadcrumbs: handle array of nodes passed as children (04728d9)

1.4.2 (2022-10-12)

Bug Fixes

  • add missing optional props to forms (b6415d2)
  • remove unused d3-scale dependency (#159) (23d59ff)
  • remove unused react-spring dependency (ba44d90)

1.4.2-next.4 (2022-10-12)

Bug Fixes

  • remove unused d3-scale dependency (#159) (23d59ff)
  • remove unused react-spring dependency (ba44d90)

1.4.2-next.3 (2022-09-28)

Reverts

  • Revert "Revert "Fix(expandable): glitching animated expansion (#151)" (#154)" (2ac7b0e), closes #151 #154

1.4.2-next.2 (2022-09-28)

Reverts

  • Revert "Fix(expandable): glitching animated expansion (#151)" (#154) (d805741), closes #151 #154

1.4.2-next.1 (2022-09-28)

Bug Fixes

  • add missing optional props to forms (b6415d2)

1.4.1 (2022-09-21)

Bug Fixes

  • alert: type 'role' prop as optional (#148) (895e69c)
  • expandable: set button type to 'button' to prevent default submit behaviour (#147) (cadeafe)
  • remove additional hidden label (545e7f8)

1.4.1-next.1 (2022-09-20)

Bug Fixes

  • alert: type 'role' prop as optional (#148) (895e69c)
  • expandable: set button type to 'button' to prevent default submit behaviour (#147) (cadeafe)
  • remove additional hidden label (545e7f8)

1.4.0-next.13 (2022-09-20)

1.4.0 (2022-08-22)

Bug Fixes

  • remove additional hidden label (545e7f8)

1.4.0-next.12 (2022-09-14)

Bug Fixes

1.4.0-next.11 (2022-09-12)

Bug Fixes

  • expandable: set button type to 'button' to prevent default submit behaviour (#147) (cadeafe)
  • alert icon gets flexed when content has overflow (#132) (b02b288)
  • alert: make screen readers recognize nested "alert" role attributes (fd69c9a)
  • attention: make attention visible only after first computing of its position (c606ec6)
  • card: Add button type to sr-only button (21e70a4)
  • deps: update dependency react-spring to v9 (e8094f6)
  • don't set aria-hidden if value is false (1b901ca)
  • expandable: listen for expanded prop change if it's updated outside of the component (a9464f7)
  • expandable: use local expanded state to control chevron's rotation (6fd2fb8)
  • export toggle item (1ee6580)

Features

  • _helpers: add UnstyledHeading component to wrap elements in a heading tag (d9492a4)
  • alert: add role prop with "alert" value as default (2a4a8b3)
  • attention: add aria-label to arrow component (fbd6847)
  • expandable: Add headingLevel prop (084e1b5)
  • expandable: make Expandable accept custom title (24725f0)
  • toggle: add noVisibleLabel prop to Toggle component (ca192dc)
  • toggle: make labelContent accessible to screen readers (7b63e53)
  • unstyled-heading: rename prop from headlingLevel to level (0526fd8)

1.4.0-next.10 (2022-08-22)

Bug Fixes

  • deps: update dependency react-spring to v9 (e8094f6)

1.4.0-next.9 (2022-08-16)

Bug Fixes

  • expandable: listen for expanded prop change if it's updated outside of the component (a9464f7)

1.4.0-next.8 (2022-08-16)

Bug Fixes

  • attention: make attention visible only after first computing of its position (c606ec6)

Features

  • attention: add aria-label to arrow component (fbd6847)

1.4.0-next.7 (2022-08-05)

Bug Fixes

  • alert: make screen readers recognize nested "alert" role attributes (fd69c9a)
  • don't set aria-hidden if value is false (1b901ca)

Features

  • alert: add role prop with "alert" value as default (2a4a8b3)

1.4.0-next.6 (2022-07-14)

Features

  • _helpers: add UnstyledHeading component to wrap elements in a heading tag (d9492a4)
  • expandable: Add headingLevel prop (084e1b5)
  • unstyled-heading: rename prop from headlingLevel to level (0526fd8)

1.4.0-next.5 (2022-07-07)

Bug Fixes

  • card: Add button type to sr-only button (21e70a4)

1.4.0-next.4 (2022-07-05)

Bug Fixes

Features

  • toggle: add noVisibleLabel prop to Toggle component (ca192dc)
  • toggle: make labelContent accessible to screen readers (7b63e53)

1.4.0-next.3 (2022-06-28)

Bug Fixes

  • alert icon gets flexed when content has overflow (#132) (b02b288)

1.4.0-next.2 (2022-06-22)

Bug Fixes

  • expandable: use local expanded state to control chevron's rotation (6fd2fb8)

1.4.0-next.1 (2022-06-22)

Features

  • expandable: make Expandable accept custom title (24725f0)

1.3.1 (2022-06-21)

Bug Fixes

  • remove unused React v16 and add backwards compatible v17 bundle (d23fa08)

1.3.1-next.1 (2022-06-21)

Bug Fixes

  • remove unused React v16 and add backwards compatible v17 bundle (d23fa08)

1.3.0 (2022-06-20)

Bug Fixes

  • card: Change default wrapper from article to div (f9995b1)

Features

  • support multiple versions of react on Eik (bc8f504)

1.3.0-next.1 (2022-06-17)

Features

  • support multiple versions of react on Eik (bc8f504)

1.2.1-next.1 (2022-06-09)

Bug Fixes

  • card: Change default wrapper from article to div (f9995b1)

1.2.0 (2022-06-08)

Bug Fixes

  • affix: Add aria-label to Affix icons (17fab00)
  • animated-expansion: rename to ExpandTransition and check if element ref exists (#119) (b7a8026)
  • bump component-classes to get Step fix (5d99506)
  • bump component-classes to get Step fix (c17ce7e)

Features

  • alert: add expand and collapse behaviour to inline alert (#114) (075f314)
  • packages: add inline Alert component (#106) (ddfe084)

Reverts

  • Revert "Release from next to main (#120)" (#121) (04a1976), closes #120 #121

1.2.0-next.5 (2022-06-08)

Bug Fixes

  • bump component-classes to get Step fix (c17ce7e)

1.2.0-next.4 (2022-06-08)

Bug Fixes

  • animated-expansion: rename to ExpandTransition and check if element ref exists (#119) (b7a8026)
  • bump component-classes to get Step fix (5d99506)

1.2.0-next.3 (2022-06-07)

Bug Fixes

  • affix: Add aria-label to Affix icons (17fab00)

1.2.0-next.2 (2022-06-02)

Features

  • alert: add expand and collapse behaviour to inline alert (#114) (075f314)

1.2.0-next.1 (2022-05-31)

Features

  • packages: add inline Alert component (#106) (ddfe084)

1.1.1 (2022-05-23)

Bug Fixes

  • actually export attention component (b8ccd70)

1.1.0 (2022-05-23)

Bug Fixes

  • add types & fix interleave rendering (9b2bfdd)

Features

  • add attention component (759ea6c)
  • implement new slider using core (c555aa7)

1.1.0-next.2 (2022-05-23)

Features

  • add attention component (759ea6c)

1.1.0-next.1 (2022-05-03)

Bug Fixes

  • add types & fix interleave rendering (9b2bfdd)

Features

  • implement new slider using core (c555aa7)

1.0.11 (2022-04-11)

Bug Fixes

  • added punctuation to docs (fc64054)
  • deps: update dependency scroll-doctor to v1 (51fb384)

1.0.11-next.2 (2022-04-11)

Bug Fixes

  • deps: update dependency scroll-doctor to v1 (51fb384)

1.0.11-next.1 (2022-04-08)

Bug Fixes

  • added punctuation to docs (fc64054)

1.0.10 (2022-04-08)

Bug Fixes

  • card: Only set tabindex when card is clickable (5517e65)