Skip to content

Latest commit

 

History

History
266 lines (131 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

266 lines (131 loc) · 12.9 KB

Semantic Release Automated Changelog

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.

2.4.1 (2024-11-12)

Bug Fixes

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

2.4.0 (2024-10-21)

Features

2.3.1 (2024-10-08)

Bug Fixes

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

2.3.0 (2024-09-17)

Features

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

2.2.5 (2024-09-17)

Performance Improvements

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

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)

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)

2.2.3 (2024-02-13)

Bug Fixes

  • address broken build step (b13710b)

Performance Improvements

  • update auro dependencies (dfa3f87)

2.2.2 (2024-01-31)

Performance Improvements

  • alaskaairux ref updates (26ef7be)
  • cdn: update links from unpkg to jsdelivr (79eedb5)

2.2.1 (2024-01-27)

Performance Improvements

  • update index per SSR support (02f3f54)

2.2.0 (2024-01-21)

Features

2.1.0 (2024-01-08)

Features

  • update adjustable margin API (407dd9d)

Performance Improvements

  • update to support new Node policy (5b76187)
  • update tokens per new theme spec #44 (f822501)

2.0.1 (2023-06-05)

Performance Improvements

  • update to gitignore & npmignore file #97 (70e6b7e)

2.0.0 (2023-04-19)

Bug Fixes

  • misimport pathto 'lit' package in auro-header.js (0536f41)

Documentation

Features

  • typescript: add typescript support #68 (9c76756)

Performance Improvements

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

BREAKING CHANGES

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

Bug Fixes

  • resources: update .npmignore (ec53629)

1.5.4 (2023-04-17)

Bug Fixes

  • package: update .npmignore confg file (233365f)

1.5.3 (2023-04-12)

Performance Improvements

  • extend: allow for custom component registration + extension (3839c9d)

1.5.2 (2022-01-10)

Bug Fixes

  • bundle: update dependencies to new tokens and wcss (5dcf959)

1.5.1 (2021-01-23)

Bug Fixes

  • remove unused packages; update fixed style (ce07aa0)

1.5.0 (2021-01-23)

Features

  • upgrade to use markdown demo page (e292451)
  • upgrde to rollup bundle (cac5b13)

1.4.0 (2020-10-30)

Features

  • add support for fixed px feature (fa7108a)

1.3.0 (2020-09-16)

Features

  • #4 add support for BOTH top and bottom margin adjustments at the same time (0b69f87)

1.2.1 (2020-07-31)

Bug Fixes

  • #3 address issue with custom margins and px prop (04be7e3)

1.2.0 (2020-07-16)

Bug Fixes

Features

  • add feature to support PX CSS type (ec7149b)

1.1.0 (2020-07-09)

Features

  • add support for margin adjustments (43b6e0f)

1.0.0 (2020-07-06)

Features

  • create new header component (4a46b72)