Skip to content

Releases: AlaskaAirlines/auro-header

v3.1.0

18 Feb 18:12
Compare
Choose a tag to compare

3.1.0 (2025-02-18)

Features

  • add no-margin-block attribute to remove margin-block (17340a0)

v3.0.1

08 Feb 03:59
Compare
Choose a tag to compare

3.0.1 (2025-02-08)

Performance Improvements

v3.0.0

03 Jan 19:30
Compare
Choose a tag to compare

3.0.0 (2025-01-03)

Performance Improvements

BREAKING CHANGES

  • This code update resolves issues with deprecated features and cleans up
    the implementation of the auro-header component. The fixed attribute and legacy size
    options (xxxs to xxxl) have been eliminated, along with related utility classes and
    documentation references, simplifying margin handling to specified numeric
    values (none, 25, 50, etc.).

Legacy styles and examples supporting pixel-based rendering are removed, aligning the
component with modern practices. Additionally, two lines in .husky/pre-commit that would
fail in version v10.0.0#!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh"—were
removed to ensure compatibility.

Updates include revisions to documentation files, API examples, and the auro-header.js source code,
while dependencies in the package.json file are updated, reflecting the latest version of
@aurodesignsystem/auro-library. These changes streamline the codebase, remove outdated
functionality, and improve maintainability for future development.

v2.4.1

12 Nov 17:38
Compare
Choose a tag to compare

2.4.1 (2024-11-12)

Bug Fixes

  • update markdown partial pathing to consume new auro lib #129 (687508c)

v2.4.0

21 Oct 20:12
Compare
Choose a tag to compare

2.4.0 (2024-10-21)

Features

v2.3.1

08 Oct 23:47
Compare
Choose a tag to compare

2.3.1 (2024-10-08)

Bug Fixes

  • moves auro library to dependencies in package.json #125 (783fff7)

v2.3.0

17 Sep 22:13
Compare
Choose a tag to compare

2.3.0 (2024-09-17)

Features

  • add tag name as attribute functionality #123 (697e709)

v2.2.5

17 Sep 17:12
Compare
Choose a tag to compare

2.2.5 (2024-09-17)

Performance Improvements

  • styles: remove unnecessary sass imports that cause bloat (bcb618d)
  • update eslint config and dependencies (693c70c)

v2.2.5-beta.1

10 Jul 15:27
Compare
Choose a tag to compare
v2.2.5-beta.1 Pre-release
Pre-release

2.2.5-beta.1 (2024-07-10)

Performance Improvements

  • styles: remove unnecessary sass imports that cause bloat (9a6430f)
  • update eslint config and dependencies (ab2034a)

v2.2.4

19 Feb 23:13
Compare
Choose a tag to compare

2.2.4 (2024-02-19)

Performance Improvements

  • demo: update demo file structure #116 (bc47d06)
  • release: fix branch name for semantic release (2d7f62c)
  • styles: update scss file to fix style issues (c5b83ed)