@aurodesignsystem/auro-accordion 6.0.0-rc-1.1 → 6.0.0-rc-206.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 +11 -1
- package/custom-elements.json +966 -0
- package/demo/api.md +35 -34
- package/demo/auro-accordion.min.js +71 -27
- package/dist/{auro-accordion-B6aPKaGa.js → auro-accordion-Dlfg1ee3.js} +15 -11
- package/dist/index.d.ts +15 -11
- package/dist/index.js +1 -1
- package/dist/registered.js +1 -1
- package/package.json +11 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# [6.0.0-rc-
|
|
1
|
+
# [6.0.0-rc-206.1](https://github.com/AlaskaAirlines/auro-accordion/compare/v5.2.6...v6.0.0-rc-206.1) (2025-10-17)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
* feat!: upgrade package tooling to use auro-cli ([a1ccbe6](https://github.com/AlaskaAirlines/auro-accordion/commit/a1ccbe651cf2547c9582ed273d099059a950d982)), closes [AlaskaAirlines/auro-cli#108](https://github.com/AlaskaAirlines/auro-cli/issues/108) [AlaskaAirlines/auro-cli#109](https://github.com/AlaskaAirlines/auro-cli/issues/109) [AlaskaAirlines/auro-cli#110](https://github.com/AlaskaAirlines/auro-cli/issues/110) [AlaskaAirlines/auro-cli#111](https://github.com/AlaskaAirlines/auro-cli/issues/111)
|
|
@@ -9,6 +9,16 @@
|
|
|
9
9
|
* remove extra button styles ([43c3307](https://github.com/AlaskaAirlines/auro-accordion/commit/43c330765fae312cb23c91a0b690917e2bc2c9aa))
|
|
10
10
|
|
|
11
11
|
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* consume new auro-cli update for cem tooling ([5e1baa4](https://github.com/AlaskaAirlines/auro-accordion/commit/5e1baa4d14560e0480474db04e380a4cfd1799de)), closes [AlaskaAirlines/auro-cli#182](https://github.com/AlaskaAirlines/auro-cli/issues/182)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Performance Improvements
|
|
18
|
+
|
|
19
|
+
* update auro-button for deprecated `ondark` attr [#203](https://github.com/AlaskaAirlines/auro-accordion/issues/203) ([3c47a9d](https://github.com/AlaskaAirlines/auro-accordion/commit/3c47a9de397236dff2f9ea61a32eb3bd0c20e9eb))
|
|
20
|
+
|
|
21
|
+
|
|
12
22
|
### BREAKING CHANGES
|
|
13
23
|
|
|
14
24
|
* Package exports have changed. To access the component class add /class to the end of the import. See "exports" in the package.json for more details.
|