Releases: tobyzerner/inclusive-elements
Releases · tobyzerner/inclusive-elements
v0.5.0-beta.2
⚠ BREAKING CHANGES
- alerts: alerts can no longer be added by appending to the container
Features
- tooltip: add
open
and close
events (d2800e7)
- tooltip: expose
show
and hide
methods (987d933)
Bug Fixes
- alerts: alerts can no longer be added by appending to the container (4c2c433)
- tooltip: keep tooltip class updated (cb19f93)
v0.5.0-beta.1
Features
- alerts: remove hello-goodbye (8e6583a)
- modal: lock body scrolling while modal is open (59e693d)
- popup: use fixed positioning strategy instead of absolute (d00137f)
- tooltip: don't show tooltip on touch (c8998bc)
- tooltip: only show tooltip on focus via Tab key (bb9b0ce)
Bug Fixes
- modal: activate focus trap after transition and fix autofocus (66e0ca1)
- modal: activate focus trap reliably at start of transition (5036a4f)
- modal: fall back to default focus strategy if there is no autofocus element (fe57357)
- popup: subtract margins when calculating max popup size (f842b6d)
v0.4.6
0.4.6 (2023-06-29)
Bug Fixes
- tooltip: prevent creating multiple positioners (4dfc42d)
v0.4.5
0.4.5 (2023-06-29)
Bug Fixes
- tooltip: clean up tooltip positioner on disconnect (a163ad7)
v0.4.4
0.4.4 (2023-06-25)
Bug Fixes
- alerts: fix regression causing alerts not to show (da0b283)
v0.4.3
0.4.3 (2023-06-25)
Bug Fixes
- alerts: fix previous alert with same key not being dismissed (356e028)
- update hello-goodbye to fix transitions not running reliably (89f23df)
v0.4.2
0.4.2 (2023-06-11)
Features
- tooltip: auto-update position on scroll, resize, etc (587de3b)
Bug Fixes
- tooltip: only update tooltip content if original element content has changed (62ad220)
v0.4.1
0.4.1 (2023-04-15)
Bug Fixes
- attempt to fix tree shaking (ac1f1b1)
v0.4.0
0.4.0 (2023-04-15)
⚠ BREAKING CHANGES
- disclosure:
open
and close
events have been removed - use toggle
instead
Features
- disclosure: add
toggle
event for consistency with <details>
(9fc7f74)
- tabs: new
tabs
element (4097e73)
v0.3.4
0.3.4 (2023-03-21)
Bug Fixes
- disclosure: fix issue with widget not closing in some cases (cb3ae5d)