Releases: fabric-ds/elements
Releases · fabric-ds/elements
v1.2.0-next.3
v1.2.0-next.2
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
v1.1.1-next.1
v1.1.0
v1.1.0-next.1
v1.0.0
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.