Skip to content

Commit

Permalink
chore(release): 2.6.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.6.0-beta.1](v2.5.0...v2.6.0-beta.1) (2024-07-27)

### Features

* implement color theming support [#95](#95) ([be19d95](be19d95))

### Performance Improvements

* add component attribute when custom named ([3ef578e](3ef578e))
* correct the script for husky ([63c0b29](63c0b29))
  • Loading branch information
semantic-release-bot committed Jul 27, 2024
1 parent fd07748 commit 77db89b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Semantic Release Automated Changelog

# [2.6.0-beta.1](https://github.com/AlaskaAirlines/auro-badge/compare/v2.5.0...v2.6.0-beta.1) (2024-07-27)


### Features

* implement color theming support [#95](https://github.com/AlaskaAirlines/auro-badge/issues/95) ([be19d95](https://github.com/AlaskaAirlines/auro-badge/commit/be19d95ad81f29abcccbf4d57cf664b942aeaf49))


### Performance Improvements

* add component attribute when custom named ([3ef578e](https://github.com/AlaskaAirlines/auro-badge/commit/3ef578e87af4234eb010258f3d8e44bc85a23c89))
* correct the script for husky ([63c0b29](https://github.com/AlaskaAirlines/auro-badge/commit/63c0b290f2e4e4b2114d108e2f6a4b43e079e28f))

# [2.5.0](https://github.com/AlaskaAirlines/auro-badge/compare/v2.4.10...v2.5.0) (2024-07-04)


Expand Down
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,6 @@ The use of any Auro custom element has a dependency on the [Auro Design Tokens](

<!-- AURO-GENERATED-CONTENT:END -->

### CSS Custom Property fallbacks

<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/cssFallbacks.md) -->
[CSS custom properties](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) are [not supported](https://auro.alaskaair.com/support/custom-properties) in older browsers. For this, fallback properties are pre-generated and included with the npm.

Any update to the Auro Design Tokens will be immediately reflected with browsers that support CSS custom properties, legacy browsers will require updated components with pre-generated fallback properties.

<!-- AURO-GENERATED-CONTENT:END -->

### Define dependency in project component

<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/componentImportDescription.md) -->
Expand Down Expand Up @@ -129,7 +120,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/design-tokens@4.3.0/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.0.5/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-badge@2.5.0/dist/auro-badge__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-badge@2.6.0-beta.1/dist/auro-badge__bundled.js" type="module"></script>
```

<!-- AURO-GENERATED-CONTENT:END -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"================================================================================"
],
"name": "@aurodesignsystem/auro-badge",
"version": "2.5.0",
"version": "2.6.0-beta.1",
"description": "Auro custom auro-badge element",
"author": "Product design and research",
"engines": {
Expand Down

0 comments on commit 77db89b

Please sign in to comment.