@aurodesignsystem/auro-formkit 6.0.0-rc-1560.1 → 6.0.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.
Files changed (45) hide show
  1. package/CHANGELOG.md +1 -419
  2. package/components/checkbox/demo/customize.min.js +1 -1
  3. package/components/checkbox/demo/getting-started.min.js +1 -1
  4. package/components/checkbox/demo/index.min.js +1 -1
  5. package/components/checkbox/dist/index.js +1 -1
  6. package/components/checkbox/dist/registered.js +1 -1
  7. package/components/combobox/demo/customize.min.js +3 -3
  8. package/components/combobox/demo/getting-started.min.js +3 -3
  9. package/components/combobox/demo/index.min.js +3 -3
  10. package/components/combobox/dist/index.js +3 -3
  11. package/components/combobox/dist/registered.js +3 -3
  12. package/components/counter/demo/customize.min.js +2 -2
  13. package/components/counter/demo/index.min.js +2 -2
  14. package/components/counter/dist/index.js +2 -2
  15. package/components/counter/dist/registered.js +2 -2
  16. package/components/datepicker/demo/customize.min.js +3 -3
  17. package/components/datepicker/demo/index.min.js +3 -3
  18. package/components/datepicker/dist/index.js +3 -3
  19. package/components/datepicker/dist/registered.js +3 -3
  20. package/components/dropdown/demo/customize.min.js +1 -1
  21. package/components/dropdown/demo/getting-started.min.js +1 -1
  22. package/components/dropdown/demo/index.min.js +1 -1
  23. package/components/dropdown/dist/index.js +1 -1
  24. package/components/dropdown/dist/registered.js +1 -1
  25. package/components/form/demo/customize.min.js +13 -13
  26. package/components/form/demo/getting-started.min.js +13 -13
  27. package/components/form/demo/index.min.js +13 -13
  28. package/components/form/demo/registerDemoDeps.min.js +13 -13
  29. package/components/input/demo/customize.min.js +1 -1
  30. package/components/input/demo/getting-started.min.js +1 -1
  31. package/components/input/demo/index.min.js +1 -1
  32. package/components/input/dist/index.js +1 -1
  33. package/components/input/dist/registered.js +1 -1
  34. package/components/radio/demo/customize.min.js +1 -1
  35. package/components/radio/demo/getting-started.min.js +1 -1
  36. package/components/radio/demo/index.min.js +1 -1
  37. package/components/radio/dist/index.js +1 -1
  38. package/components/radio/dist/registered.js +1 -1
  39. package/components/select/demo/customize.min.js +2 -2
  40. package/components/select/demo/getting-started.min.js +2 -2
  41. package/components/select/demo/index.min.js +2 -2
  42. package/components/select/dist/index.js +2 -2
  43. package/components/select/dist/registered.js +2 -2
  44. package/custom-elements.json +1525 -1525
  45. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,430 +1,12 @@
