Releases: AlaskaAirlines/auro-button
Releases · AlaskaAirlines/auro-button
v9.0.0
9.0.0 (2025-02-28)
- feat!: move peer dependencies to "real" dependencies (20ffc3c)
BREAKING CHANGES
- last change was breaking on a patch version because of peer dependencies
Summary:
Our current build process relies on peer dependencies being present, but
the peer dependency pipeline is causing far more issues than it's worth.
Why not just make them regular dependencies? This is what this PR does :)
v8.2.4
8.2.4 (2025-02-08)
Performance Improvements
- update dependencies (e1300a2)
- update mixin to support new WCSS spec (a474990)
- update nested dep on auro loader (77080d7)
v8.2.3
8.2.3 (2025-01-14)
Bug Fixes
- add form awareness support to button (1cc962a)
- add null handling when attachInternals is not available (43479dd)
- better null handling on form (ec6545c)
- make surfaceSubmitEvent use this.form (009d205)
- use older method of declaring static properties (d6dbe17)
- use requestSubmit and update test (aff2768)
v8.2.2
8.2.2 (2024-12-20)
Performance Improvements
- update node to version 22 (45bdd43)
v8.2.1
8.2.1 (2024-12-19)
Performance Improvements
- add class for auro-button with correct pattern auroButton #282 (6a0e67e)
v8.2.0
8.2.0 (2024-11-15)
Features
- update auro-library to 3.0.1 (9d58b78)
Performance Improvements
v8.1.3
8.1.3 (2024-11-05)
Bug Fixes
- register default component on index page #173 (fd0bc01)
Performance Improvements
- update dependencies (b1b21ea)
- update rollup config (37244c7)
- update to support latest version of auro-icon (50693bd)
v8.1.2
8.1.2 (2024-10-31)
Performance Improvements
v8.1.1
8.1.1 (2024-10-30)
Bug Fixes
- limit auro-library version to patch updates (e4a5bf4)
- re-run build (025974a)
- rollback auro-library to fix generateDoc scripting (dc20179)
v8.1.0
8.1.0 (2024-10-23)
Bug Fixes
- added upgraded version file from build (e36577b)
Features
Performance Improvements
- update dependency versions (24e654b)