Changelog
Changelog
All notable changes to this project will be documented in this file.
v3.0.2 10/17/2024
- Multiple bug fixes in
<role-combobox> - Added the
hide-selected-optionsfor hiding options from the list that have already been selected.
v3.0.1 10/01/2024
- Fixed a bug if interactive elements were children of
<role-toolbar>
v3.0.0 09/21/2024
- Removed
role-slider - Fixed a bug in
<role-combobox>
v3.0.0-beta.3
- Fixed a bug in
<role-anchored-region>that prevented the popover from closing when active changed.
v3.0.0-beta.1
Breaking Changes
- BREAKING_CHANGE: Components have moved to
exports/componentsdirectory. - BREAKING_CHANGE:
<role-tooltip>now usesdata-role-tooltip=""for associating with its tooltip. - BREAKING_CHANGE:
<role-tooltip>hoistproperty / attribute has been renamed tostrategy="fixed | absolute" - BREAKING_CHANGE:
<role-tooltip>is now apopoverwhich means it will beposition: fixed;by default and placed in the top layer. - BREAKING_CHANGE:
exports/base-element.jsis no longer exported
Features
- Feature:
<role-listbox>: is now form associated and has been properly tested in NVDA / VoiceOver. - Feature:
<role-listbox>: Styles have been moved to the host of the element and are keyed off of[aria-selected]and[aria-current]respectively. - Feature:
exports/components/*-register.jsnow export any additional exports in the component in addition to the default.
Bug Fixes
- Fix:
<role-option>: minor internal refactoring and added a number of properties to be closer to a proper<option>. - Fix:
<role-listbox>: Fixed a bug where if you had a selected option, it would hit a race condition.
Dependencies
- Dependencies: Upgrade
litfrom2.8.x->3.x - Dependencies: Upgraded the version of
floating-uiand removed thecomposed-offset-parentpolyfill.
v2.0.2
- Fix an errant
console.logthat 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)