-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [4.0.0](v3.6.0...v4.0.0) (2024-09-30) ### Bug Fixes * adjust shape of UI for a11y UI 209 ([e4da5e4](e4da5e4)) ### Features * add component name as attribute [#219](#219) ([27e2b3b](27e2b3b)) * **theme:** update styles to support themeing ([245f2a1](245f2a1)) ### Performance Improvements * point to library scripts for build process ([6f3d7fb](6f3d7fb)) * refactor custom component registration config ([25895cc](25895cc)) * sync package and package-lock ([1aaeb9b](1aaeb9b)) * update dependencies ([91b3274](91b3274)) * update dependencies ([36e23d8](36e23d8)) * update icon and all other dependencies ([a516fd4](a516fd4)) * use icon element versioning ([55d7861](55d7861)) ### BREAKING CHANGES * trigger major release for color theme support #211
- Loading branch information
1 parent
6fa3dc7
commit ddcb1b7
Showing
3 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,7 @@ In cases where the project is not able to process JS assets, there are pre-proce | |
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/tokens/CSSCustomProperties.css" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/bundled/essentials.css" /> | ||
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]-beta.1/dist/auro-hyperlink__bundled.js" type="module"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/auro-hyperlink__bundled.js" type="module"></script> | ||
``` | ||
|
||
<!-- AURO-GENERATED-CONTENT:END --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters