Skip to content

Releases: tobyzerner/inclusive-elements

v0.3.3

17 Mar 11:12
f90c6c2
Compare
Choose a tag to compare

0.3.3 (2023-03-17)

Bug Fixes

  • popup: fix layout flicker when opening popup (42a397b)

v0.3.2

17 Mar 09:12
6629400
Compare
Choose a tag to compare

0.3.2 (2023-03-17)

Bug Fixes

  • tooltip: prevent tooltip flicker on touch scroll (2e461de)

v0.3.1

17 Mar 08:50
c1208a9
Compare
Choose a tag to compare

0.3.1 (2023-03-17)

Bug Fixes

  • tooltip: show tooltip on touch (d421649)

v0.3.0

16 Mar 22:56
bcd658a
Compare
Choose a tag to compare

0.3.0 (2023-03-16)

Features

  • add Disclosure and Accordion elements (0df80d3)

Bug Fixes

  • modal: prevent scroll on focus trap (de)activation (4e09d5f)
  • popup: allow popup trigger button to be nested (6c62efd)

Release 0.2.2

05 Mar 01:41
fe87067
Compare
Choose a tag to compare

Added

  • Alerts: Handle pre-existing children and any subsequently added to the container. Options can be specified as [data-*] attributes.
  • Popup: Allow popups to be disabled using the [disabled] attribute.
  • Popup: Don't open popup if modifier keys are pressed. This allows link popup triggers to be opened in a new tab.

Fixed

  • Popup: Clean up event listeners when popup element is disconnected.

Release 0.2.1

04 Aug 22:48
fbe03af
Compare
Choose a tag to compare

Fixed

  • Fix package not including dist files.

Release 0.2.0

04 Aug 22:37
ff42fe5
Compare
Choose a tag to compare

Changed

  • Upgrade to @floating-ui/dom 1.0.0.
  • Switch build tool from Rollup to Vite.

Release 0.1.3

05 Jun 02:54
40d6dec
Compare
Choose a tag to compare

Added

  • Popup: Update popup position on resize.

Fixed

  • Alerts: Dismiss all alerts by key, not just the first one.
  • Modal: Fix some focus issues.
  • Popup: Fix max size not being applied.
  • Tooltip: Clear timeout on disconnect.

Release 0.1.2

03 Mar 10:29
7eb3014
Compare
Choose a tag to compare

Fixed

  • Popup: Fix calculated max size overriding CSS max-size declaration, even if it's larger.

Release 0.1.1

22 Feb 01:31
75f64fc
Compare
Choose a tag to compare

Fixed

  • Popup: Fix popup content not having a max size applied.