Skip to content

Releases: tobyzerner/inclusive-elements

v0.5.0-beta.2

10 Jan 11:13
908840f
Compare
Choose a tag to compare
v0.5.0-beta.2 Pre-release
Pre-release

0.5.0-beta.2 (2024-01-10)

⚠ 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

06 Nov 22:44
9be8068
Compare
Choose a tag to compare
v0.5.0-beta.1 Pre-release
Pre-release

0.5.0-beta.1 (2023-11-06)

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

29 Jun 00:54
f7b5450
Compare
Choose a tag to compare

0.4.6 (2023-06-29)

Bug Fixes

  • tooltip: prevent creating multiple positioners (4dfc42d)

v0.4.5

29 Jun 00:35
1689c0d
Compare
Choose a tag to compare

0.4.5 (2023-06-29)

Bug Fixes

  • tooltip: clean up tooltip positioner on disconnect (a163ad7)

v0.4.4

25 Jun 10:26
f9f0cf8
Compare
Choose a tag to compare

0.4.4 (2023-06-25)

Bug Fixes

  • alerts: fix regression causing alerts not to show (da0b283)

v0.4.3

25 Jun 01:14
7342b88
Compare
Choose a tag to compare

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

11 Jun 10:25
7d756f7
Compare
Choose a tag to compare

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

15 Apr 08:50
d6f9437
Compare
Choose a tag to compare

0.4.1 (2023-04-15)

Bug Fixes

  • attempt to fix tree shaking (ac1f1b1)

v0.4.0

15 Apr 08:22
a5079b8
Compare
Choose a tag to compare

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

21 Mar 10:58
3cd039a
Compare
Choose a tag to compare

0.3.4 (2023-03-21)

Bug Fixes

  • disclosure: fix issue with widget not closing in some cases (cb3ae5d)