Skip to content

Latest commit

 

History

History
193 lines (100 loc) · 10 KB

CHANGELOG.md

File metadata and controls

193 lines (100 loc) · 10 KB

1.2.0-next.3 (2023-03-04)

Bug Fixes

  • log actual errors in broadcast requests (9d125e2)

1.2.0-next.2 (2022-11-17)

Features

  • use constructed stylesheet for affix element (d27201f)
  • use constructed stylesheet for alert element (415225d)
  • use constructed stylesheet for attention element (dc38b1a)
  • use constructed stylesheet for box element (49d3201)
  • use constructed stylesheet for breadcrumbs element (97daa41)
  • use constructed stylesheet for broadcast element (972bb41)
  • use constructed stylesheet for card element (2ea241e)
  • use constructed stylesheet for expandable element (258d06a)
  • use constructed stylesheet for select element (c93bff4)
  • use constructed stylesheet for textfield element (9283ac8)
  • use constructed stylesheet for toast element (1969957)

1.2.0-next.1 (2022-11-16)

Features

  • add build script that produces constructed stylesheet (f77f081)

1.1.1-next.1 (2022-11-14)

Bug Fixes

  • select: fix docs path and invalid attributes (#121) (821d995)

1.1.0 (2022-11-07)

Features

  • add select custom element + docs (6dfad74)

1.1.0-next.1 (2022-10-31)

Features

  • add select custom element + docs (6dfad74)

1.0.0 (2022-10-10)

Bug Fixes

  • alert animation (76b75c0)
  • decouple elements and toast api to fix SSR usage (57ee9d6)
  • expand-transition: don't set aria-hidden if value is false (#90) (7808f5d)
  • expand-transition: remove collapsed element from DOM (#86) (528618a)
  • fix accessibility issues (c26d20c)
  • tests/utils: add style tag with fabric href to page (622c80f)

Code Refactoring

  • Rewrite card in Lit Element (761fb5f)
  • use variant attribute instead of negative/positive/warning/info (fdd6c24)

Features

  • add textfield custom element (b2dd061)
  • packages: add Attention component (#71) (f376a74)
  • packages: Add Button component (#95) (a9c76a5)
  • packages: Add Expandable component (#102) (c97bf89)
  • packages: add inline alert component (2223d02)
  • packages: Box component (#68) (b9241a8)

BREAKING CHANGES

  • "negative", "positive", "warning" and "info" boolean attributes were replaced with "variant" string attribute
  • Rewrites the component so that it matches the React and Vue implementation and uses the Lit library to do so.

1.0.0-next.10 (2022-10-03)

Features

1.0.0-next.9 (2022-09-15)

Features

1.0.0-next.8 (2022-09-13)

Features

  • packages: add Attention component (#71) (f376a74)

1.0.0-next.7 (2022-08-30)

Features

  • add textfield custom element (b2dd061)

1.0.0-next.6 (2022-07-21)

Bug Fixes

  • expand-transition: don't set aria-hidden if value is false (#90) (7808f5d)

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

Bug Fixes

  • expand-transition: remove collapsed element from DOM (#86) (528618a)

1.0.0-next.4 (2022-06-22)

Bug Fixes

  • alert animation (76b75c0)
  • fix accessibility issues (c26d20c)
  • tests/utils: add style tag with fabric href to page (622c80f)

Code Refactoring

  • use variant attribute instead of negative/positive/warning/info (fdd6c24)

Features

  • packages: add inline alert component (2223d02)

BREAKING CHANGES

  • "negative", "positive", "warning" and "info" boolean attributes were replaced with "variant" string attribute

1.0.0-next.3 (2022-05-12)

Features

1.0.0-next.1 (2022-05-11)

Code Refactoring

  • Rewrite card in Lit Element (761fb5f)

BREAKING CHANGES

  • Rewrites the component so that it matches the React and Vue implementation and uses the Lit library to do so.

0.1.3-next.1 (2022-04-28)

Bug Fixes

  • decouple elements and toast api to fix SSR usage (57ee9d6)

0.1.2 (2022-04-25)

Bug Fixes

  • decouple elements and toast api to fix SSR usage (f7e57cb)

0.1.2-next.1 (2022-04-25)

Bug Fixes

  • decouple elements and toast api to fix SSR usage (57ee9d6)