Releases: AlaskaAirlines/auro-card
v5.0.0
5.0.0 (2025-02-28)
- feat!: move peer dependencies to "real" dependencies (87bc059)
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 :)
v4.1.3
v4.1.2
v4.1.1
v4.1.0
v4.0.1
v4.0.0
4.0.0 (2024-10-01)
Features
- add tag name as attribute when custom registered (fd68035)
- themes: support component themes #64 (c639330)
Performance Improvements
- add messaging script back in (bd35040)
- label: remove github label colors (0cd5590)
- refactor custom component registration config (5663e82)
- update commit message path (acb4a09)
- update dependencies and lint configuration (0fe766b)
- Update pre-commit hook and husky prepare command. (7ed75e2)
- use custom registered version of hyperlink #70 (59df951)
BREAKING CHANGES
- trigger major release for color theme support #64
v4.0.0-beta.1
4.0.0-beta.1 (2024-10-01)
Features
- add tag name as attribute when custom registered (847e67f)
Performance Improvements
- label: remove github label colors (62f7c1d)
- refactor custom component registration config (87acf80)
- update dependencies and lint configuration (7bf221f)
- use custom registered version of hyperlink #70 (5208525)
BREAKING CHANGES
- trigger major release for color theme support #64
v3.1.0-beta.1
v3.0.0
3.0.0 (2024-05-09)
Features
BREAKING CHANGES
- this is a complete rewrite and is incompatible
with the old auro-card even if some slots have the same name.
Changes to be committed:
modified: .gitignore
modified: README.md
new file: apiExamples/advanced.html
deleted: apiExamples/alignLeft.html
modified: apiExamples/basic.html
new file: apiExamples/bordered.html
new file: apiExamples/center.html
deleted: apiExamples/custom.html
new file: apiExamples/icon.html
new file: apiExamples/inset-container.html
new file: apiExamples/inset-content.html
new file: apiExamples/inset.html
deleted: apiExamples/multiCard.html
new file: apiExamples/navigation.html
new file: apiExamples/round-image.html
new file: apiExamples/typography-cards.html
modified: demo/apiExamples.md
modified: demo/index.html
modified: demo/index.md
modified: docs/api.md
modified: docs/partials/apiExamples.md
deleted: docs/partials/demo.md
modified: docs/partials/description.md
new file: docs/partials/index.md
modified: docs/partials/useCases.md
modified: package-lock.json
modified: package.json
modified: src/auro-card.js
modified: src/style.scss
modified: test/auro-card.test.js