Releases: AlaskaAirlines/auro-header
Releases · AlaskaAirlines/auro-header
v3.1.0
v3.0.1
v3.0.0
3.0.0 (2025-01-03)
Performance Improvements
- remove deprecated code issues #133 (e52bfe1)
- semantic release set to main (e8d5cb3)
- update dependencies (50e644e)
- update node to version 22 (cb06869)
BREAKING CHANGES
- This code update resolves issues with deprecated features and cleans up
the implementation of theauro-header
component. Thefixed
attribute and legacy size
options (xxxs
toxxxl
) 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.