@aurodesignsystem/auro-formkit 4.0.0-rc-672.1 → 4.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 (2) hide show
  1. package/CHANGELOG.md +1 -35
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,44 +1,10 @@
1
- # [4.0.0-rc-672.1](https://github.com/AlaskaAirlines/auro-formkit/compare/v3.4.1...v4.0.0-rc-672.1) (2025-06-10)
1
+ ## [4.0.1](https://github.com/AlaskaAirlines/auro-formkit/compare/v4.0.0...v4.0.1) (2025-06-10)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * add type for value property on combobox ([ccbdbeb](https://github.com/AlaskaAirlines/auro-formkit/commit/ccbdbeb57f4c012c366165826b4c32cd47867854))
7
- * clean up API docs for form ([409001d](https://github.com/AlaskaAirlines/auro-formkit/commit/409001d5ff7e9ba21e03fa5ac864353a209e19e3))
8
- * correct command for generating PR release version in workflow ([ef32a6c](https://github.com/AlaskaAirlines/auro-formkit/commit/ef32a6c1f1288981b42ede9bcec079d282ae25cd))
9
- * make the bullet of radio/checkbox to be top aligned ([ae3f0bd](https://github.com/AlaskaAirlines/auro-formkit/commit/ae3f0bd9e1d0bee2cb8264b759634af348f9157d))
10
6
  * resolve bugs with dropdown for select and combobox ([93e1501](https://github.com/AlaskaAirlines/auro-formkit/commit/93e150184e55072bd753c78a90ae6ff80dbf0e4b))
11
7
  * resolve errors in combobox test suite ([0056475](https://github.com/AlaskaAirlines/auro-formkit/commit/0056475fdd665a09ff5ec2fb3ed59d6a3c4e12db))
12
- * resolve missing type and description for optionSelected in menu ([48f12da](https://github.com/AlaskaAirlines/auro-formkit/commit/48f12da8f8dc4c5875db56b06fa20d3f928310d5))
13
- * set unique id and arialabel correctly in input/checkbox/radio [#589](https://github.com/AlaskaAirlines/auro-formkit/issues/589) ([c7aa1a4](https://github.com/AlaskaAirlines/auro-formkit/commit/c7aa1a4b4f2a4ab7ff66dc494122b1c10bfff6de))
14
- * zero out version number since we are no longer tracking it with the new release strategy ([ef67887](https://github.com/AlaskaAirlines/auro-formkit/commit/ef6788775bb011444ded7c359437cbf51ef4f874))
15
-
16
-
17
- ### Features
18
-
19
- * add `valueText` slot for customized label in `auro-select` [#653](https://github.com/AlaskaAirlines/auro-formkit/issues/653) ([12e1ce4](https://github.com/AlaskaAirlines/auro-formkit/commit/12e1ce443c90e6a8d5f5a85f22141633bdc9bfe5))
20
- * add autocomplete and name properties to native select element ([f9b6838](https://github.com/AlaskaAirlines/auro-formkit/commit/f9b68385ae42c8b76f997e8db1326f4973bfe939))
21
- * adding cssparts on radio [#610](https://github.com/AlaskaAirlines/auro-formkit/issues/610) ([3756066](https://github.com/AlaskaAirlines/auro-formkit/commit/3756066f3ac9e53c366c447e909d37c7791e6568))
22
-
23
-
24
- ### Performance Improvements
25
-
26
- * clear selection when multiselect mode changes ([5b83eb6](https://github.com/AlaskaAirlines/auro-formkit/commit/5b83eb6516aa5fc49427ac55b771471d5b05e384))
27
- * revert changes to `value` and `optionSelected` in combobox [#621](https://github.com/AlaskaAirlines/auro-formkit/issues/621) ([27ca033](https://github.com/AlaskaAirlines/auro-formkit/commit/27ca033d98734e4e975dd9f48b8051af69bb4d9c))
28
- * revert changes to `value` and `optionSelected` in menu [#621](https://github.com/AlaskaAirlines/auro-formkit/issues/621) ([693d52a](https://github.com/AlaskaAirlines/auro-formkit/commit/693d52a4a8dd56948c5a95f696a298360afcc255))
29
- * revert changes to `value` and `optionSelected` in select [#621](https://github.com/AlaskaAirlines/auro-formkit/issues/621) ([7d9bcbc](https://github.com/AlaskaAirlines/auro-formkit/commit/7d9bcbc40acd1f670a1a8b1e8e44aa6d7c962c64))
30
-
31
-
32
- ### Reverts
33
-
34
- * Revert "chore: remove unused [@event](https://github.com/event) tag for auroFormElement-validated" ([624cfa0](https://github.com/AlaskaAirlines/auro-formkit/commit/624cfa03a32f13fb41787f2538452911648cd033))
35
-
36
-
37
- ### BREAKING CHANGES
38
-
39
- * `value` and `optionSelected` attributes default to type `string` and `HTMLElement` respectively.
40
- * select `value` and `optionSelected` attributes default to type `string` and `HTMLElement` respectively.
41
- * menu `value` and `optionSelected` attributes default to type `string` and `HTMLElement` respectively.
42
8
 
43
9
  ### Changelog
44
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem/auro-formkit",
3
- "version": "4.0.0-rc-672.1",
3
+ "version": "4.0.1",
4
4
  "description": "A collection of web components used to build forms.",
5
5
  "homepage": "https://github.com/AlaskaAirlines/auro-formkit#readme",
6
6
  "bugs": {