@aurodesignsystem/auro-formkit 4.0.0-rc-658.1.1 → 4.0.0
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 +1 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,14 @@
|
|
|
1
|
-
# [4.0.0
|
|
1
|
+
# [4.0.0](https://github.com/AlaskaAirlines/auro-formkit/compare/v3.5.0...v4.0.0) (2025-06-04)
|
|
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
6
|
* make the bullet of radio/checkbox to be top aligned ([ae3f0bd](https://github.com/AlaskaAirlines/auro-formkit/commit/ae3f0bd9e1d0bee2cb8264b759634af348f9157d))
|
|
10
|
-
* resolve missing type and description for optionSelected in menu ([48f12da](https://github.com/AlaskaAirlines/auro-formkit/commit/48f12da8f8dc4c5875db56b06fa20d3f928310d5))
|
|
11
|
-
* 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))
|
|
12
|
-
* 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))
|
|
13
7
|
|
|
14
8
|
|
|
15
9
|
### Features
|
|
16
10
|
|
|
17
11
|
* 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))
|
|
18
|
-
* add autocomplete and name properties to native select element ([f9b6838](https://github.com/AlaskaAirlines/auro-formkit/commit/f9b68385ae42c8b76f997e8db1326f4973bfe939))
|
|
19
12
|
* adding cssparts on radio [#610](https://github.com/AlaskaAirlines/auro-formkit/issues/610) ([3756066](https://github.com/AlaskaAirlines/auro-formkit/commit/3756066f3ac9e53c366c447e909d37c7791e6568))
|
|
20
13
|
|
|
21
14
|
|
|
@@ -27,11 +20,6 @@
|
|
|
27
20
|
* 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))
|
|
28
21
|
|
|
29
22
|
|
|
30
|
-
### Reverts
|
|
31
|
-
|
|
32
|
-
* Revert "chore: remove unused [@event](https://github.com/event) tag for auroFormElement-validated" ([624cfa0](https://github.com/AlaskaAirlines/auro-formkit/commit/624cfa03a32f13fb41787f2538452911648cd033))
|
|
33
|
-
|
|
34
|
-
|
|
35
23
|
### BREAKING CHANGES
|
|
36
24
|
|
|
37
25
|
* `value` and `optionSelected` attributes default to type `string` and `HTMLElement` respectively.
|
package/package.json
CHANGED