@aurodesignsystem/auro-formkit 5.12.0 → 5.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -138
- package/README.md +1 -1
- package/components/checkbox/demo/api.html +0 -1
- package/components/checkbox/demo/customize.html +2 -2
- package/components/checkbox/demo/customize.js +22 -0
- package/components/checkbox/demo/customize.min.js +2110 -0
- package/components/checkbox/demo/demo-support.min.js +2 -0
- package/components/checkbox/demo/getting-started.html +2 -2
- package/components/checkbox/demo/getting-started.js +22 -0
- package/components/checkbox/demo/getting-started.min.js +2110 -0
- package/components/checkbox/demo/index.md +0 -7
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/api.html +0 -1
- package/components/combobox/demo/customize.min.js +18107 -1
- package/components/combobox/demo/demo-support.min.js +2 -0
- package/components/combobox/demo/getting-started.md +7 -7
- package/components/combobox/demo/getting-started.min.js +18107 -1
- package/components/combobox/demo/index.min.js +18108 -2
- package/components/combobox/dist/index.js +3 -3
- package/components/combobox/dist/registered.js +3 -3
- package/components/counter/demo/api.html +0 -1
- package/components/counter/demo/customize.html +1 -1
- package/components/counter/demo/customize.js +21 -0
- package/components/{select/demo/registered.min.js → counter/demo/customize.min.js} +6086 -8308
- package/components/counter/demo/demo-support.min.js +2 -0
- package/components/counter/demo/design.md +10 -10
- package/components/counter/demo/index.min.js +2 -2
- package/components/counter/dist/index.js +1 -1
- package/components/counter/dist/registered.js +1 -1
- package/components/datepicker/demo/api.html +0 -1
- package/components/datepicker/demo/demo-support.min.js +2 -0
- package/components/datepicker/demo/getting-started.md +10 -11
- package/components/datepicker/demo/index.md +0 -7
- package/components/datepicker/demo/index.min.js +3 -3
- package/components/datepicker/dist/index.js +3 -3
- package/components/datepicker/dist/registered.js +3 -3
- package/components/dropdown/README.md +3 -3
- package/components/dropdown/demo/api.html +0 -1
- package/components/dropdown/demo/customize.html +1 -1
- package/components/dropdown/demo/customize.js +9 -0
- package/components/dropdown/demo/customize.min.js +5090 -0
- package/components/dropdown/demo/demo-support.min.js +2 -0
- package/components/dropdown/demo/getting-started.html +1 -1
- package/components/dropdown/demo/getting-started.js +9 -0
- package/components/dropdown/demo/getting-started.min.js +5090 -0
- package/components/dropdown/demo/index.md +2 -10
- package/components/dropdown/demo/index.min.js +1 -1
- package/components/dropdown/demo/readme.md +3 -3
- package/components/dropdown/dist/index.js +1 -1
- package/components/dropdown/dist/registered.js +1 -1
- package/components/form/README.md +4 -5
- package/components/form/demo/api.html +0 -1
- package/components/form/demo/customize.html +1 -1
- package/components/form/demo/customize.js +9 -0
- package/components/form/demo/customize.min.js +71946 -0
- package/components/form/demo/demo-support.min.js +2 -0
- package/components/form/demo/getting-started.html +1 -1
- package/components/form/demo/getting-started.js +9 -0
- package/components/form/demo/getting-started.min.js +71946 -0
- package/components/form/demo/index.md +4 -5
- package/components/form/demo/index.min.js +71233 -11
- package/components/form/demo/readme.md +4 -5
- package/components/form/demo/registerDemoDeps.min.js +60988 -11916
- package/components/input/demo/api.html +0 -1
- package/components/input/demo/customize.min.js +7361 -1
- package/components/input/demo/demo-support.min.js +2 -0
- package/components/input/demo/getting-started.min.js +7361 -1
- package/components/input/demo/index.min.js +7361 -1
- package/components/input/dist/index.js +1 -1
- package/components/input/dist/registered.js +1 -1
- package/components/menu/README.md +3 -5
- package/components/menu/demo/api.html +0 -1
- package/components/menu/demo/demo-support.min.js +2 -0
- package/components/menu/demo/index.md +3 -5
- package/components/menu/demo/readme.md +3 -5
- package/components/radio/README.md +0 -2
- package/components/radio/demo/api.html +0 -1
- package/components/radio/demo/customize.html +1 -1
- package/components/radio/demo/customize.js +22 -0
- package/components/radio/demo/getting-started.html +1 -1
- package/components/radio/demo/getting-started.js +24 -0
- package/components/radio/demo/index.min.js +1 -1
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/components/select/demo/api.html +0 -1
- package/components/select/demo/customize.min.js +10624 -1
- package/components/select/demo/demo-support.min.js +2 -0
- package/components/select/demo/getting-started.md +7 -7
- package/components/select/demo/getting-started.min.js +10625 -2
- package/components/select/demo/index.min.js +10624 -1
- package/components/select/dist/index.js +2 -2
- package/components/select/dist/registered.js +2 -2
- package/custom-elements.json +1489 -1489
- package/package.json +26 -26
- package/components/combobox/demo/registered.min.js +0 -18109
- package/components/input/demo/auro-input.min.js +0 -7363
- package/components/radio/demo/demo-support.min.js +0 -55805
package/CHANGELOG.md
CHANGED
|
@@ -1,145 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
## [5.12.1](https://github.com/AlaskaAirlines/auro-formkit/compare/v5.12.0...v5.12.1) (2026-05-11)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* **a11y:** change pendingClearTimeouts from Map to WeakMap to prevent stale text issues ([7724554](https://github.com/AlaskaAirlines/auro-formkit/commit/7724554158ff4dbe289594d663169b69d4cbd6ab))
|
|
8
|
-
* **a11y:** prevent stale announcements by clearing timeout before setting new text [#1368](https://github.com/AlaskaAirlines/auro-formkit/issues/1368) ([b771806](https://github.com/AlaskaAirlines/auro-formkit/commit/b77180609799a13e629102731f1954c6717f5622))
|
|
9
|
-
* **a11y:** update announcement handling to prevent stale text in live regions ([34990ff](https://github.com/AlaskaAirlines/auro-formkit/commit/34990ffe87951b54ce3ba2fa3cab04e2c06800fd))
|
|
10
|
-
* **a11y:** update comment to clarify use of WeakMap for pending clear timeouts ([2d2df19](https://github.com/AlaskaAirlines/auro-formkit/commit/2d2df193bd770ea3d8e9111ef0778cf71f3314b1))
|
|
11
|
-
* add missing aria attribute on counter spinner ([52fe263](https://github.com/AlaskaAirlines/auro-formkit/commit/52fe26340237c25ade163bed414d03f656c253f1))
|
|
12
|
-
* add support for dropdown and select components in dialog and drawer ([d4bf1ca](https://github.com/AlaskaAirlines/auro-formkit/commit/d4bf1ca5e858bb0204c7cca868dc47bb62942332))
|
|
13
|
-
* **combobox,menu:** preserve programmatic value across async option loads ([f2a7dd0](https://github.com/AlaskaAirlines/auro-formkit/commit/f2a7dd017b1a6c75fc3900ad1126b002ab3cc818))
|
|
14
|
-
* **combobox:** add check for activeInput in modal context to prevent errors AB[#1516718](https://github.com/AlaskaAirlines/auro-formkit/issues/1516718) ([5962b37](https://github.com/AlaskaAirlines/auro-formkit/commit/5962b37b697717a97f0a2fbc86d0ffe1df5f090a))
|
|
15
|
-
* **combobox:** add comments to clarify event handling for Enter key [#1363](https://github.com/AlaskaAirlines/auro-formkit/issues/1363) ([f67bcad](https://github.com/AlaskaAirlines/auro-formkit/commit/f67bcadecd7d423ff5ff127868a64d3015075dee))
|
|
16
|
-
* **combobox:** add helper for input filtering AB[#1520589](https://github.com/AlaskaAirlines/auro-formkit/issues/1520589) ([1b00c00](https://github.com/AlaskaAirlines/auro-formkit/commit/1b00c008099bf50c8290aa77d6682b200d074f9e))
|
|
17
|
-
* **combobox:** clarify comments on Enter key behavior for clear button focus [#1363](https://github.com/AlaskaAirlines/auro-formkit/issues/1363) ([e0ec505](https://github.com/AlaskaAirlines/auro-formkit/commit/e0ec505ca950a032a63775cecfe4d6e1c377fd8a))
|
|
18
|
-
* **combobox:** clearing input on fullscreenbib does not close bib AB[#1485868](https://github.com/AlaskaAirlines/auro-formkit/issues/1485868) ([f29d975](https://github.com/AlaskaAirlines/auro-formkit/commit/f29d975271b1919fed6d59ba6d1cdf978b3b2803))
|
|
19
|
-
* **combobox:** emphasized layout color should not appear in full-screen dialog input ([aa18e49](https://github.com/AlaskaAirlines/auro-formkit/commit/aa18e49eaf07b29817057d10e9c71af20dd261f2))
|
|
20
|
-
* **combobox:** enhance clear button functionality by ensuring Enter key activates the button without preventDefault ([a58ba6c](https://github.com/AlaskaAirlines/auro-formkit/commit/a58ba6c4602ad59dd8b22b8dd0ad95c482b4df68))
|
|
21
|
-
* **combobox:** ensure event propagation is stopped when showing bib [#1363](https://github.com/AlaskaAirlines/auro-formkit/issues/1363) ([ea4cd2d](https://github.com/AlaskaAirlines/auro-formkit/commit/ea4cd2dd3d4d4ed4282749ee2ae639ab8b6938af))
|
|
22
|
-
* **combobox:** ensure menu options are defined before filtering and updating active option ([c2c111e](https://github.com/AlaskaAirlines/auro-formkit/commit/c2c111ec4c4723c24f0860853ea39fff1b5f6cca))
|
|
23
|
-
* **combobox:** handle trailing whitespace in filter AB[#1520589](https://github.com/AlaskaAirlines/auro-formkit/issues/1520589) ([286c9f2](https://github.com/AlaskaAirlines/auro-formkit/commit/286c9f281828c90b07c8f1b5d65c6756a9924c0e)), closes [AB#1516718](https://github.com/AB/issues/1516718)
|
|
24
|
-
* **combobox:** handle trailing whitespace in filter to prevent broken matching after cursor editing ([2fba3d8](https://github.com/AlaskaAirlines/auro-formkit/commit/2fba3d8cdf5271ce0f5c3f9e0d811e44ce279abb)), closes [AB#1516718](https://github.com/AB/issues/1516718)
|
|
25
|
-
* **combobox:** not to close before opening for fullscreen bib ([1bd040d](https://github.com/AlaskaAirlines/auro-formkit/commit/1bd040dc89fae846de8f9b96c194735671e40019))
|
|
26
|
-
* **combobox:** not to deselect on selecting pre-selected option in combobox ([430055c](https://github.com/AlaskaAirlines/auro-formkit/commit/430055c58b231d37a346b0912bfc4f6a49cb8ef3))
|
|
27
|
-
* **combobox:** preserve typed input in suggestion mode ([60917a6](https://github.com/AlaskaAirlines/auro-formkit/commit/60917a607ad32b2ce1053cb107c0ce472936b9ae))
|
|
28
|
-
* **combobox:** prevent ArrowUp and ArrowDown actions when clear button is focused AB[#1516624](https://github.com/AlaskaAirlines/auro-formkit/issues/1516624) ([8a3037d](https://github.com/AlaskaAirlines/auro-formkit/commit/8a3037d74201796caa5b0d039dc31fc078b1e4ea))
|
|
29
|
-
* **combobox:** prevent cursor from moving from arrow up/down keys ([2018c69](https://github.com/AlaskaAirlines/auro-formkit/commit/2018c691555fe58afc3ede644fff22b83c854816))
|
|
30
|
-
* **combobox:** prevent noMatch option from being marked active when all regular options are filtered out ([6727ca9](https://github.com/AlaskaAirlines/auro-formkit/commit/6727ca9697fd2537a013547f1518630658fcdb98))
|
|
31
|
-
* **combobox:** refine Enter key handling to prevent native form-submit behavior ([6ce6c44](https://github.com/AlaskaAirlines/auro-formkit/commit/6ce6c44e0b126b5c423d6efed03a96ea9bf9df86))
|
|
32
|
-
* **combobox:** set default active index on unselected combobox AB[#1516637](https://github.com/AlaskaAirlines/auro-formkit/issues/1516637) ([c5c4cc3](https://github.com/AlaskaAirlines/auro-formkit/commit/c5c4cc386a843ac95a7e8da547281431153d0a04))
|
|
33
|
-
* **combobox:** simplify event methods by removing ctx param AB[#1516718](https://github.com/AlaskaAirlines/auro-formkit/issues/1516718) ([c1b1cf0](https://github.com/AlaskaAirlines/auro-formkit/commit/c1b1cf0258cc3423bd021b81ddf41615b2984803))
|
|
34
|
-
* **combobox:** sync input display when swapping freeform values ([31b2249](https://github.com/AlaskaAirlines/auro-formkit/commit/31b224996287779e2014f651d30d316ba35867a3))
|
|
35
|
-
* **combobox:** update active option after available options are updated ([dba8921](https://github.com/AlaskaAirlines/auro-formkit/commit/dba8921643d724bfbdbc553c3ea23a60792848cb))
|
|
36
|
-
* **combobox:** update Enter key handling to ensure preventDefault is not called when clear button is focused ([72a6b94](https://github.com/AlaskaAirlines/auro-formkit/commit/72a6b9445863c36b86e37e262557fb3111576a2a))
|
|
37
|
-
* **combobox:** update value on input value change for suggestion combobox ([ac5de8b](https://github.com/AlaskaAirlines/auro-formkit/commit/ac5de8b011d7ff475382c16d274aa5fc4b525080))
|
|
38
|
-
* correct copy paste error during coding ([0c1d860](https://github.com/AlaskaAirlines/auro-formkit/commit/0c1d8602692de9ef79459442e3b6cca3ca5245de))
|
|
39
|
-
* correct focus movement when closing fullscreen bib ([fc4ec92](https://github.com/AlaskaAirlines/auro-formkit/commit/fc4ec924a58c0d0013012c41fb1748e5b4a27662))
|
|
40
|
-
* correct tabbing and enter key focus behavior AB[#1528762](https://github.com/AlaskaAirlines/auro-formkit/issues/1528762) ([1dfc120](https://github.com/AlaskaAirlines/auro-formkit/commit/1dfc120c9399ec58a84e8e08ef52410b64d0c5e8))
|
|
41
|
-
* correct typo in property initialization ([365443c](https://github.com/AlaskaAirlines/auro-formkit/commit/365443cd2e3f952cca1d09c549137b63c9c2e6da))
|
|
42
|
-
* **counter:** correct aria-valuetext binding in AuroCounter component [#1359](https://github.com/AlaskaAirlines/auro-formkit/issues/1359) ([95e0c42](https://github.com/AlaskaAirlines/auro-formkit/commit/95e0c420b5dc932290c03479af82da6f4d28ca0a))
|
|
43
|
-
* **counter:** remove unsupported aria tag AB[#1516613](https://github.com/AlaskaAirlines/auro-formkit/issues/1516613) ([ff35b8e](https://github.com/AlaskaAirlines/auro-formkit/commit/ff35b8e2be0a073647ed27225bbc0acfd3e1db35))
|
|
44
|
-
* **counter:** update value handling and event triggering in counter components ([9595143](https://github.com/AlaskaAirlines/auro-formkit/commit/95951434e0554d12ff2849baa317da0f3e90daa9))
|
|
45
|
-
* **counter:** use ariaDescribedByElements to cross shadow DOM boundary for description AB[#1516615](https://github.com/AlaskaAirlines/auro-formkit/issues/1516615) ([709a752](https://github.com/AlaskaAirlines/auro-formkit/commit/709a7529f1d9a61796d4a7478640b49cb2ee803e))
|
|
46
|
-
* **datepicker:** close bib on focus loss, preserve fullscreen and tab order AB[#1528738](https://github.com/AlaskaAirlines/auro-formkit/issues/1528738) ([5b16ec0](https://github.com/AlaskaAirlines/auro-formkit/commit/5b16ec02e77599075ef1cd29655cbbf737e1cc3f))
|
|
47
|
-
* **datepicker:** disable pointer events for disabled calendar cells AB[#1494448](https://github.com/AlaskaAirlines/auro-formkit/issues/1494448) ([263c3eb](https://github.com/AlaskaAirlines/auro-formkit/commit/263c3eb742ae0552a8442c1ae9b7883ac3878082))
|
|
48
|
-
* **datepicker:** make `referenceDates` format to be same as other date values AB[#1485868](https://github.com/AlaskaAirlines/auro-formkit/issues/1485868) ([a9a8a12](https://github.com/AlaskaAirlines/auro-formkit/commit/a9a8a127777a0bfdaf93e3c2c42880daa3403811))
|
|
49
|
-
* **datepicker:** not to skip a month with next/prev button AB[#1530050](https://github.com/AlaskaAirlines/auro-formkit/issues/1530050) ([9899b40](https://github.com/AlaskaAirlines/auro-formkit/commit/9899b4074cc80d732a8df48763e6a4fe694b055f))
|
|
50
|
-
* **datepicker:** open bib with Enter key AB[#1518947](https://github.com/AlaskaAirlines/auro-formkit/issues/1518947) ([caaa971](https://github.com/AlaskaAirlines/auro-formkit/commit/caaa971e0dd27111aba7f15e87e84d2135ecb81a))
|
|
51
|
-
* **datepicker:** prevent clear button click/keypress from reopening bib ([da03331](https://github.com/AlaskaAirlines/auro-formkit/commit/da033315aaba86eccdca4ecf0031b062d2321bfa))
|
|
52
|
-
* **datepicker:** remove readonly attr on inputs AB[#1516622](https://github.com/AlaskaAirlines/auro-formkit/issues/1516622) ([018c61d](https://github.com/AlaskaAirlines/auro-formkit/commit/018c61d168f3e634ef59d56d8287b25a66a3237a))
|
|
53
|
-
* **datepicker:** synchronize focus-loss policy and update fullscreen state handling ([e69ec70](https://github.com/AlaskaAirlines/auro-formkit/commit/e69ec70bd87a76d78bfbdc0c16b13dab974d591d))
|
|
54
|
-
* **docs:** remove extra quotation mark in auro-form tag [#1365](https://github.com/AlaskaAirlines/auro-formkit/issues/1365) ([a7ec80e](https://github.com/AlaskaAirlines/auro-formkit/commit/a7ec80ed008c334a054be2f4b880720f70b8e175))
|
|
55
|
-
* **dropdown:** bind aria-disabled with disabled prop ([9915c1c](https://github.com/AlaskaAirlines/auro-formkit/commit/9915c1cdc6e59878eb97243f72b649554ad6e2d7))
|
|
56
|
-
* **dropdown:** clean up comments and add context ([3a30695](https://github.com/AlaskaAirlines/auro-formkit/commit/3a30695f767d1d4ca6ceedf9040095eaff522c73))
|
|
57
|
-
* **dropdown:** comment on hasActiveDescendant in fullscreen mode AB[#1516632](https://github.com/AlaskaAirlines/auro-formkit/issues/1516632) ([eeed7bf](https://github.com/AlaskaAirlines/auro-formkit/commit/eeed7bf43d498f50aec2b4e1cdd0886efd4f0722))
|
|
58
|
-
* **dropdown:** ensure overflow style is restored after showing modal dialog [#1358](https://github.com/AlaskaAirlines/auro-formkit/issues/1358) ([2c40a29](https://github.com/AlaskaAirlines/auro-formkit/commit/2c40a29b73dae3ffad34a5c40566f0077b98b1b6))
|
|
59
|
-
* **dropdown:** enter in dialog selects highlighted option instead of closing bib AB[#1516632](https://github.com/AlaskaAirlines/auro-formkit/issues/1516632) ([046d876](https://github.com/AlaskaAirlines/auro-formkit/commit/046d876e19e26375306e76036e566d066d4921af))
|
|
60
|
-
* **dropdown:** handle dropdown close on mobile tap AB[#1536433](https://github.com/AlaskaAirlines/auro-formkit/issues/1536433) ([ccf6ec8](https://github.com/AlaskaAirlines/auro-formkit/commit/ccf6ec8067351d9cb8dffd5a903e6f69d1c21ff3))
|
|
61
|
-
* **dropdown:** read breakpoint token lazily to fix fullscreen bib in WebKit ([330db3f](https://github.com/AlaskaAirlines/auro-formkit/commit/330db3fdda5cc20a95329bf19d7a89806ada59c0))
|
|
62
|
-
* **dropdown:** remove aria-hidden attribute from dialogLabel span since it is redundant with the CSS class [#1367](https://github.com/AlaskaAirlines/auro-formkit/issues/1367) ([3965829](https://github.com/AlaskaAirlines/auro-formkit/commit/396582977aaf0c75eeca34ca2b7643d9a7156623))
|
|
63
|
-
* **dropdown:** reset hasActiveDescendant flag when closing dialog AB[#1516632](https://github.com/AlaskaAirlines/auro-formkit/issues/1516632) ([10180d7](https://github.com/AlaskaAirlines/auro-formkit/commit/10180d7e04cd12336de1d85cfcd9712e6caae1b8))
|
|
64
|
-
* **dropdown:** revert back `hoverToggle` ([ecc5e88](https://github.com/AlaskaAirlines/auro-formkit/commit/ecc5e88188127ec617cc82974a04ed8b3ea1afc1))
|
|
65
|
-
* **dropdowns:** make screenreader compatible in mobile desktop ([c57ca6f](https://github.com/AlaskaAirlines/auro-formkit/commit/c57ca6f016b58fbda8dd68db0103bbbe985a8430))
|
|
66
|
-
* **dropdown:** update hasActiveDescendant logic for fullscreen mode AB[#1516632](https://github.com/AlaskaAirlines/auro-formkit/issues/1516632) ([100e260](https://github.com/AlaskaAirlines/auro-formkit/commit/100e260261eb045ee42699efeeafaaf68008f44b))
|
|
67
|
-
* **dropdown:** use Popover API to escape container-query containment on desktop ([17faf77](https://github.com/AlaskaAirlines/auro-formkit/commit/17faf77c3778ae9b96e0b1db8b1c6637aaa0d6d4))
|
|
68
|
-
* **form:** correct _submitElements property casing for LitElement reactivity [#1366](https://github.com/AlaskaAirlines/auro-formkit/issues/1366) ([1ebbf19](https://github.com/AlaskaAirlines/auro-formkit/commit/1ebbf19c22cb380f0c881b2e0231ae2ceae50c7f))
|
|
69
|
-
* handle query parameters in active file name for page navigation ([a4660e1](https://github.com/AlaskaAirlines/auro-formkit/commit/a4660e198d298f1d4e27639f5b508d907a62f6ec))
|
|
70
|
-
* **input:** reset validity on clear button click ([246e101](https://github.com/AlaskaAirlines/auro-formkit/commit/246e101d5df86288fc4bc94ae933743f8cf591f2))
|
|
71
|
-
* **keyboard:** add tests for Shift+Tab closing without selecting in combobox and select AB[#1516718](https://github.com/AlaskaAirlines/auro-formkit/issues/1516718) ([1a29773](https://github.com/AlaskaAirlines/auro-formkit/commit/1a297739ba2031672b2b9029872460cd7c95e8ce))
|
|
72
|
-
* **keyboard:** clarify isModal and isPopover definitions in context AB[#1516718](https://github.com/AlaskaAirlines/auro-formkit/issues/1516718) ([af0e613](https://github.com/AlaskaAirlines/auro-formkit/commit/af0e61395de51822cd29a4a549f1eb4f11825e90))
|
|
73
|
-
* **keyboard:** create options.dropdown param AB[#1516718](https://github.com/AlaskaAirlines/auro-formkit/issues/1516718) ([6ac931b](https://github.com/AlaskaAirlines/auro-formkit/commit/6ac931b2569246ddb7bd36f2bca1f3597d1ef392))
|
|
74
|
-
* **keyboard:** ensure activeInput is a valid HTMLElement in createDisplayContext AB[#1516718](https://github.com/AlaskaAirlines/auro-formkit/issues/1516718) ([ba69038](https://github.com/AlaskaAirlines/auro-formkit/commit/ba69038aead05f266ada2089cdd1a7fe31e86d36))
|
|
75
|
-
* **keyboard:** ensure handler is a function before invoking in applyKeyboardStrategy AB[#1516718](https://github.com/AlaskaAirlines/auro-formkit/issues/1516718) ([bc346aa](https://github.com/AlaskaAirlines/auro-formkit/commit/bc346aa644c055f7551e5c801cb7435ceeb015bb))
|
|
76
|
-
* **keyboard:** guard shadowRoot access in Tab handler to prevent null reference AB[#1516718](https://github.com/AlaskaAirlines/auro-formkit/issues/1516718) ([1cec59c](https://github.com/AlaskaAirlines/auro-formkit/commit/1cec59c83140191b71f77fe33f04c0d9066f814f))
|
|
77
|
-
* **keyboard:** handle Shift+Tab to close without selecting in select and combobox AB[#1516718](https://github.com/AlaskaAirlines/auro-formkit/issues/1516718) ([f263413](https://github.com/AlaskaAirlines/auro-formkit/commit/f263413646337acd86b19ca3b78495ef03800fd6))
|
|
78
|
-
* **keyboard:** rename visibility context from isVisible to isExpanded AB[#1516718](https://github.com/AlaskaAirlines/auro-formkit/issues/1516718) ([d16a67b](https://github.com/AlaskaAirlines/auro-formkit/commit/d16a67b8233ca914b23a57a12338bbde9a625559))
|
|
79
|
-
* **keyboard:** update ArrowUp and ArrowDown handlers to include ctx for clear button focus handling AB[#1516718](https://github.com/AlaskaAirlines/auro-formkit/issues/1516718) ([014ad6e](https://github.com/AlaskaAirlines/auro-formkit/commit/014ad6e51e559255777290efaddf9e075a5e7b83))
|
|
80
|
-
* make `id` to be relfect inline not to be removed on svelte AB[#1551040](https://github.com/AlaskaAirlines/auro-formkit/issues/1551040) ([2b43a96](https://github.com/AlaskaAirlines/auro-formkit/commit/2b43a967db48219faed1ef04d49a22a17174fb2e))
|
|
81
|
-
* make clear button no longer bubble key events up to parent components ([88c7f94](https://github.com/AlaskaAirlines/auro-formkit/commit/88c7f947f3b8ec475d12f4e81b7b2fc79c6d9598))
|
|
82
|
-
* **menu:** add tests for aria-multiselectable attribute handling in multiSelect mode [#1361](https://github.com/AlaskaAirlines/auro-formkit/issues/1361) ([74d9025](https://github.com/AlaskaAirlines/auro-formkit/commit/74d9025b10b01cd6328f4d92527a691247b9cbbc))
|
|
83
|
-
* **menu:** always notify host on invalid value selection ([49f518f](https://github.com/AlaskaAirlines/auro-formkit/commit/49f518f391a84e7b80b7e60b9bcf265d2620d9a5))
|
|
84
|
-
* **menu:** correct display property and add overflow for improved layout AB[#1517195](https://github.com/AlaskaAirlines/auro-formkit/issues/1517195) ([2767824](https://github.com/AlaskaAirlines/auro-formkit/commit/27678244d0a81163aaa5af352c7af7024b27a6c8))
|
|
85
|
-
* **menu:** fix arrow key navigation on nested menu AB[#1523822](https://github.com/AlaskaAirlines/auro-formkit/issues/1523822) ([40af10b](https://github.com/AlaskaAirlines/auro-formkit/commit/40af10bad56c11c0631f817f207d98a33fde0513))
|
|
86
|
-
* **menuoption:** adjust padding for improved layout consistency AB[#1517195](https://github.com/AlaskaAirlines/auro-formkit/issues/1517195) ([4828c2b](https://github.com/AlaskaAirlines/auro-formkit/commit/4828c2ba12317cad926986ef3f0bc1121a406caa))
|
|
87
|
-
* **menuoption:** restore loose equality for key fallback to support framework remounts ([4efba20](https://github.com/AlaskaAirlines/auro-formkit/commit/4efba204534579e268b33cc361e3a629c7fa9706))
|
|
88
|
-
* **menu:** update aria-multiselectable attribute based on multiSelect property [#1361](https://github.com/AlaskaAirlines/auro-formkit/issues/1361) ([8a3fab0](https://github.com/AlaskaAirlines/auro-formkit/commit/8a3fab01f5a19f2b41d0d040e60a69f45840f85d))
|
|
89
|
-
* **releaseNotes:** clarify tab navigation behavior for counter-group dropdown ([17a0f78](https://github.com/AlaskaAirlines/auro-formkit/commit/17a0f78fafb04dbb7fff5b05f259158ec87d8a6c))
|
|
90
|
-
* **releaseNotes:** update keyboard interaction details and clarify dropdown behavior ([77454d7](https://github.com/AlaskaAirlines/auro-formkit/commit/77454d727903c6597c7bb711d60b79c70b0ba64c))
|
|
91
|
-
* remove auro-form from select examples and use html5 form for autocomplete ([ccd0b99](https://github.com/AlaskaAirlines/auro-formkit/commit/ccd0b9994780a0bce0d3de3f756892490322806c))
|
|
92
|
-
* restore check in click handler ([21fd82c](https://github.com/AlaskaAirlines/auro-formkit/commit/21fd82c51b1ce8598cef5de60dcebe069a4b8511))
|
|
93
|
-
* **select|combobox:** shift+tab moves active option to first non-disabled option AB[#1516650](https://github.com/AlaskaAirlines/auro-formkit/issues/1516650) ([545786a](https://github.com/AlaskaAirlines/auro-formkit/commit/545786a3c67098fb26a3e4533efcff582e95da10))
|
|
94
|
-
* **select:** activate the first enabled option with bib opening ([2d79ed0](https://github.com/AlaskaAirlines/auro-formkit/commit/2d79ed0cc271d7179cc8f6c9a41b16280238ade2))
|
|
95
|
-
* **select:** add Home/End key handlers ([931b697](https://github.com/AlaskaAirlines/auro-formkit/commit/931b697589d27423b2cfc02a76325beee080c8fa))
|
|
96
|
-
* **select:** close bib with Enter on a already selected menuoption ([34aadc7](https://github.com/AlaskaAirlines/auro-formkit/commit/34aadc73f47d633dda0472b3a422667bd836964a))
|
|
97
|
-
* **select:** ensure dropdown trigger is focused after click selection AB[#1528057](https://github.com/AlaskaAirlines/auro-formkit/issues/1528057) ([d4f95bc](https://github.com/AlaskaAirlines/auro-formkit/commit/d4f95bcccb31218c06eb698b9d29410b08958145))
|
|
98
|
-
* **select:** not to allow deselect on single-select ([1a90410](https://github.com/AlaskaAirlines/auro-formkit/commit/1a90410e472fe330a07efd81d674723072b9367a))
|
|
99
|
-
* **select:** not to close bib with Enter on multiselect ([fcd6115](https://github.com/AlaskaAirlines/auro-formkit/commit/fcd6115b20c3c3443f55d7721f414eb1808bce00))
|
|
100
|
-
* **select:** preserve active option in the previouse state ([78c1f44](https://github.com/AlaskaAirlines/auro-formkit/commit/78c1f44db131ef0d05049ad2d9e4199e8c8cd476))
|
|
101
|
-
* **select:** prevent Enter keydown event to block form submitting ([1c6da70](https://github.com/AlaskaAirlines/auro-formkit/commit/1c6da7073c9f702830fca171673c0770a7a26b55))
|
|
102
|
-
* **select:** restore value after DOM remount AB[#1483855](https://github.com/AlaskaAirlines/auro-formkit/issues/1483855) ([eabf306](https://github.com/AlaskaAirlines/auro-formkit/commit/eabf306fabe982908ce851f44e5b52e2de938720))
|
|
103
|
-
* **select:** revert no-match guard and multiSelect init guard; add regression tests ([04509f9](https://github.com/AlaskaAirlines/auro-formkit/commit/04509f954aa2a28ac74b05770c5389030bdd3bfc)), closes [#set-invalid](https://github.com/AlaskaAirlines/auro-formkit/issues/set-invalid)
|
|
104
|
-
* **select:** select to handle keydown without floatingUI ([1312d5b](https://github.com/AlaskaAirlines/auro-formkit/commit/1312d5b6c698d7e51060553c901282e29ecaa6f0))
|
|
105
|
-
* **select:** update Shift+Tab to select and move focus ([b932948](https://github.com/AlaskaAirlines/auro-formkit/commit/b932948eb0d828e617bd0b506af74ada45d41528))
|
|
106
|
-
* **story:** rename Checkbox story to Radio for consistency [#1364](https://github.com/AlaskaAirlines/auro-formkit/issues/1364) ([1efec71](https://github.com/AlaskaAirlines/auro-formkit/commit/1efec71d79e7680510da7d2f412b439b2615963e))
|
|
107
|
-
* **story:** update storybook helpers to use auro-radio-group for consistency [#1360](https://github.com/AlaskaAirlines/auro-formkit/issues/1360) ([e40f86c](https://github.com/AlaskaAirlines/auro-formkit/commit/e40f86c868b08c48d88c7b5458e318aac6c2d9f0))
|
|
108
|
-
* **tests:** add Enter key propagation test and adjust timeout for screen reader announcements [#1363](https://github.com/AlaskaAirlines/auro-formkit/issues/1363) [#1361](https://github.com/AlaskaAirlines/auro-formkit/issues/1361) ([e7d9897](https://github.com/AlaskaAirlines/auro-formkit/commit/e7d98973006ab52ed396a1efeae0275762f53cab))
|
|
109
|
-
* **tests:** reenables desktop combobox suite, adds new keyboard tests ([1fa2cf2](https://github.com/AlaskaAirlines/auro-formkit/commit/1fa2cf263fff220bae031e93633ac87cf45975d8))
|
|
110
|
-
* **tests:** remove errant blank line AB[#1516718](https://github.com/AlaskaAirlines/auro-formkit/issues/1516718) ([e8a28a7](https://github.com/AlaskaAirlines/auro-formkit/commit/e8a28a7acc640bf3bff28134c87784f6fa4dcfe3))
|
|
111
|
-
* **test:** update test desc for active-descendant state prop in dropdown AB[#1516632](https://github.com/AlaskaAirlines/auro-formkit/issues/1516632) ([1a6729e](https://github.com/AlaskaAirlines/auro-formkit/commit/1a6729e8898862650866f5e51784cdc5d61d775b))
|
|
112
|
-
* update @aurodesignsystem/auro-library to version 5.12.1 ([5d0ac24](https://github.com/AlaskaAirlines/auro-formkit/commit/5d0ac24f66559f4876d141a41d90d1f4a61667a0))
|
|
113
|
-
* update breakpoint values to use design tokens for consistency ([d6842f8](https://github.com/AlaskaAirlines/auro-formkit/commit/d6842f82cf87911bd324e8e7f6697f19647dc124))
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
### Features
|
|
117
|
-
|
|
118
|
-
* add input event notification to auro-datepicker for better value tracking ([9489705](https://github.com/AlaskaAirlines/auro-formkit/commit/94897052e3ec4aeb4d19fc30539fb46ed140a508))
|
|
119
|
-
* **combbobox:** handle alt and meta key with arrowup and down AB[#1528758](https://github.com/AlaskaAirlines/auro-formkit/issues/1528758) ([f48e02d](https://github.com/AlaskaAirlines/auro-formkit/commit/f48e02d54f8762f579a104815588fb7692d9b28d))
|
|
120
|
-
* **dropdown:** add hasActiveDescendant prop to manage highlighted option selection AB[#1516632](https://github.com/AlaskaAirlines/auro-formkit/issues/1516632) ([c66ae1d](https://github.com/AlaskaAirlines/auro-formkit/commit/c66ae1d057ed30db0cd08b9d17f925f7e9c43525))
|
|
121
|
-
* **keyboard:** add keyboard strategy with display context & update combobox and select AB[#1516718](https://github.com/AlaskaAirlines/auro-formkit/issues/1516718) ([41fdf8a](https://github.com/AlaskaAirlines/auro-formkit/commit/41fdf8a2fd81c6afea8f645829428ac83ecdd0c9))
|
|
122
|
-
* **menuoption:** add noMatch property to indicate no matching results placeholder ([479b620](https://github.com/AlaskaAirlines/auro-formkit/commit/479b620e0716305962f68aa842c23d26069b308f))
|
|
123
|
-
* move keyboard events into keyboardHandler and update testing ([bfffedb](https://github.com/AlaskaAirlines/auro-formkit/commit/bfffedbe09e01f64bd5aab0af3abec1a2da2c554))
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
### Performance Improvements
|
|
127
|
-
|
|
128
|
-
* **combobox:** cleanup and correct keyboard behavior AB[#1528758](https://github.com/AlaskaAirlines/auro-formkit/issues/1528758) ([de2e575](https://github.com/AlaskaAirlines/auro-formkit/commit/de2e57561da17b081df924315ca00eb32969a153))
|
|
129
|
-
* **counter:** update to use new keyboardStrategy pattern ([aaec8f9](https://github.com/AlaskaAirlines/auro-formkit/commit/aaec8f9ef6bdebe5eb56dc50e55918e8170717cb))
|
|
130
|
-
* **datepicker:** add backward compatibility for `referenceDates` ([b2ae2c2](https://github.com/AlaskaAirlines/auro-formkit/commit/b2ae2c2e363fbb81267433cd8dc95f0148b6f813))
|
|
131
|
-
* **dropdown:** remove disableFocusTrap prop ([a76b3be](https://github.com/AlaskaAirlines/auro-formkit/commit/a76b3be816e6daa8660d0fb03d5ede151f2822d0))
|
|
132
|
-
* **dropdown:** remove keyboardBridge ([66efa0f](https://github.com/AlaskaAirlines/auro-formkit/commit/66efa0f3043947ac248d8265ab7592555c838423))
|
|
133
|
-
* remove dead function unused anywhere in code ([3839e13](https://github.com/AlaskaAirlines/auro-formkit/commit/3839e13850d7c203df8287882ef42a43a4d31e7a))
|
|
134
|
-
* **select:** update option selection handling to ensure compatibility with event detail structure ([975adf6](https://github.com/AlaskaAirlines/auro-formkit/commit/975adf68384b25d270c9fe70cd868fe3872ce5c4))
|
|
135
|
-
* use latest auro-library ([dba104e](https://github.com/AlaskaAirlines/auro-formkit/commit/dba104edb54defca8f02263640b0a1c18aac0326))
|
|
136
|
-
* use released versions of cli and wcss ([1bdc922](https://github.com/AlaskaAirlines/auro-formkit/commit/1bdc9220466f85f09af367168a78a56f7d32b339))
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
### Reverts
|
|
140
|
-
|
|
141
|
-
* **keyboard:** remove Shift+Tab examples from combobox and select AB[#1516718](https://github.com/AlaskaAirlines/auro-formkit/issues/1516718) ([8af917e](https://github.com/AlaskaAirlines/auro-formkit/commit/8af917e11d3fb899dc3720bac28a86e83031b388))
|
|
142
|
-
* Revert "fix(combobox): handle trailing whitespace in filter to prevent broken matching after cursor editing" ([8121ad1](https://github.com/AlaskaAirlines/auro-formkit/commit/8121ad16cdfb2afaa0e8a8a57115140f75d8de2b))
|
|
6
|
+
* correct typos and form index page imports ([89a71de](https://github.com/AlaskaAirlines/auro-formkit/commit/89a71de85c4d940fd9a54e779d23bea6584d9111))
|
|
143
7
|
|
|
144
8
|
# Changelog
|
|
145
9
|
|
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ The following sections are editable by making changes to the following files:
|
|
|
17
17
|
| Getting Started | Getting started links for each component | `./docs/partials/gettingStarted.md` |
|
|
18
18
|
-->
|
|
19
19
|
|
|
20
|
-
# Formkit
|
|
20
|
+
# Formkit
|
|
21
21
|
|
|
22
22
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/description.md) -->
|
|
23
23
|
<!-- The below content is automatically added from ./docs/partials/description.md -->
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/bundled/themes/alaska.global.min.css" />
|
|
20
20
|
<link rel="stylesheet" type="text/css" href="./styles.min.css" />
|
|
21
21
|
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-hyperlink@latest/+esm" type="module"></script>
|
|
22
|
-
<script src="./api.min.js" data-demo-script="true" type="module"></script>
|
|
23
22
|
<script type="module">
|
|
24
23
|
import { renderPage } from './demo-support.min.js';
|
|
25
24
|
await renderPage('./api.md');
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
<script type="module">
|
|
44
44
|
import { renderPage } from './demo-support.min.js';
|
|
45
45
|
await renderPage('./customize.md');
|
|
46
|
-
import { initExamples } from "./
|
|
46
|
+
import { initExamples } from "./customize.min.js";
|
|
47
47
|
initExamples();
|
|
48
48
|
</script>
|
|
49
|
-
<script src="./
|
|
49
|
+
<script src="./customize.min.js" data-demo-script="true" type="module"></script>
|
|
50
50
|
</body>
|
|
51
51
|
</html>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { AuroCheckbox } from '../src/auro-checkbox.js';
|
|
2
|
+
import { AuroCheckboxGroup } from '../src/auro-checkbox-group.js';
|
|
3
|
+
|
|
4
|
+
AuroCheckbox.register(); // registering to `auro-checkbox`
|
|
5
|
+
AuroCheckboxGroup.register(); // registering to `auro-checkbox-group`
|
|
6
|
+
|
|
7
|
+
AuroCheckbox.register('custom-checkbox');
|
|
8
|
+
AuroCheckboxGroup.register('custom-checkbox-group');
|
|
9
|
+
|
|
10
|
+
export function initExamples(initCount) {
|
|
11
|
+
initCount = initCount || 0;
|
|
12
|
+
|
|
13
|
+
try {
|
|
14
|
+
// Add any example initialization code here.
|
|
15
|
+
} catch (err) {
|
|
16
|
+
if (initCount <= 20) {
|
|
17
|
+
setTimeout(() => {
|
|
18
|
+
initExamples(initCount + 1);
|
|
19
|
+
}, 100);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|