3.0.0 (2025-01-03)
- remove deprecated code issues #133 (e52bfe1)
- semantic release set to main (e8d5cb3)
- update dependencies (50e644e)
- update node to version 22 (cb06869)
- This code update resolves issues with deprecated features and cleans up
the implementation of the
auro-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.
2.4.1 (2024-11-12)
2.4.0 (2024-10-21)
2.3.1 (2024-10-08)
2.3.0 (2024-09-17)
2.2.5 (2024-09-17)
- styles: remove unnecessary sass imports that cause bloat (bcb618d)
- update eslint config and dependencies (693c70c)
2.2.5-beta.1 (2024-07-10)
- styles: remove unnecessary sass imports that cause bloat (9a6430f)
- update eslint config and dependencies (ab2034a)
2.2.4 (2024-02-19)
- demo: update demo file structure #116 (bc47d06)
- release: fix branch name for semantic release (2d7f62c)
- styles: update scss file to fix style issues (c5b83ed)
2.2.3 (2024-02-13)
- address broken build step (b13710b)
- update auro dependencies (dfa3f87)
2.2.2 (2024-01-31)
2.2.1 (2024-01-27)
- update index per SSR support (02f3f54)
2.2.0 (2024-01-21)
2.1.0 (2024-01-08)
- update adjustable margin API (407dd9d)
2.0.1 (2023-06-05)
2.0.0 (2023-04-19)
- misimport pathto 'lit' package in auro-header.js (0536f41)
- dev: update run dev use single terminal #65 (0e37cf9)
- es5: Remove legacy es5 bundling resources #61 (a5fb346)
- es5: remove postinstall instrucions #61 (502cd66)
- husky: Pre-commit and husky update #63 (2568b60)
- lit: Update to Lit2.0 #66 (e9fa9ef)
- node18: Update to support node 18++ #64 (9419a4d)
- postCss: update to postCss.js & remove unused resource (5e401a9)
- sass: Update Sass to use dart-sass dependency #62 (1a26b20)
- npm: This update will redefine the npm namespace for the auro-header element.
Changes to be committed: modified: README.md modified: package.json
1.5.5 (2023-04-18)
- resources: update .npmignore (ec53629)
1.5.4 (2023-04-17)
- package: update .npmignore confg file (233365f)
1.5.3 (2023-04-12)
- extend: allow for custom component registration + extension (3839c9d)
1.5.2 (2022-01-10)
- bundle: update dependencies to new tokens and wcss (5dcf959)
1.5.1 (2021-01-23)
- remove unused packages; update fixed style (ce07aa0)
1.5.0 (2021-01-23)
1.4.0 (2020-10-30)
- add support for fixed px feature (fa7108a)
1.3.0 (2020-09-16)
1.2.1 (2020-07-31)
1.2.0 (2020-07-16)
- add feature to support PX CSS type (ec7149b)
1.1.0 (2020-07-09)
- add support for margin adjustments (43b6e0f)
- create new header component (4a46b72)