Skip to content

Releases: fabric-ds/elements

v1.2.0-next.3

04 Mar 07:58

Choose a tag to compare

v1.2.0-next.3 Pre-release
Pre-release

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

Bug Fixes

  • log actual errors in broadcast requests (9d125e2)

v1.2.0-next.2

17 Nov 23:15

Choose a tag to compare

v1.2.0-next.2 Pre-release
Pre-release

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)

v1.2.0-next.1

16 Nov 10:16

Choose a tag to compare

v1.2.0-next.1 Pre-release
Pre-release

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

Features

  • add build script that produces constructed stylesheet (f77f081)

v1.1.1-next.1

14 Nov 15:54

Choose a tag to compare

v1.1.1-next.1 Pre-release
Pre-release

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

Bug Fixes

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

v1.1.0

07 Nov 21:14

Choose a tag to compare

1.1.0 (2022-11-07)

Features

  • add select custom element + docs (6dfad74)

v1.1.0-next.1

31 Oct 14:01

Choose a tag to compare

v1.1.0-next.1 Pre-release
Pre-release

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

Features

  • add select custom element + docs (6dfad74)

v1.0.0

10 Oct 07:28

Choose a tag to compare

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.

v1.0.0-next.10

03 Oct 12:59

Choose a tag to compare

v1.0.0-next.10 Pre-release
Pre-release

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

Features

v1.0.0-next.9

15 Sep 13:03

Choose a tag to compare

v1.0.0-next.9 Pre-release
Pre-release

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

Features

v1.0.0-next.8

13 Sep 16:17

Choose a tag to compare

v1.0.0-next.8 Pre-release
Pre-release

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

Features

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