Skip to content

Releases: AlaskaAirlines/auro-card

v5.0.0

28 Feb 20:40
Compare
Choose a tag to compare

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

08 Feb 22:36
Compare
Choose a tag to compare

4.1.3 (2025-02-08)

Performance Improvements

v4.1.2

22 Dec 19:17
Compare
Choose a tag to compare

4.1.2 (2024-12-22)

Performance Improvements

  • update dependency versions (bebcadc)
  • update node to version 22 (a4c2f67)

v4.1.1

18 Nov 16:47
Compare
Choose a tag to compare

4.1.1 (2024-11-18)

Bug Fixes

  • update markdown partial pathing to consume new auro lib #79 (b3db501)

Performance Improvements

  • update library to 3.0.2 (1399d30)

v4.1.0

24 Oct 16:53
Compare
Choose a tag to compare

4.1.0 (2024-10-24)

Bug Fixes

  • add file extension for proper ESM support (0233fb6)

Features

v4.0.1

08 Oct 16:29
Compare
Choose a tag to compare

4.0.1 (2024-10-08)

Bug Fixes

  • moves auro library to dependencies in package.json #75 (23e4594)

v4.0.0

01 Oct 22:52
Compare
Choose a tag to compare

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

01 Oct 22:16
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

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

18 Jul 19:54
Compare
Choose a tag to compare
v3.1.0-beta.1 Pre-release
Pre-release

3.1.0-beta.1 (2024-07-18)

Features

Performance Improvements

  • add messaging script back in (3ce103b)
  • update commit message path (46e689c)
  • Update pre-commit hook and husky prepare command. (6213ee2)

v3.0.0

09 May 22:19
Compare
Choose a tag to compare

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