Skip to content

Releases: AlaskaAirlines/auro-pane

v4.0.0

28 Feb 20:23
Compare
Choose a tag to compare

4.0.0 (2025-02-28)

  • feat!: move peer dependencies to "real" dependencies (001501f)

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 :)

v3.1.5

17 Feb 21:45
Compare
Choose a tag to compare

3.1.5 (2025-02-17)

Bug Fixes

  • correct date utc handling in AuroPane class #85 (106d608)

Performance Improvements

  • validate date format in AuroPane class (d101a22)

v3.1.4

08 Feb 22:31
Compare
Choose a tag to compare

3.1.4 (2025-02-08)

Performance Improvements

  • update dependencies (39c5f9d)
  • update mixin per new WCSS spec (429ec9f)

v3.1.3

22 Dec 18:47
Compare
Choose a tag to compare

3.1.3 (2024-12-22)

Performance Improvements

  • change master branch to main (31ebef4)
  • update node to version 22 (643ada9)

v3.1.2

23 Nov 18:18
Compare
Choose a tag to compare

3.1.2 (2024-11-23)

Bug Fixes

  • update markdown partial pathing to consume new auro lib #78 (e68d462)

Performance Improvements

  • add nodeResolve on rollup.config (d64a175)
  • update library to 3.0.2 (db281bb)

v3.1.1

01 Nov 05:29
Compare
Choose a tag to compare

3.1.1 (2024-11-01)

Performance Improvements

  • refactor dates to not use dayJs and use auro-datetime instead (8102992)

v3.1.0

25 Oct 16:53
Compare
Choose a tag to compare

3.1.0 (2024-10-25)

Features

v3.0.1

08 Oct 19:32
Compare
Choose a tag to compare

3.0.1 (2024-10-08)

Bug Fixes

  • moves auro library to dependencies in package.json #73 (fe034b5)

v3.0.0

30 Sep 22:47
Compare
Choose a tag to compare

3.0.0 (2024-09-30)

Features

  • add tag name as attribute when custom registered (9f0ded9)
  • refactor color token structure with tier 3 tokens #59 (11da447)

Performance Improvements

  • refactor custom component registration config (0883c87)
  • replace all hardcoded sizes with design tokens (3207dd4)
  • update dependencies (153479f)
  • update dependencies (fb6378f)

BREAKING CHANGES

  • trigger major release for color theme support #59

v3.0.0-beta.1

24 Sep 20:23
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2024-09-24)

Performance Improvements

BREAKING CHANGES

  • trigger major release for color theme support #59