-
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.
chore(release): 4.0.0-beta.1 [skip ci]
# [4.0.0-beta.1](v3.1.0-beta.3...v4.0.0-beta.1) (2024-09-30) ### Bug Fixes * add file extensions for SSR support ([d91e0e1](d91e0e1)) * realign text and icons on non-bordered inputs [#333](#333) ([d1c1df4](d1c1df4)) * remove private default of attribute ([03e9747](03e9747)) * resolve color theming issues ([0fa4568](0fa4568)) * **theming:** resolve minor theming issues [#296](#296) ([03c3fae](03c3fae)) ### Features * **autocomplete:** add html5 autocomplete functionality [#334](#334) ([df7dd3a](df7dd3a)) ### Performance Improvements * refactor custom component registration config ([3ec2599](3ec2599)) * update dependencies ([d65d9f3](d65d9f3)) ### BREAKING CHANGES * trigger major release for color theming support #296
- Loading branch information
1 parent
03e9747
commit a806267
Showing
3 changed files
with
29 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 |
---|---|---|
|
@@ -96,7 +96,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/auro-input@3.1.0-beta.3/dist/auro-input__bundled.js" type="module"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-input@4.0.0-beta.1/dist/auro-input__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