Releases: tobyzerner/inclusive-elements
Releases · tobyzerner/inclusive-elements
v0.3.3
v0.3.2
v0.3.1
v0.3.0
Release 0.2.2
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
Fixed
- Fix package not including dist files.
Release 0.2.0
Changed
- Upgrade to
@floating-ui/dom
1.0.0. - Switch build tool from Rollup to Vite.
Release 0.1.3
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
Fixed
- Popup: Fix calculated max size overriding CSS max-size declaration, even if it's larger.
Release 0.1.1
Fixed
- Popup: Fix popup content not having a max size applied.