-
Notifications
You must be signed in to change notification settings - Fork 4
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.11.9...v4.0.0) (2024-10-01) ### Bug Fixes * **imports:** update all imports to include extension in file path [#208](#208) ([b8c2507](b8c2507)) * **token:** update token name for container colors ([f6d072e](f6d072e)) ### Features * add component name as attribute during custom registration ([af8bb94](af8bb94)) * refactor color tokens to use tier 3 tokens [#198](#198) ([1711058](1711058)) * refactor color tokens to use tier 3 tokens [#198](#198) ([f98820c](f98820c)) ### Performance Improvements * **deps:** update to correct icon version ([2cd1f4e](2cd1f4e)) * **icon:** use auro-icon for selected check mark ([9304084](9304084)) * **icon:** use auro-icon for selected check mark ([c90916b](c90916b)) * refactor custom registration config ([af78b41](af78b41)) * remove label colors from github settings ([81ff3b9](81ff3b9)) * update dependencies ([7483ccc](7483ccc)) * update dependencies ([c1254bf](c1254bf)) * update dependencies and address lint issues ([d841f93](d841f93)) * update dependencies and use library scripts ([a0ec762](a0ec762)) * update dependencies and use library scripts ([5bbcb89](5bbcb89)) ### Reverts * Revert "perf(icon): use auro-icon for selected check mark" ([bbcde9b](bbcde9b)) ### BREAKING CHANGES * trigger major release for color theme support #198 * force major release for theme support * trigger major release for color theme support #198
- Loading branch information
1 parent
7483ccc
commit 901294e
Showing
3 changed files
with
43 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 |
---|---|---|
|
@@ -105,7 +105,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-menu__bundled.js" type="module"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/auro-menu__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