Changelog
Changelog
All notable changes to this project will be documented in this file.
Next
- BREAKING_CHANGE:
<role-tooltip>
now usesdata-role-tooltip=""
for associating with its tooltip. - BREAKING_CHANGE:
<role-tooltip>
hoist
property / attribute has been renamed tostrategy="fixed | absolute"
- BREAKING_CHANGE:
<role-tooltip>
is now apopover
which means it will beposition: fixed;
by default and placed in the top layer. <role-option>
: minor internal refactoring and added a number of properties to be closer to a proper<option>
.<role-listbox>
: Fixed a bug where if you had a selected option, it would hit a race condition.<role-listbox>
: is now form associated and has been properly tested in NVDA / VoiceOver.<role-listbox>
: Styles have been moved to the host of the element and are keyed off of[aria-selected]
and[aria-current]
respectively.
Dependencies
- Upgrade
lit
from2.8.x
->3.1.x
<role-tooltip>
: Upgraded the version offloating-ui
and added thecomposed-offset-parent
polyfill.
v2.0.2
- Fix an errant
console.log
that was left in debugging 2.0.1
v2.0.1
- Fix a regression around lazily slotted elements improperly getting assigned
tabindex="0"
v2.0.0
- Remove build step. Publish untranspiled files.
- Move to Lit for rendering
- Moved around file locations.
/dist/
is now/exports/
Switch to default exports. - Added an exportmap to package.json
v1.1.5 (2023-04-18)
Bug Fixes
- dont focus buttons when clicked (c495144)
v1.1.4 (2022-12-26)
v1.1.3 (2022-12-24)
v1.1.2 (2022-12-24)
v1.1.1 (2022-12-24)
v1.1.0 (2022-12-24)
v1.0.11 (2022-11-25)
v1.0.10 (2022-10-10)
v1.0.9 (2022-10-02)
Bug Fixes
- use getRootNode() (fb1394c)
v1.0.8 (2022-10-02)
Bug Fixes
1.0.7 (2022-10-02)
Bug Fixes
- deploy scripts (6fe5a42)
1.0.6 (2022-07-20)
1.0.5 (2022-07-01)
Bug Fixes
- allow tooltips to be non-contained (0cb9a69)
v1.0.4 (2022-06-28)
Bug Fixes
- entrypoint fix…again (1a4b811)
v1.0.3 (2022-06-28)
Bug Fixes
- entrypoints now point to the right spot (f823079)
v1.0.2 (2022-06-28)
Bug Fixes
- Add multiple entrypoints (61fb3de)
v1.0.1 (2022-06-27)
Bug Fixes
- Handle toolbar clicks properly (e796e5f)