1
- # [6.0.0-rc-1560.1](https://github.com/AlaskaAirlines/auro-formkit/compare/v5.10.0...v6.0.0-rc-1560.1) (2026-07-16)
1
+ ## [6.0.1](https://github.com/AlaskaAirlines/auro-formkit/compare/v6.0.0...v6.0.1) (2026-07-16)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * **a11y:** add comments to clarify handling of rapid successive announcements [#1368](https://github.com/AlaskaAirlines/auro-formkit/issues/1368) ([e3eece6](https://github.com/AlaskaAirlines/auro-formkit/commit/e3eece644cb2e3e8810a124c6f8dbf281f540947))
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
6
  * address feedback PR Review: [#1554](https://github.com/AlaskaAirlines/auro-formkit/issues/1554) ([0f50c75](https://github.com/AlaskaAirlines/auro-formkit/commit/0f50c75a3fcd94326a22c883447212f83e234ef7))
14
7
  * address feedback PR Review: [#1554](https://github.com/AlaskaAirlines/auro-formkit/issues/1554) ([aef32a1](https://github.com/AlaskaAirlines/auro-formkit/commit/aef32a15f1b03cfb527002df3b8e2772d416ccfe))
15
8
  * address focus handling and displayValue issues in combobox and dropdown components Review of: [#1554](https://github.com/AlaskaAirlines/auro-formkit/issues/1554) ([6ea1b78](https://github.com/AlaskaAirlines/auro-formkit/commit/6ea1b78a7fccd5f5f99731cbd833fae2f66dea16))
16
- * address gaps in keyboard functionality and docs AB[#1550261](https://github.com/AlaskaAirlines/auro-formkit/issues/1550261) ([b111f0b](https://github.com/AlaskaAirlines/auro-formkit/commit/b111f0b974e69016d01af49cec3f8ad1082bf964))
17
- * address PR 1474 reviewer feedback ([a356d1a](https://github.com/AlaskaAirlines/auro-formkit/commit/a356d1af33014d642a7336d9fb2ab453da3ca3cc))
18
- * adopt dirty-value-flag model for isInitialState AB[#1541873](https://github.com/AlaskaAirlines/auro-formkit/issues/1541873) ([2074645](https://github.com/AlaskaAirlines/auro-formkit/commit/2074645a0ff377a26a705467567b0f07252b6556))
19
- * **ci:** link correct design token css files for unit test ([afa1b6c](https://github.com/AlaskaAirlines/auro-formkit/commit/afa1b6cb4b3e5e199eb970ce7e60386c8fdc4a03))
20
- * clip range corners for border radius on range start cell ([303b551](https://github.com/AlaskaAirlines/auro-formkit/commit/303b5518808bc6f1db1be7f716b5c3e499351756))
21
- * **combobox, dropdown:** enhance dropdown behavior for fullscreen and button interactions ([bc4ff17](https://github.com/AlaskaAirlines/auro-formkit/commit/bc4ff1790782617c06a01b9884a04e51a45763d6))
22
- * **combobox, select:** improve Tab key behavior for accessibility in fullscreen and non-fullscreen modes ([f466745](https://github.com/AlaskaAirlines/auro-formkit/commit/f466745dcc6a251c68275356428f8d5f4d73b142))
23
- * **combobox,menu:** finalize sub-pr-5 framework-test gaps AB[#1560490](https://github.com/AlaskaAirlines/auro-formkit/issues/1560490) ([cadf7fd](https://github.com/AlaskaAirlines/auro-formkit/commit/cadf7fd5b2dbc92267475862dc7f6987277b270a))
24
- * **combobox,menu:** preserve programmatic value across async option loads ([f2a7dd0](https://github.com/AlaskaAirlines/auro-formkit/commit/f2a7dd017b1a6c75fc3900ad1126b002ab3cc818))
25
- * **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))
26
- * **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))
27
- * **combobox:** add description for appearance property in JSDoc ([44ce771](https://github.com/AlaskaAirlines/auro-formkit/commit/44ce77134eea1a8b85a393dcea6050110e2b8652))
28
- * **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))
29
- * **combobox:** address Copilot review findings ([e141364](https://github.com/AlaskaAirlines/auro-formkit/commit/e1413648c1ae89992944aeae29b5cd52730572a6))
30
9
  * **combobox:** address displayValue synthesis and focus handling issues AB[#1598671](https://github.com/AlaskaAirlines/auro-formkit/issues/1598671) ([ca1ac8d](https://github.com/AlaskaAirlines/auro-formkit/commit/ca1ac8d82dbc4366c7a9609acc863e5dffce4d68))
31
- * **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))
32
- * **combobox:** clear menu.optionSelected to prevent stale write-back ([35f83e3](https://github.com/AlaskaAirlines/auro-formkit/commit/35f83e33a46f16a5ef585b7ee1fa9108f3d7cd0e))
33
- * **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))
34
- * **combobox:** clearing value now properly resets both html5 inputs AB[#1592423](https://github.com/AlaskaAirlines/auro-formkit/issues/1592423) ([4c59590](https://github.com/AlaskaAirlines/auro-formkit/commit/4c595904dd677fd695dd2b2d7893b566aac51456))
35
- * **combobox:** correct input reference for menu filtering logic ([bed41da](https://github.com/AlaskaAirlines/auro-formkit/commit/bed41daabde2d6faa35b29ba3a1548ff3ca73af3))
36
- * **combobox:** emphasized layout color should not appear in full-screen dialog input ([aa18e49](https://github.com/AlaskaAirlines/auro-formkit/commit/aa18e49eaf07b29817057d10e9c71af20dd261f2))
37
- * **combobox:** enhance clear button functionality by ensuring Enter key activates the button without preventDefault ([a58ba6c](https://github.com/AlaskaAirlines/auro-formkit/commit/a58ba6c4602ad59dd8b22b8dd0ad95c482b4df68))
38
- * **combobox:** enhance input synchronization and keyboard handling for clearer interactions ([7b616df](https://github.com/AlaskaAirlines/auro-formkit/commit/7b616df6f2ce286caafc1ba0485f067acf307150))
39
- * **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))
40
- * **combobox:** ensure focus moves to clear button only when a value is selected and update validity checks in tests ([b55661d](https://github.com/AlaskaAirlines/auro-formkit/commit/b55661d5ce96ec24f8b4efa3ecc3716f2a4452aa))
41
- * **combobox:** ensure menu options are defined before filtering and updating active option ([c2c111e](https://github.com/AlaskaAirlines/auro-formkit/commit/c2c111ec4c4723c24f0860853ea39fff1b5f6cca))
42
- * **combobox:** fix aria-activedescendant + SPA-preselect races ([986d200](https://github.com/AlaskaAirlines/auro-formkit/commit/986d2001e626f387aa84faa99b71312f55c6eb79))
43
- * **combobox:** fix test by managing focus during fullscreen dialog transitions ([c40a1bf](https://github.com/AlaskaAirlines/auro-formkit/commit/c40a1bf5db2b4f651007477448a567379cb97182))
44
- * **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)
45
- * **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)
46
- * **combobox:** harden Shift+Tab exit path AB[#1592239](https://github.com/AlaskaAirlines/auro-formkit/issues/1592239) ([2f5be68](https://github.com/AlaskaAirlines/auro-formkit/commit/2f5be6804b1372acc42199e26dbaf1ea3aa8e10c))
47
- * **combobox:** improve Shift+Tab exit behavior and visibility checks AB[#1592239](https://github.com/AlaskaAirlines/auro-formkit/issues/1592239) ([40aaa44](https://github.com/AlaskaAirlines/auro-formkit/commit/40aaa4452e9c4b37534359dafab997410511e61a))
48
- * **combobox:** improve validation logic for dropdown interactions and persistInput behavior ([a9d03ae](https://github.com/AlaskaAirlines/auro-formkit/commit/a9d03aed7696a3a6b9fedbca83664c26b6dcf4ef))
49
- * **combobox:** make label slot selector element-agnostic ([d2afe7e](https://github.com/AlaskaAirlines/auro-formkit/commit/d2afe7ede7ab7b3d048457d09498bf8372ce6a62))
50
- * **combobox:** not to close before opening for fullscreen bib ([1bd040d](https://github.com/AlaskaAirlines/auro-formkit/commit/1bd040dc89fae846de8f9b96c194735671e40019))
51
- * **combobox:** not to deselect on selecting pre-selected option in combobox ([430055c](https://github.com/AlaskaAirlines/auro-formkit/commit/430055c58b231d37a346b0912bfc4f6a49cb8ef3))
52
- * **combobox:** prefer combobox.value over input.value on mount when they diverge ([297c519](https://github.com/AlaskaAirlines/auro-formkit/commit/297c519abee4e32ea78142e1aba0d7eb4d17e96a))
53
- * **combobox:** preserve typed input in suggestion mode ([60917a6](https://github.com/AlaskaAirlines/auro-formkit/commit/60917a607ad32b2ce1053cb107c0ce472936b9ae))
54
- * **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))
55
- * **combobox:** prevent cursor from moving from arrow up/down keys ([2018c69](https://github.com/AlaskaAirlines/auro-formkit/commit/2018c691555fe58afc3ede644fff22b83c854816))
56
- * **combobox:** prevent default behavior when clear button is focused ([6058438](https://github.com/AlaskaAirlines/auro-formkit/commit/60584386947acef6752feccd11e91cc0809fbe67))
57
- * **combobox:** prevent fullscreen dialog from closing immediately after reopen ([ecf8998](https://github.com/AlaskaAirlines/auro-formkit/commit/ecf899836092af8f0ebb307fff2ea0bdaa52f114))
58
- * **combobox:** prevent noMatch option from being marked active when all regular options are filtered out ([6727ca9](https://github.com/AlaskaAirlines/auro-formkit/commit/6727ca9697fd2537a013547f1518630658fcdb98))
59
- * **combobox:** refine Enter key handling to prevent native form-submit behavior ([6ce6c44](https://github.com/AlaskaAirlines/auro-formkit/commit/6ce6c44e0b126b5c423d6efed03a96ea9bf9df86))
60
- * **combobox:** register custom menu and menu option in grouped storybook examples ([a16a50a](https://github.com/AlaskaAirlines/auro-formkit/commit/a16a50a5dc2fa6973da366e11e14b66d7447320c))
61
- * **combobox:** reset _inFullscreenTransition flag on disconnect ([27d18ad](https://github.com/AlaskaAirlines/auro-formkit/commit/27d18ade8c6586849ebbbb6c76a681313b9e1c92))
62
- * **combobox:** restore focus to trigger input after closing fullscreen dialog ([0fbd4d5](https://github.com/AlaskaAirlines/auro-formkit/commit/0fbd4d53694cc117ee0fd7edc958c60c065906f1))
63
- * **combobox:** restore trigger caret to end-of-text on reopen AB[#1560490](https://github.com/AlaskaAirlines/auro-formkit/issues/1560490) ([f876902](https://github.com/AlaskaAirlines/auro-formkit/commit/f876902e2672486226caae63753427322f5d9676))
64
- * **combobox:** revert to pre-5.9 architecture AB[#1560490](https://github.com/AlaskaAirlines/auro-formkit/issues/1560490) ([852924f](https://github.com/AlaskaAirlines/auro-formkit/commit/852924fd8c74d292933c5cec86f57d56e49a16bd))
65
- * **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))
66
- * **combobox:** set focus on clear button after user selection ([e15dd32](https://github.com/AlaskaAirlines/auro-formkit/commit/e15dd321f02546ff30eafd6d2f5a9a559b91e6f0))
67
- * **combobox:** shift+tab exits in one keypress AB[#1592239](https://github.com/AlaskaAirlines/auro-formkit/issues/1592239) ([16b676d](https://github.com/AlaskaAirlines/auro-formkit/commit/16b676d6b51f0837a49f0f1c5ba0a6a0524cde36))
68
- * **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))
69
- * **combobox:** simplify menu value invalidation logic during input updates ([1e3803f](https://github.com/AlaskaAirlines/auro-formkit/commit/1e3803ff8a0dd9006f980269e9cb6dbe5ba7ef2e))
70
- * **combobox:** suppress validation during fullscreen focus transition ([8fd9b95](https://github.com/AlaskaAirlines/auro-formkit/commit/8fd9b95cedfbaa357a0ba3394b6478177e00940d))
71
- * **combobox:** sync input display when swapping freeform values ([31b2249](https://github.com/AlaskaAirlines/auro-formkit/commit/31b224996287779e2014f651d30d316ba35867a3))
72
- * **combobox:** update active option after available options are updated ([dba8921](https://github.com/AlaskaAirlines/auro-formkit/commit/dba8921643d724bfbdbc553c3ea23a60792848cb))
73
- * **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))
74
- * **combobox:** update persistInput behavior to sync input values and improve validation checks ([2eb5343](https://github.com/AlaskaAirlines/auro-formkit/commit/2eb534399488a0464c623916a55b036413f7d247))
75
- * **combobox:** update test to manage focus during fullscreen dialog transitions ([c517b04](https://github.com/AlaskaAirlines/auro-formkit/commit/c517b046fc8dfc32160424ee232421f506a99c12))
76
- * **combobox:** update value on input value change for suggestion combobox ([ac5de8b](https://github.com/AlaskaAirlines/auro-formkit/commit/ac5de8b011d7ff475382c16d274aa5fc4b525080))
77
- * correct copy paste error during coding ([0c1d860](https://github.com/AlaskaAirlines/auro-formkit/commit/0c1d8602692de9ef79459442e3b6cca3ca5245de))
78
- * correct focus movement when closing fullscreen bib ([fc4ec92](https://github.com/AlaskaAirlines/auro-formkit/commit/fc4ec924a58c0d0013012c41fb1748e5b4a27662))
79
- * correct lastHoveredDate behavior when navigating months via button. ([97e2891](https://github.com/AlaskaAirlines/auro-formkit/commit/97e2891bc4576e275169e3a325a53b50329d8848))
80
- * 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))
81
- * correct typo in property initialization ([365443c](https://github.com/AlaskaAirlines/auro-formkit/commit/365443cd2e3f952cca1d09c549137b63c9c2e6da))
82
- * correct typos and form index page imports ([89a71de](https://github.com/AlaskaAirlines/auro-formkit/commit/89a71de85c4d940fd9a54e779d23bea6584d9111))
83
- * **counter-group:** close fullscreen dialog with Tab key for improved accessibility ([ba54a38](https://github.com/AlaskaAirlines/auro-formkit/commit/ba54a381d211c5a2c35275237262b27e89c7ae18))
84
- * **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))
85
- * **counter:** fix counter dropdown to close on focusout ([666c9a2](https://github.com/AlaskaAirlines/auro-formkit/commit/666c9a28078c91625127adb70ecf6033a86596d2))
86
- * **counter:** prevent Chromium dropdown auto-close ([bbb1976](https://github.com/AlaskaAirlines/auro-formkit/commit/bbb1976bdff770d815a4c3fd592454b54613a1d2))
87
- * **counter:** remove unsupported aria tag AB[#1516613](https://github.com/AlaskaAirlines/auro-formkit/issues/1516613) ([88f107e](https://github.com/AlaskaAirlines/auro-formkit/commit/88f107ef366764873daebb9c187731565ab0669f))
88
- * **counter:** remove unsupported aria tag AB[#1516613](https://github.com/AlaskaAirlines/auro-formkit/issues/1516613) ([ff35b8e](https://github.com/AlaskaAirlines/auro-formkit/commit/ff35b8e2be0a073647ed27225bbc0acfd3e1db35))
89
- * **counter:** update value handling and event triggering in counter components ([9595143](https://github.com/AlaskaAirlines/auro-formkit/commit/95951434e0554d12ff2849baa317da0f3e90daa9))
90
- * **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))
91
- * **counter:** voiceover to read raw number instead of percentage AB[#1443553](https://github.com/AlaskaAirlines/auro-formkit/issues/1443553) ([e275fe0](https://github.com/AlaskaAirlines/auro-formkit/commit/e275fe06c4e24ed77cbbcc0714dd1ae36e729d57))
92
- * **datepicker:** accessibility and focus management for fullscreen dropdown ([5ec0cb9](https://github.com/AlaskaAirlines/auro-formkit/commit/5ec0cb9e6256633c4bc22e08c1af3c2e6f2db1c6))
93
- * **datepicker:** calendarFocusDate now works when value and valueend are preset ([427ef1d](https://github.com/AlaskaAirlines/auro-formkit/commit/427ef1dbc36f946d1af28200abefabddbcf0a80f))
94
- * **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))
95
- * **datepicker:** close fullscreen dialog with Tab key for improved accessibility ([51742be](https://github.com/AlaskaAirlines/auro-formkit/commit/51742be661b9310d5854600c4e2feae3ae01916c))
96
- * **datepicker:** correct the height of the calendar months ([3bf324e](https://github.com/AlaskaAirlines/auro-formkit/commit/3bf324e0839c7f6e977df039bd1a3a286c218f88))
97
- * **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))
98
- * **datepicker:** enforce grid width ([f87f817](https://github.com/AlaskaAirlines/auro-formkit/commit/f87f81742597669f6b19961fe3be248c9adafe18))
99
- * **datepicker:** enforce not activating disabled cells ([f94a934](https://github.com/AlaskaAirlines/auro-formkit/commit/f94a934c2470f5988516e90e010a36187d3e3534))
100
- * **datepicker:** enhance scrolling behavior for active cell in mobile view ([5b0d572](https://github.com/AlaskaAirlines/auro-formkit/commit/5b0d5720aceff341b86b5f8e63a09c22ade4f0f2))
101
- * **datepicker:** improve focus handling on grid to prevent activeCell ring flash ([629dfbf](https://github.com/AlaskaAirlines/auro-formkit/commit/629dfbf92fa56811baa7a1a343b92c79ef081343))
102
- * **datepicker:** localize cell's aria string ([8dad62a](https://github.com/AlaskaAirlines/auro-formkit/commit/8dad62afc4be5fa87b38aab73416e637e04afb17))
103
- * **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))
104
- * **datepicker:** not to directly convert value to Date to avoid date shifting from timezone diff ([e407410](https://github.com/AlaskaAirlines/auro-formkit/commit/e407410cdb03b9ff6ba230b7ec9eec6690720724))
105
- * **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))
106
- * **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))
107
- * **datepicker:** prevent calendar update on cell click when in range modetest: fix broken tests AB[#1553712](https://github.com/AlaskaAirlines/auro-formkit/issues/1553712) ([f5e1aa1](https://github.com/AlaskaAirlines/auro-formkit/commit/f5e1aa10b2013ddb0fff9833f04217418c7f966d))
108
- * **datepicker:** prevent clear button click/keypress from reopening bib ([da03331](https://github.com/AlaskaAirlines/auro-formkit/commit/da033315aaba86eccdca4ecf0031b062d2321bfa))
109
- * **datepicker:** prevent toggle of bib when clicking on trigger a second time ([fd1835e](https://github.com/AlaskaAirlines/auro-formkit/commit/fd1835eaa88dc428afd3217d41a4a87b6cfb0827))
110
- * **datepicker:** properly disable out-of-range cells ([57a67cc](https://github.com/AlaskaAirlines/auro-formkit/commit/57a67cce58e44eec425df5e1b2a244807712a233))
111
- * **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))
112
- * **datepicker:** synchronize focus-loss policy and update fullscreen state handling ([e69ec70](https://github.com/AlaskaAirlines/auro-formkit/commit/e69ec70bd87a76d78bfbdc0c16b13dab974d591d))
113
- * **datepicker:** use double rAF for reliable close-button focus in fullscreen dialog ([54594df](https://github.com/AlaskaAirlines/auro-formkit/commit/54594df959af7379c5631ed9258c96f5a83eea99))
114
- * **dialog:** reset dialog dimensions for custom styling ([6712bd2](https://github.com/AlaskaAirlines/auro-formkit/commit/6712bd2cdd2e65d127c3d30f8487d79c36b0885a))
115
- * **docs:** clarify active-option tracking behavior in auro-menu documentation ([7e0f990](https://github.com/AlaskaAirlines/auro-formkit/commit/7e0f990d975a28946466f183fd978dbe00bd6ae0))
116
- * **docs:** clarify behavior of disabled component in form submissions ([cc075ea](https://github.com/AlaskaAirlines/auro-formkit/commit/cc075eaa0ef9273ac6ff230c87d8dc6b20d6f847))
117
- * **docs:** enhance VoiceOver behavior documentation for menu interactions and selection workflow ([e93524a](https://github.com/AlaskaAirlines/auro-formkit/commit/e93524a63d16dddb6fb1d4d0bd79935e1291ee6a))
118
- * **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))
119
- * **docs:** reorganize nested menu and custom behavior sections in documentation ([79ca34e](https://github.com/AlaskaAirlines/auro-formkit/commit/79ca34ed473d69eaf1712db4a26650a4c3f3f78e))
120
- * **docs:** update keyEvents documentation to clarify key handling in auro-menu ([f1c2f46](https://github.com/AlaskaAirlines/auro-formkit/commit/f1c2f46c6e3da27133fb33859961613baab61bf5))
121
- * **docs:** update keyEvents documentation to clarify menu interaction methods ([d95b0cc](https://github.com/AlaskaAirlines/auro-formkit/commit/d95b0cc2f56c97ba9cdf7380225bcf45c0ce91d1))
122
- * **dropdown, select:** handle tab key behavior across full-screen and desktop ([6db8d89](https://github.com/AlaskaAirlines/auro-formkit/commit/6db8d89866a35c4556513f7a83e430370bca3e9e))
123
- * **dropdown:** add aria-haspopup="listbox" to ([73e3eee](https://github.com/AlaskaAirlines/auro-formkit/commit/73e3eeeb91ed710b8aa28a7741c0c7793cb34bd5))
124
- * **dropdown:** add matchWidth attribute for consistent dropdown sizing ([4bbfb47](https://github.com/AlaskaAirlines/auro-formkit/commit/4bbfb47d2d63f4bbbd4c605e1b1d63e9ed96bdda))
125
- * **dropdown:** address page scroll lock in mobile AB[#1490375](https://github.com/AlaskaAirlines/auro-formkit/issues/1490375) ([5fb0560](https://github.com/AlaskaAirlines/auro-formkit/commit/5fb0560c67e3c14b50cbc8ab191ea43d3ef6194b))
126
- * **dropdown:** bind aria-disabled with disabled prop ([9915c1c](https://github.com/AlaskaAirlines/auro-formkit/commit/9915c1cdc6e59878eb97243f72b649554ad6e2d7))
127
- * **dropdown:** change dialog position to relative for accurate placement ([8a31130](https://github.com/AlaskaAirlines/auro-formkit/commit/8a3113066bb26e126fb10a84b33fe2f42eb2fef6))
128
- * **dropdown:** clean up comments and add context ([3a30695](https://github.com/AlaskaAirlines/auro-formkit/commit/3a30695f767d1d4ca6ceedf9040095eaff522c73))
129
- * **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))
130
- * **dropdown:** enhance keyboard event handling for accessibility in modal dialogs ([37f7a0d](https://github.com/AlaskaAirlines/auro-formkit/commit/37f7a0d35d8f1d39a6ff3f20f62e8961811344e5))
131
- * **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))
132
- * **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))
133
- * **dropdown:** expose dialogRole property on AuroDropdownBib to avoid shadow DOM piercing ([5a0e339](https://github.com/AlaskaAirlines/auro-formkit/commit/5a0e3393fbe4c0fa8a70b7a99f32d969bb37eaf2))
134
- * **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))
135
- * **dropdown:** improve focus handling on dropdown close events ([cc8bd0f](https://github.com/AlaskaAirlines/auro-formkit/commit/cc8bd0f6d221d45840f4c2d045f97756e9b9a67b))
136
- * **dropdown:** prevent bib re-closing when opening with focusable slot content ([9b03be7](https://github.com/AlaskaAirlines/auro-formkit/commit/9b03be7a4930c6d52e448a513d76b1c44e006052))
137
- * **dropdown:** prevent layout containment on dropdown host for proper positioning ([5895d57](https://github.com/AlaskaAirlines/auro-formkit/commit/5895d5744579a54efeb53a46d070b0968f7dee41))
138
- * **dropdown:** prevent page scroll and enhance backdrop behavior for fullscreen dialogs on mobile ([28d1b29](https://github.com/AlaskaAirlines/auro-formkit/commit/28d1b2976c8995e1fdcaa650d780127339ca3b16))
139
- * **dropdown:** read breakpoint token lazily to fix fullscreen bib in WebKit ([330db3f](https://github.com/AlaskaAirlines/auro-formkit/commit/330db3fdda5cc20a95329bf19d7a89806ada59c0))
140
- * **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))
141
- * **dropdown:** remove autoPlacement from right bib trigger description because they conflict ([10e6da3](https://github.com/AlaskaAirlines/auro-formkit/commit/10e6da3886037e828f263e4ac241d3d62b6b66f6))
142
- * **dropdown:** replace popover API with dialog element for accessibility #AB1475605 ([cd58918](https://github.com/AlaskaAirlines/auro-formkit/commit/cd5891860f985933da09a8f1c0ae3f33f44e626a)), closes [#AB1475605](https://github.com/AlaskaAirlines/auro-formkit/issues/AB1475605)
143
- * **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))
144
- * **dropdown:** return focus back to trigger when dropdown is closed ([dc7b361](https://github.com/AlaskaAirlines/auro-formkit/commit/dc7b361850f7b14e4ab31271ff34a7a7ac5a2984))
145
- * **dropdown:** revert back `hoverToggle` ([ecc5e88](https://github.com/AlaskaAirlines/auro-formkit/commit/ecc5e88188127ec617cc82974a04ed8b3ea1afc1))
146
- * **dropdowns:** make screenreader compatible in mobile desktop ([c57ca6f](https://github.com/AlaskaAirlines/auro-formkit/commit/c57ca6f016b58fbda8dd68db0103bbbe985a8430))
147
- * **dropdown:** update aria-haspopup behavior based on trigger focusability ([cf5dfba](https://github.com/AlaskaAirlines/auro-formkit/commit/cf5dfba8806af2d23c8809aa1756fe96de4dd211))
148
- * **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))
149
- * **dropdown:** use Popover API to escape container-query containment on desktop ([17faf77](https://github.com/AlaskaAirlines/auro-formkit/commit/17faf77c3778ae9b96e0b1db8b1c6637aaa0d6d4))
150
- * enhance fullscreen toggle functionality in datepicker rendering AB[#1553712](https://github.com/AlaskaAirlines/auro-formkit/issues/1553712) ([f52f774](https://github.com/AlaskaAirlines/auro-formkit/commit/f52f77464b12fb1a107b8f54ab44fec878a34679))
151
- * ensure virtual keyboard retention in fullscreen dialogs for iOS Safari ([047229d](https://github.com/AlaskaAirlines/auro-formkit/commit/047229d3bd6827d692777a96a20181e1159c81af))
152
- * **form:** address PR review follow-ups ([f4b7ea6](https://github.com/AlaskaAirlines/auro-formkit/commit/f4b7ea6619cc47776f68eb5697adc9cce999fa62))
153
- * **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))
154
- * **form:** tighten field state tracking ([eb4bd81](https://github.com/AlaskaAirlines/auro-formkit/commit/eb4bd8106e1c9a75617a664f8a7e6e77ff5d8b38)), closes [#1474](https://github.com/AlaskaAirlines/auro-formkit/issues/1474)
155
- * handle query parameters in active file name for page navigation ([a4660e1](https://github.com/AlaskaAirlines/auro-formkit/commit/a4660e198d298f1d4e27639f5b508d907a62f6ec))
156
- * **input, combobox:** add autofocus to input and enable focus delegation for fullscreen dialogs ([4b4bb6e](https://github.com/AlaskaAirlines/auro-formkit/commit/4b4bb6e10575b267130b1913fc9ce38d6229097f))
157
- * **input,form-validation:** unblock datepicker range validity AB[#1560490](https://github.com/AlaskaAirlines/auro-formkit/issues/1560490) ([0a6d3de](https://github.com/AlaskaAirlines/auro-formkit/commit/0a6d3deb504ab7f366b354df89483587639878ee))
158
- * **input:** address credit card autofill validation issue AB[#1481792](https://github.com/AlaskaAirlines/auro-formkit/issues/1481792) ([4a80de0](https://github.com/AlaskaAirlines/auro-formkit/commit/4a80de0a7466744eafdceb7e98d6ef614099cb11))
159
- * **input:** address credit card autofill validation issue AB[#1481792](https://github.com/AlaskaAirlines/auro-formkit/issues/1481792) ([1b2b2ae](https://github.com/AlaskaAirlines/auro-formkit/commit/1b2b2ae29a56e6139eab6922d0f84de2053c77f6))
160
- * **input:** hide number input spinners in Firefox AB[#1588304](https://github.com/AlaskaAirlines/auro-formkit/issues/1588304) ([7396c42](https://github.com/AlaskaAirlines/auro-formkit/commit/7396c42e095c5a73e39f804d4a2fa6a3a7f45d31))
161
- * **input:** null maskInstance after destroy to prevent dangling reference ([090c24f](https://github.com/AlaskaAirlines/auro-formkit/commit/090c24f13006b86032534a2a19ba1e376393bf9d))
162
- * **input:** prevent imask cursor throw on credit-card format change AB[#1560490](https://github.com/AlaskaAirlines/auro-formkit/issues/1560490) ([d185740](https://github.com/AlaskaAirlines/auro-formkit/commit/d1857401c759fa326ec31656c250418ecb4873ba))
163
- * **input:** remove dead code, add date edge-case tests, preserve explicit format on locale change ([b16b8cb](https://github.com/AlaskaAirlines/auro-formkit/commit/b16b8cb2cadbf76e5b48f2f7c2a31bf9bf706a28))
164
- * **input:** remove i18n helptext on date input ([ad4a91c](https://github.com/AlaskaAirlines/auro-formkit/commit/ad4a91c8e1d0b04527d41b1078950fc1530c057a))
165
- * **input:** remove whitespace and leading/trailing special character on format ([1debbd6](https://github.com/AlaskaAirlines/auro-formkit/commit/1debbd60b9dd0584172be2b36d1c3b114e7c73ad))
166
- * **input:** reset validity on clear button click ([246e101](https://github.com/AlaskaAirlines/auro-formkit/commit/246e101d5df86288fc4bc94ae933743f8cf591f2))
167
- * **input:** resolve multi-level displayValue slot content ([3c1c421](https://github.com/AlaskaAirlines/auro-formkit/commit/3c1c421c5a67bc49b8d086c60590767754d0ac8d))
168
- * **input:** simplify error handling in selection range setting ([c5df235](https://github.com/AlaskaAirlines/auro-formkit/commit/c5df23515ee922c2898c5e8d277e7847f2eb436b))
169
- * **input:** update deprecation message format and clean up eslint rules ([3bda296](https://github.com/AlaskaAirlines/auro-formkit/commit/3bda29618f43b794b6ab4fd73ad4731d38adf8c7))
170
- * **input:** validate partial date properly on input ([f2fdc17](https://github.com/AlaskaAirlines/auro-formkit/commit/f2fdc170503fe860b2466c06665fd82e29a43208))
171
- * **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))
172
- * **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))
173
- * **keyboard:** create options.dropdown param AB[#1516718](https://github.com/AlaskaAirlines/auro-formkit/issues/1516718) ([6ac931b](https://github.com/AlaskaAirlines/auro-formkit/commit/6ac931b2569246ddb7bd36f2bca1f3597d1ef392))
174
- * **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))
175
- * **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))
176
- * **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))
177
- * **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))
178
- * **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))
179
- * **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))
180
- * lint errors ([c8f5ea5](https://github.com/AlaskaAirlines/auro-formkit/commit/c8f5ea58fb77cbad130258bf25faba3baf802027))
181
- * 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))
182
- * make clear button no longer bubble key events up to parent components ([88c7f94](https://github.com/AlaskaAirlines/auro-formkit/commit/88c7f947f3b8ec475d12f4e81b7b2fc79c6d9598))
183
- * **menu:** add defensive handling for undefined formattedValue in multiselect mode ([1aa50cc](https://github.com/AlaskaAirlines/auro-formkit/commit/1aa50cc2686e2fef11dc72e80c3425ed50ecc5bd))
184
- * **menu:** add event notification for prevented deselection of menu options AB[#1560488](https://github.com/AlaskaAirlines/auro-formkit/issues/1560488) ([4f92f3f](https://github.com/AlaskaAirlines/auro-formkit/commit/4f92f3fe0134c91d0acad32bac975cbcd4d92e09))
185
- * **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))
186
- * **menu:** adjust keydown handling to improve accessibility and prevent focus trapping ([18ee795](https://github.com/AlaskaAirlines/auro-formkit/commit/18ee79597fc915ec2adb1dbdb99a3d7ad24a5ac8))
187
- * **menu:** always notify host on invalid value selection ([49f518f](https://github.com/AlaskaAirlines/auro-formkit/commit/49f518f391a84e7b80b7e60b9bcf265d2620d9a5))
188
- * **menu:** clear active option state on reset() ([0f78ce9](https://github.com/AlaskaAirlines/auro-formkit/commit/0f78ce9223d5bc0ee4664446e8fa8f635bfbbf7a))
189
- * **menu:** clear optionSelected before dispatching selectValueFailure AB[#1560488](https://github.com/AlaskaAirlines/auro-formkit/issues/1560488) ([57bc695](https://github.com/AlaskaAirlines/auro-formkit/commit/57bc69507610bc25cde22b77d5d84bf23e20f746))
190
- * **menu:** correct attribute casing for noCheckmark property in menu option ([f36fb7f](https://github.com/AlaskaAirlines/auro-formkit/commit/f36fb7f78187f10ec8a5f40858471f3a90ae8dce))
191
- * **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))
192
- * **menu:** correct nested submenu selection docs and add click-path test ([62dec25](https://github.com/AlaskaAirlines/auro-formkit/commit/62dec2546443dee74a9ecb390a4457bf371dd91f))
193
- * **menu:** disable attribute mapping for read-only optionActive property ([9d3b949](https://github.com/AlaskaAirlines/auro-formkit/commit/9d3b94993eaa88633aaa9072a9802ae81a7d9f1c))
194
- * **menu:** enhance matchWord handling with safe DOM manipulation ([c60cc72](https://github.com/AlaskaAirlines/auro-formkit/commit/c60cc723dba785af5d689917478e3a61e8ebde73))
195
- * **menu:** enhance selection handling for null, undefined, and empty values ([210f866](https://github.com/AlaskaAirlines/auro-formkit/commit/210f8663626feb96488093539ae0053413c26e35))
196
- * **menu:** enhance value normalization to handle non-string types and malformed JSON gracefully ([19554bb](https://github.com/AlaskaAirlines/auro-formkit/commit/19554bb8ad1547d25980299c81fa0da5568ccded))
197
- * **menu:** ensure correct attribute reflection by stringifying array values ([187d124](https://github.com/AlaskaAirlines/auro-formkit/commit/187d124c4aec7903e02e0ff7294737e8aec6607f))
198
- * **menu:** ensure handleNestedMenus runs for nested menus to set accessibility attributes ([a082fa5](https://github.com/AlaskaAirlines/auro-formkit/commit/a082fa5f7d36d9a5e733d8994bb62fd0a3017789))
199
- * **menu:** ensure items are initialized before value matching to prevent false selectValueFailure events ([e92610e](https://github.com/AlaskaAirlines/auro-formkit/commit/e92610e6defdf8a45febd5953f605355e456068f))
200
- * **menu:** ensure nested menus reinitialize to refresh attributes on content changes ([4f20238](https://github.com/AlaskaAirlines/auro-formkit/commit/4f202383015d2cf2dfc30c3326567cb1138b3c5c))
201
- * **menu:** fire option custom event once during multiSelect value reconciliation ([1f91157](https://github.com/AlaskaAirlines/auro-formkit/commit/1f911578d55d6afb144cb833d2f3e156683f8f11))
202
- * **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))
203
- * **menu:** improve change detection by comparing selected options as sets ([42c3831](https://github.com/AlaskaAirlines/auro-formkit/commit/42c383154939d9514e90afd06cb2b02aef99c3b8))
204
- * **menu:** improve noCheckmark propagation to ensure consistent behavior across nested menus and options ([faaa6c6](https://github.com/AlaskaAirlines/auro-formkit/commit/faaa6c60c61dc065def36e6aff1aab0fb49f8725))
205
- * **menu:** improve safe DOM manipulation for highlighted content to prevent XSS ([a5cef38](https://github.com/AlaskaAirlines/auro-formkit/commit/a5cef3888f94a42812bb053092e77dabbf7782b9))
206
- * **menu:** mark `optionSelected` as a JS-only property (`attribute: false`) ([87f8b95](https://github.com/AlaskaAirlines/auro-formkit/commit/87f8b9538a7ca8e909d429080e9bda4fa79f5b44))
207
- * **menu:** mark selection state as readonly metadata ([e1180a1](https://github.com/AlaskaAirlines/auro-formkit/commit/e1180a182b7f23ea89b51d98e995e4678c4a5a2f))
208
- * **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))
209
- * **menuoption:** restore loose equality for key fallback to support framework remounts ([4efba20](https://github.com/AlaskaAirlines/auro-formkit/commit/4efba204534579e268b33cc361e3a629c7fa9706))
210
- * **menu:** preserve author-set size/shape on menuoption during propagation ([b215c96](https://github.com/AlaskaAirlines/auro-formkit/commit/b215c9621deea88e4a47d4ba4f0b24a0e02f8ee3))
211
- * **menu:** prevent desynchronization of selection state in handleClick method ([e524e48](https://github.com/AlaskaAirlines/auro-formkit/commit/e524e4820ea721a7fdf8919ac89e25c1007c4f6d))
212
- * **menu:** reconcile multiSelect value with selectable options ([be6bc82](https://github.com/AlaskaAirlines/auro-formkit/commit/be6bc821ccfd685cc93ba90e6a744af1d441cad5))
213
- * **menu:** reject disabled and static options when selecting by value ([6036b76](https://github.com/AlaskaAirlines/auro-formkit/commit/6036b7694f9bebc25d4d902c8ef6b1dfbfd1cfe0))
214
- * **menu:** remove auroMenu-deselectPrevented event references from documentation and implementation AB[#1560488](https://github.com/AlaskaAirlines/auro-formkit/issues/1560488) ([3ac8679](https://github.com/AlaskaAirlines/auro-formkit/commit/3ac867984ef1a9f30a34223fd53b9d55c4b3334e))
215
- * **menu:** replace random ID generation with monotonic counter in auro-menuoption ([f07bc5f](https://github.com/AlaskaAirlines/auro-formkit/commit/f07bc5f24830369e62482806b61ac60225a4db87))
216
- * **menu:** revert to pre-5.9 distributed state architecture AB[#1560485](https://github.com/AlaskaAirlines/auro-formkit/issues/1560485) ([9be1e1d](https://github.com/AlaskaAirlines/auro-formkit/commit/9be1e1dd4ba5b445cd7f6e759800a69860a031b7))
217
- * **menu:** simplify error handling in initExamples function ([e2de1c3](https://github.com/AlaskaAirlines/auro-formkit/commit/e2de1c3a2c03026e47f369e6d22df393fbfe3bc2))
218
- * **menu:** streamline selection change notifications to prevent duplicate events ([f61ab0b](https://github.com/AlaskaAirlines/auro-formkit/commit/f61ab0b193c84747bc720f7b88508c3eef08c287))
219
- * **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))
220
- * **menu:** update documentation for optionActive property by removing attribute reference ([e66580e](https://github.com/AlaskaAirlines/auro-formkit/commit/e66580e23a901dfd48f284cdc3a4e56b9280390a))
221
- * **menu:** update event detail expectations to include only source AB[#1560481](https://github.com/AlaskaAirlines/auro-formkit/issues/1560481) ([78b0921](https://github.com/AlaskaAirlines/auro-formkit/commit/78b0921be53d92cc64956d4e04ab8e1daaf05080))
222
- * **menu:** update initExamples function to handle pending examples correctly ([44de03f](https://github.com/AlaskaAirlines/auro-formkit/commit/44de03fc7296071340a1962298bb3edbf2893a4c))
223
- * migrate _initialValues across runtime field renames ([be90304](https://github.com/AlaskaAirlines/auro-formkit/commit/be903044fb4e0e519c7d6fd2dcd482bb7ad73b67))
224
- * move shadowRootOptions from constructor mutation to static class field ([bef802b](https://github.com/AlaskaAirlines/auro-formkit/commit/bef802b91f38ff1147212e1b4e48f8f6a327bcc3))
225
- * omit disabled controls from form state, validation, and submit payload AB[#1541873](https://github.com/AlaskaAirlines/auro-formkit/issues/1541873) ([40e6f63](https://github.com/AlaskaAirlines/auro-formkit/commit/40e6f63891f6ba4f7e6eb8265c35aae8babb9b39))
226
- * preserve captured null initial values across initializeState re-runs ([72c5fb0](https://github.com/AlaskaAirlines/auro-formkit/commit/72c5fb06dd28503cfa19e27821b577b65e9242fb))
227
- * prevent programmatic refresh on user-typed value changes and update story tests for arrow key navigation ([d69f4b5](https://github.com/AlaskaAirlines/auro-formkit/commit/d69f4b56221066d03035153013231029419c575c))
228
- * refine label slot forwarding and docs ([b8f9082](https://github.com/AlaskaAirlines/auro-formkit/commit/b8f908230c5e9092baab469e0e8c2b9ea389df8c))
229
- * **releaseNotes:** clarify tab navigation behavior for counter-group dropdown ([17a0f78](https://github.com/AlaskaAirlines/auro-formkit/commit/17a0f78fafb04dbb7fff5b05f259158ec87d8a6c))
230
- * **releaseNotes:** update keyboard interaction details and clarify dropdown behavior ([77454d7](https://github.com/AlaskaAirlines/auro-formkit/commit/77454d727903c6597c7bb711d60b79c70b0ba64c))
231
- * remove auro-form from select examples and use html5 form for autocomplete ([ccd0b99](https://github.com/AlaskaAirlines/auro-formkit/commit/ccd0b9994780a0bce0d3de3f756892490322806c))
232
- * **reset:** allow select to fully reset when function is called ([fa55e45](https://github.com/AlaskaAirlines/auro-formkit/commit/fa55e450e85721ad9f73ea42e4ca4a83547655ec))
233
- * restore check in click handler ([21fd82c](https://github.com/AlaskaAirlines/auro-formkit/commit/21fd82c51b1ce8598cef5de60dcebe069a4b8511))
234
- * **scroll:** prevent double scroll bar on menu in max-height select ([606cd8a](https://github.com/AlaskaAirlines/auro-formkit/commit/606cd8aec7be5d989f39fa43a614454eaf20667e))
235
- * **select, dropdown, combobox:** update Tab key behavior for accessibility compliance ([85ce2e0](https://github.com/AlaskaAirlines/auro-formkit/commit/85ce2e06866792d59a471a273fe8f411fdad255c))
236
- * **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))
237
- * **select:** activate the first enabled option with bib opening ([2d79ed0](https://github.com/AlaskaAirlines/auro-formkit/commit/2d79ed0cc271d7179cc8f6c9a41b16280238ade2))
238
- * **select:** add Home/End key handlers ([931b697](https://github.com/AlaskaAirlines/auro-formkit/commit/931b697589d27423b2cfc02a76325beee080c8fa))
239
- * **select:** announce the toggled option on multiSelect change ([612281e](https://github.com/AlaskaAirlines/auro-formkit/commit/612281e024a8ac9a05026cf4673130cdb8534ed2))
240
- * **select:** avoid intermediate active option on type-ahead open ([c5748c3](https://github.com/AlaskaAirlines/auro-formkit/commit/c5748c31aea88d70eb7021d8905435e83d4cd05a))
241
- * **select:** check dropdown trigger exists ([0b7deba](https://github.com/AlaskaAirlines/auro-formkit/commit/0b7deba1f70b81ae1f7168b2ae922ee797557c1e))
242
- * **select:** clarify behavior of value and optionSelected properties in documentation ([0ffce0d](https://github.com/AlaskaAirlines/auro-formkit/commit/0ffce0d3068e7a50f54526e3ddc5d55b46c237de))
243
- * **select:** clarify behavior of value and optionSelected properties in documentation ([f826eaa](https://github.com/AlaskaAirlines/auro-formkit/commit/f826eaa403d59d6268141dae7be71df7428e8100))
244
- * **select:** clear typeahead buffer on programmatic value change and reset() ([ccd3a38](https://github.com/AlaskaAirlines/auro-formkit/commit/ccd3a38b564db8a59f0d4d066a950533fc6ae87f))
245
- * **select:** close bib with Enter on a already selected menuoption ([34aadc7](https://github.com/AlaskaAirlines/auro-formkit/commit/34aadc73f47d633dda0472b3a422667bd836964a))
246
- * **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))
247
- * **select:** ensure dropdown trigger is focused only if it exists ([63c7088](https://github.com/AlaskaAirlines/auro-formkit/commit/63c708870a3295c1cf15132abcd2c0986e4a6923))
248
- * **select:** ensure menu updates correctly on option clicks ([4d0cd54](https://github.com/AlaskaAirlines/auro-formkit/commit/4d0cd547a8bd065191dd56db1babb5f9bf60bc40))
249
- * **select:** fall back to latest key when typeahead buffer dead-ends ([60803d9](https://github.com/AlaskaAirlines/auro-formkit/commit/60803d951ecc2a6189308b4170e6caf839850042))
250
- * **select:** guard menu.options access for empty menus AB[#1560488](https://github.com/AlaskaAirlines/auro-formkit/issues/1560488) ([d26e558](https://github.com/AlaskaAirlines/auro-formkit/commit/d26e558c15458323c97b9ccc77f2f21a8a864960))
251
- * **select:** guard native change in multiSelect mode ([1a672c8](https://github.com/AlaskaAirlines/auro-formkit/commit/1a672c8120d28c989d866869c8876a527fb421b8))
252
- * **select:** ignore Ctrl/Meta/Alt-chorded keys in typeahead and Space branches ([4f13db2](https://github.com/AlaskaAirlines/auro-formkit/commit/4f13db2192788b8a9add6186cab9a2aef5aa30a8))
253
- * **select:** improve regression guard comment for menu event listeners ([bdcc0d3](https://github.com/AlaskaAirlines/auro-formkit/commit/bdcc0d36641c8d512d5655138dd46284e3971d3b))
254
- * **select:** not to allow deselect on single-select ([1a90410](https://github.com/AlaskaAirlines/auro-formkit/commit/1a90410e472fe330a07efd81d674723072b9367a))
255
- * **select:** not to close bib with Enter on multiselect ([fcd6115](https://github.com/AlaskaAirlines/auro-formkit/commit/fcd6115b20c3c3443f55d7721f414eb1808bce00))
256
- * **select:** observe label slot for runtime accessible-name updates ([2f52885](https://github.com/AlaskaAirlines/auro-formkit/commit/2f528858cc57335863025bc5a997530c68d36464))
257
- * **select:** open bib + move focus on Home/End when collapsed ([8f7efa3](https://github.com/AlaskaAirlines/auro-formkit/commit/8f7efa319592555f0e017e63bf7d71c570555327))
258
- * **select:** prefer prefix match over repeat-char cycle in type-ahead ([a014c99](https://github.com/AlaskaAirlines/auro-formkit/commit/a014c996e9ad26c6467b8f7399cabdbd4887cb98))
259
- * **select:** preserve active option in the previouse state ([78c1f44](https://github.com/AlaskaAirlines/auro-formkit/commit/78c1f44db131ef0d05049ad2d9e4199e8c8cd476))
260
- * **select:** preserve multiSelect picks on valueless option click ([fe79b29](https://github.com/AlaskaAirlines/auro-formkit/commit/fe79b29c28a9d707cf5c67b94fbf836988150b97))
261
- * **select:** prevent double activation on End/Home open ([28a57a8](https://github.com/AlaskaAirlines/auro-formkit/commit/28a57a876f44dd11f8d8cfd5077a9482e37e48c8))
262
- * **select:** prevent Enter keydown event to block form submitting ([1c6da70](https://github.com/AlaskaAirlines/auro-formkit/commit/1c6da7073c9f702830fca171673c0770a7a26b55))
263
- * **select:** prevent external mutation of multiselect state by cloning optionSelected array AB[#1560488](https://github.com/AlaskaAirlines/auro-formkit/issues/1560488) ([e0d2e18](https://github.com/AlaskaAirlines/auro-formkit/commit/e0d2e18a503733b25ad5a0abcb8b088c42ffcf84))
264
- * **select:** re-stamp aria-setsize/posinset on ([5dd7814](https://github.com/AlaskaAirlines/auro-formkit/commit/5dd78142cfea1eec615c5ec59891870ecc974267))
265
- * **select:** refresh trigger label when menu reports a value match failure AB[#1560488](https://github.com/AlaskaAirlines/auro-formkit/issues/1560488) ([274528f](https://github.com/AlaskaAirlines/auro-formkit/commit/274528fb4d0a64b54238017b4f69ab5cec6cd399))
266
- * **select:** remove autoPlacement from right bib trigger because they conflict ([cb3c463](https://github.com/AlaskaAirlines/auro-formkit/commit/cb3c463fe711a8c6f8eae281c816c72d0b9086f3))
267
- * **select:** restore focus to trigger after closing fullscreen dialog ([f95194c](https://github.com/AlaskaAirlines/auro-formkit/commit/f95194ca6ce2839a9eb3c1004abfec4c884dcf64))
268
- * **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))
269
- * **select:** revert hidden native select on autofill divergence in multiSelect ([c4debf6](https://github.com/AlaskaAirlines/auro-formkit/commit/c4debf6af5b703c41aa652b45125ef0ff1046c8d))
270
- * **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)
271
- * **select:** revert to pre-5.9 distributed state architecture AB[#1560488](https://github.com/AlaskaAirlines/auro-formkit/issues/1560488) ([c9d1cf0](https://github.com/AlaskaAirlines/auro-formkit/commit/c9d1cf00cbab03545ea9cccc4dbd85d2ceda6bda))
272
- * **select:** rewire label observer on reconnect ([a5588b0](https://github.com/AlaskaAirlines/auro-formkit/commit/a5588b0febb9554b8ef553e6960db1a661d558ec))
273
- * **select:** route setMenuValue through menu.selectByValue AB[#1560488](https://github.com/AlaskaAirlines/auro-formkit/issues/1560488) ([382e4d9](https://github.com/AlaskaAirlines/auro-formkit/commit/382e4d9de7e14536ace7d06776635b888c9ba1fe))
274
- * **select:** route typeahead announcement to bib root on mobile ([962954c](https://github.com/AlaskaAirlines/auro-formkit/commit/962954c0f590464b999d6011141533cf4b4ea8fb))
275
- * **select:** scroll selected option into view when dropdown opens - rebase merge oversight ([d47e4fd](https://github.com/AlaskaAirlines/auro-formkit/commit/d47e4fd5eb5c22047385f02c3c289c9a8ed47450))
276
- * **select:** select to handle keydown without floatingUI ([1312d5b](https://github.com/AlaskaAirlines/auro-formkit/commit/1312d5b6c698d7e51060553c901282e29ecaa6f0))
277
- * **select:** set focus to dropdown trigger after hiding the bib ([d047ec1](https://github.com/AlaskaAirlines/auro-formkit/commit/d047ec1de7ab298c161bc2aaa267dca4fcda54fd))
278
- * **select:** silence duplicate "selected" announce on bib open ([ffa6bda](https://github.com/AlaskaAirlines/auro-formkit/commit/ffa6bdaa8d91658cfc438e1c2b5ec8e891f08c9d))
279
- * **select:** skip hidden/static options in Home/End and open-fallback ([a6ffcdd](https://github.com/AlaskaAirlines/auro-formkit/commit/a6ffcdd57ba6cc8ad878b88f6156354b18e0dbc6))
280
- * **select:** standardize customColor attribute to customcolor in menu options ([1ab5d99](https://github.com/AlaskaAirlines/auro-formkit/commit/1ab5d99b2b36a1e42d00befc210700458221e2ef))
281
- * **select:** update documentation to clarify behavior with active options ([0a79811](https://github.com/AlaskaAirlines/auro-formkit/commit/0a798112876672b207f3cc1bc422751501bc161b))
282
- * **select:** update Home/End key behavior to open bib and activate options when collapsed ([b288957](https://github.com/AlaskaAirlines/auro-formkit/commit/b2889578d6edb7fe9191496cd9e45dcaee2eb076))
283
- * **select:** update parameter type for getEnabledOptions to include null and undefined ([b8b5d20](https://github.com/AlaskaAirlines/auro-formkit/commit/b8b5d202a1fd693a7cb48e61aef3aa98372ad278))
284
- * **select:** update Shift+Tab to select and move focus ([b932948](https://github.com/AlaskaAirlines/auro-formkit/commit/b932948eb0d828e617bd0b506af74ada45d41528))
285
- * **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))
286
- * **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))
287
- * stringfy counter's aria-valuetext AB[#1443553](https://github.com/AlaskaAirlines/auro-formkit/issues/1443553) ([3a14172](https://github.com/AlaskaAirlines/auro-formkit/commit/3a14172df462688fcde66dcd99962378594bc159))
288
- * **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))
289
- * **test:** set concurrency to 1 to avoid cross-file state collisions ([042b046](https://github.com/AlaskaAirlines/auro-formkit/commit/042b04600b25ecd0abe5a9286e3efc4f7143b0ae))
290
- * **tests:** reenables desktop combobox suite, adds new keyboard tests ([1fa2cf2](https://github.com/AlaskaAirlines/auro-formkit/commit/1fa2cf263fff220bae031e93633ac87cf45975d8))
291
- * **tests:** remove errant blank line AB[#1516718](https://github.com/AlaskaAirlines/auro-formkit/issues/1516718) ([e8a28a7](https://github.com/AlaskaAirlines/auro-formkit/commit/e8a28a7acc640bf3bff28134c87784f6fa4dcfe3))
292
- * **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))
293
- * **type-ahead:** preserve Space toggle when menu has no enabled options ([5cbae26](https://github.com/AlaskaAirlines/auro-formkit/commit/5cbae26fbfc405f30d199d2304350a1c07f9d375))
294
- * **type-ahead:** skip hidden and static options ([e1a5f07](https://github.com/AlaskaAirlines/auro-formkit/commit/e1a5f079431c8baa9fd0389d54d32f3653d09e29))
295
- * update @aurodesignsystem/auro-library to version 5.12.1 ([5d0ac24](https://github.com/AlaskaAirlines/auro-formkit/commit/5d0ac24f66559f4876d141a41d90d1f4a61667a0))
296
- * update auro-library to guard against voiceover taps dismissing dialogs ([2268a3b](https://github.com/AlaskaAirlines/auro-formkit/commit/2268a3bd79ef710eb1aa96e0f21325c782211401))
297
- * update breakpoint values to use design tokens for consistency ([d6842f8](https://github.com/AlaskaAirlines/auro-formkit/commit/d6842f82cf87911bd324e8e7f6697f19647dc124))
298
-
299
-
300
- ### Features
301
-
302
- * add focusCloseButton method for improved accessibility in fullscreen dialogs ([2cbc2e9](https://github.com/AlaskaAirlines/auro-formkit/commit/2cbc2e945f2492bb796ed3cd7e810fe12656d1ba))
303
- * add input event notification to auro-datepicker for better value tracking ([9489705](https://github.com/AlaskaAirlines/auro-formkit/commit/94897052e3ec4aeb4d19fc30539fb46ed140a508))
304
- * add locale support on datepicker and input AB[#1428414](https://github.com/AlaskaAirlines/auro-formkit/issues/1428414) ([9c515c8](https://github.com/AlaskaAirlines/auro-formkit/commit/9c515c8ad9e33e3587a08012a89429a16742ec72))
305
- * **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))
306
- * **combobox:** expose dropdownSize part and wire customBibWidth AB[#1278416](https://github.com/AlaskaAirlines/auro-formkit/issues/1278416) ([2850657](https://github.com/AlaskaAirlines/auro-formkit/commit/285065719b1ddea0c537ad2c2ff34009ac8d79a3))
307
- * datepicker performance and accessibility improvements AB[#1553712](https://github.com/AlaskaAirlines/auro-formkit/issues/1553712) ([253134b](https://github.com/AlaskaAirlines/auro-formkit/commit/253134b4681f831392ce05608f11da9473ca8595))
308
- * **datepicker:** add label slots for a11y compliance AB[#1398255](https://github.com/AlaskaAirlines/auro-formkit/issues/1398255) ([7f8214e](https://github.com/AlaskaAirlines/auro-formkit/commit/7f8214e235b84d819adb58eed24b39e6c9cb159d))
309
- * **datepicker:** add optional label overrides via slot ([5902b35](https://github.com/AlaskaAirlines/auro-formkit/commit/5902b35868d8b488a6295c7e058a7247ef980ba4))
310
- * **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))
311
- * enable full keyboard navigation of the datepicker AB[#1553712](https://github.com/AlaskaAirlines/auro-formkit/issues/1553712) ([119a17e](https://github.com/AlaskaAirlines/auro-formkit/commit/119a17e84cadb56ac340575007434e22837153b4))
312
- * **form:** implement Enter key submission for form elements and enhance validation logic AB[#1485830](https://github.com/AlaskaAirlines/auro-formkit/issues/1485830) ([9ddb54c](https://github.com/AlaskaAirlines/auro-formkit/commit/9ddb54c6d4a24591e4ed69ff9aca86df9a4924fa))
313
- * fully develop referenceDate functionality and UI AB[#1553712](https://github.com/AlaskaAirlines/auro-formkit/issues/1553712) ([02e90bb](https://github.com/AlaskaAirlines/auro-formkit/commit/02e90bbad190e163c9f47e53770329e63cbdfed5))
314
- * **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))
315
- * keyboardStrategy maps ([e084776](https://github.com/AlaskaAirlines/auro-formkit/commit/e084776222405978431a99e10ff7dcac31d403ad))
316
- * **menu:** add event attribute support and examples; enhance documentation for static and no match options ([339984d](https://github.com/AlaskaAirlines/auro-formkit/commit/339984d2d54c0204cd2f7835fcf8a9f572194c16))
317
- * **menu:** add serializeMultiSelectValue function to handle multi-select value serialization ([d1c70ea](https://github.com/AlaskaAirlines/auro-formkit/commit/d1c70ea3d168e38383e38d81820cd85dc6afadf2))
318
- * **menu:** declare menuoption[persistent] as a supported property ([0eb4520](https://github.com/AlaskaAirlines/auro-formkit/commit/0eb4520ca5dd99b5d3d90097e4d5bd33b09d4607))
319
- * **menuoption:** add noMatch property to indicate no matching results placeholder ([479b620](https://github.com/AlaskaAirlines/auro-formkit/commit/479b620e0716305962f68aa842c23d26069b308f))
320
- * move keyboard events into keyboardHandler and update testing ([bfffedb](https://github.com/AlaskaAirlines/auro-formkit/commit/bfffedbe09e01f64bd5aab0af3abec1a2da2c554))
321
- * **select:** add functionality for activating option programmatically ([8afe40e](https://github.com/AlaskaAirlines/auro-formkit/commit/8afe40e889745820ff755f08fcd83caee55e47ec))
322
- * **select:** implement type-ahead functionality for select AB[#1567365](https://github.com/AlaskaAirlines/auro-formkit/issues/1567365) ([9de1195](https://github.com/AlaskaAirlines/auro-formkit/commit/9de11957351c3b53e6bb86512c1a18519bebac7e))
323
-
324
-
325
- ### Performance Improvements
326
-
327
- * addressing review feedback ([80d999d](https://github.com/AlaskaAirlines/auro-formkit/commit/80d999d3f7c0268847a6d95c4039209189da7985))
328
- * **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))
329
- * **combobox:** improve scroll behavior for a11y support ([a45563f](https://github.com/AlaskaAirlines/auro-formkit/commit/a45563f4ac2bdd0b64ea32743b020d204896c8c5))
330
- * **combobox:** simplify bibNeedsSync condition and streamline value synchronization ([a8f11cc](https://github.com/AlaskaAirlines/auro-formkit/commit/a8f11cc93a4545deeb406013bb3d246991362b1f))
331
- * **counter:** update to use new keyboardStrategy pattern ([aaec8f9](https://github.com/AlaskaAirlines/auro-formkit/commit/aaec8f9ef6bdebe5eb56dc50e55918e8170717cb))
332
- * **datepicker:** add backward compatibility for `referenceDates` ([b2ae2c2](https://github.com/AlaskaAirlines/auro-formkit/commit/b2ae2c2e363fbb81267433cd8dc95f0148b6f813))
333
- * **dropdown:** remove disableFocusTrap prop ([a76b3be](https://github.com/AlaskaAirlines/auro-formkit/commit/a76b3be816e6daa8660d0fb03d5ede151f2822d0))
334
- * **dropdown:** remove keyboardBridge ([66efa0f](https://github.com/AlaskaAirlines/auro-formkit/commit/66efa0f3043947ac248d8265ab7592555c838423))
335
- * enhance type-ahead functionality by clearing buffer on Escape and blur events ([37542da](https://github.com/AlaskaAirlines/auro-formkit/commit/37542da37a44f66dfe013c1249d658ac97e830dc))
336
- * ensure listeners are attached to elements that gain a name attribute after initial render ([7c9c491](https://github.com/AlaskaAirlines/auro-formkit/commit/7c9c491436683a85df769c36a0950a9bfeca69b0))
337
- * **input:** align input value object getters with datepicker patterns ([ae8489c](https://github.com/AlaskaAirlines/auro-formkit/commit/ae8489c64d151522ebe3efdbced5c225afca9c8b))
338
- * remove dead function unused anywhere in code ([3839e13](https://github.com/AlaskaAirlines/auro-formkit/commit/3839e13850d7c203df8287882ef42a43a4d31e7a))
339
- * **scroll:** activated menuoption into view AB[#1489578](https://github.com/AlaskaAirlines/auro-formkit/issues/1489578) ([8787c53](https://github.com/AlaskaAirlines/auro-formkit/commit/8787c5346b1103ae83bab1249f6cf6d6a0b22ddd))
340
- * **select:** scope label observer to the slotted node ([ee105cf](https://github.com/AlaskaAirlines/auro-formkit/commit/ee105cfaebe886f82f1048faa60dcb819a05af9a))
341
- * **select:** scroll selected menuoption into view AB[#1489578](https://github.com/AlaskaAirlines/auro-formkit/issues/1489578) ([e581feb](https://github.com/AlaskaAirlines/auro-formkit/commit/e581febaaf9ef8eabe5ccd939609758d114ea376))
342
- * **select:** skip updateDisplayedValue on valueless click with no prior selection ([f7f50d9](https://github.com/AlaskaAirlines/auro-formkit/commit/f7f50d94cc6e2f5442892a653a5c5a2bb9e461ef))
343
- * **select:** update option selection handling to ensure compatibility with event detail structure ([975adf6](https://github.com/AlaskaAirlines/auro-formkit/commit/975adf68384b25d270c9fe70cd868fe3872ce5c4))
344
- * update documentation and tests for runtime DOM mutations and initial value management ([dd55e11](https://github.com/AlaskaAirlines/auro-formkit/commit/dd55e119db04c258bfa6bb6f8a5bf4d8e6d3a1ca))
345
- * use latest auro-library ([dba104e](https://github.com/AlaskaAirlines/auro-formkit/commit/dba104edb54defca8f02263640b0a1c18aac0326))
346
- * use released versions of cli and wcss ([1bdc922](https://github.com/AlaskaAirlines/auro-formkit/commit/1bdc9220466f85f09af367168a78a56f7d32b339))
347
-
348
-
349
- ### Reverts
350
-
351
- * **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))
352
- * Revert "fix(combobox): handle trailing whitespace in filter to prevent broken matching after cursor editing" ([8121ad1](https://github.com/AlaskaAirlines/auro-formkit/commit/8121ad16cdfb2afaa0e8a8a57115140f75d8de2b))
353
- * Revert "fix(menu): correct attribute casing for noCheckmark property in menu option" ([b1b5075](https://github.com/AlaskaAirlines/auro-formkit/commit/b1b50750b38a2aac97b0a6e475b6349a2bc7ed0e))
354
-
355
-
356
- ### BREAKING CHANGES
357
-
358
- * Disabled required fields no longer block submission.
359
- Any workflow that relied on disabled+required fields to gate submit
360
- must use a different constraint mechanism.
361
- * **combobox:** removes the FormKit 5.9 MenuService / Lit Context
362
- combobox architecture. Consumers that depended on 5.9-era event
363
- payloads (event.detail.options, .stringValue, .label on
364
- auroMenu-selectedOption) or on the 5.9 empty-input 'show all' filter
365
- behavior must update to the pre-5.9 contract.
366
-
367
- Restores pre-5.9 menu event binding, filter behavior, and value-sync
368
- patterns; closes a value-cascade pump and the trigger/inputInBib value
369
- asymmetry that drove credit-card validity and helpText regressions.
370
-
371
- - auroMenu-selectedOption / selectValueFailure / selectValueReset
372
- bound directly; state read from this.menu rather than event.detail
373
- to match the reverted menu's {source}-only payload.
374
- - updateFilter() returns an empty availableOptions list on empty input.
375
- Static options show on empty input; nomatch options only show when
376
- filterValue is present and never under noFilter.
377
- - One-shot _pendingMenuValueSync flag breaks the suggestion +
378
- persistInput + noFilter cascade between handleInputValueChange and
379
- the menu listener that pinned the main thread on the dynamic-menu
380
- Swap demo.
381
- - _programmaticFilterRefresh one-shot refreshes availableOptions after
382
- a programmatic value swap without auto-opening the no-match bib.
383
- - Symmetric inputInBib value sync. updateTriggerTextDisplay and the
384
- updated() value-branch ELSE write both inputs (only when each input's
385
- current value differs from the next, so _syncingDisplayValue isn't
386
- spuriously flipped during typing) and the bib branch of
387
- handleInputValueChange mirrors the trigger-branch bail. Removes the
388
- prior listener-filter and explicit reset-clear compensations.
389
- - maskInstance.updateValue() after each programmatic write settles,
390
- fixing imask 'value changed outside of mask' and handleBlur's
391
- credit-card stale-revert path.
392
- - Menu nested-init guards against detached parentElement; combobox and
393
- select css-parts apiExamples wrap menuoptions in auro-menu so the
394
- pre-5.9 this.menu lookup resolves.
395
-
396
- Adds regression tests for: the cascade, programmatic-swap filter
397
- refresh, no-auto-open suppression, displayValue slot leak,
398
- credit-card validate re-run on selection, and the empty-input filter
399
- revert.
400
- * **select:** - Removes auro-select's coupling to the 5.9 MenuService API
401
- - Drops the auroMenu-deselectPrevented event from auro-menu
402
-
403
- Consumers using select.menu.menuService or listening for auroMenu-deselectPrevented will need to update.
404
- * **menu:** Removes the @lit/context + MenuService centralized
405
- architecture introduced in 5.9. Consumers using menu.menuService,
406
- allowDeselect, selectAllMatchingOptions, or the key attribute on
407
- menuoptions will need to update.
408
-
409
- Remove the @lit/context + MenuService centralized architecture and
410
- restore the pre-5.9 distributed state model where auro-menu owns all
411
- state and manipulates options directly.
412
-
413
- Source changes:
414
- - Delete auro-menu.context.js (MenuService + MenuContext)
415
- - Restore handleKeyDown, handleMouseSelect, handleOptionHover,
416
- navigateOptions, updateActiveOption, makeSelection, handleSelectState,
417
- handleDeselectState, toggleOption, initItems, updateItemsState
418
- - Restore auro-menuoption to simple event emitter (no ContextConsumer)
419
- - Add compatibility shims: options, index, selectedOptions,
420
- selectedOption, currentLabel, selectByValue
421
-
422
- Bug fixes found during revert:
423
- - Fix navigateOptions('up') off-by-one when _index is -1
424
- - Fix double notifySelectionChange on programmatic value set
425
- - Fix aria-busy not applied when menu has no options
426
- - Restore handleKeyDown (accidentally omitted from initial revert)
427
- * date props now takes only ISO formatted date string
428
10
 
429
11
  # Changelog
430
12
 
@@ -1275,7 +1275,7 @@ class AuroHelpText extends i$2 {
1275
1275
  }
1276
1276
  }
1277
1277
 
1278
- var formkitVersion = '202607162003';
1278
+ var formkitVersion = '202607161943';
1279
1279
 
1280
1280
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1281
1281
  // See LICENSE in the project root for license information.
@@ -1275,7 +1275,7 @@ class AuroHelpText extends i$2 {
1275
1275
  }
1276
1276
  }
1277
1277
 
1278
- var formkitVersion = '202607162003';
1278
+ var formkitVersion = '202607161943';
1279
1279
 
1280
1280
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1281
1281
  // See LICENSE in the project root for license information.
@@ -1275,7 +1275,7 @@ class AuroHelpText extends i$2 {
1275
1275
  }
1276
1276
  }
1277
1277
 
1278
- var formkitVersion = '202607162003';
1278
+ var formkitVersion = '202607161943';
1279
1279
 
1280
1280
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1281
1281
  // See LICENSE in the project root for license information.
@@ -1228,7 +1228,7 @@ class AuroHelpText extends LitElement {
1228
1228
  }
1229
1229
  }
1230
1230
 
1231
- var formkitVersion = '202607162003';
1231
+ var formkitVersion = '202607161943';
1232
1232
 
1233
1233
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1234
1234
  // See LICENSE in the project root for license information.
@@ -1228,7 +1228,7 @@ class AuroHelpText extends LitElement {
1228
1228
  }
1229
1229
  }
1230
1230
 
1231
- var formkitVersion = '202607162003';
1231
+ var formkitVersion = '202607161943';
1232
1232
 
1233
1233
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1234
1234
  // See LICENSE in the project root for license information.
@@ -4971,7 +4971,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$3 {
4971
4971
  }
4972
4972
  };
4973
4973
 
4974
- var formkitVersion$2 = '202607162003';
4974
+ var formkitVersion$2 = '202607161943';
4975
4975
 
4976
4976
  let AuroElement$2 = class AuroElement extends i$3 {
4977
4977
  static get properties() {
@@ -18653,7 +18653,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
18653
18653
  }
18654
18654
  };
18655
18655
 
18656
- var formkitVersion$1 = '202607162003';
18656
+ var formkitVersion$1 = '202607161943';
18657
18657
 
18658
18658
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18659
18659
  // See LICENSE in the project root for license information.
@@ -19809,7 +19809,7 @@ class AuroBibtemplate extends i$3 {
19809
19809
  }
19810
19810
  }
19811
19811
 
19812
- var formkitVersion = '202607162003';
19812
+ var formkitVersion = '202607161943';
19813
19813
 
19814
19814
  var styleCss$3 = i$6`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
19815
19815