Skip to content

Latest commit

 

History

History
205 lines (105 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

205 lines (105 loc) · 10.3 KB

Semantic Release Automated Changelog

2.1.4 (2024-02-19)

Bug Fixes

  • ts: revert comment change in tsconfig (89ccd61)

Performance Improvements

  • demo: update demo file example structure #65 (ba82c8c)
  • deps: update dependencies (f222b22)

2.1.3 (2024-02-13)

Performance Improvements

  • update auro dependencies (b5a963b)

2.1.2 (2024-02-11)

Bug Fixes

  • remove unavailable script ref (bba06ad)

Performance Improvements

  • update auro deps and ESM support ready (4246e41)

2.1.1 (2024-01-31)

Performance Improvements

  • alaskaairux ref updates (19de7a5)

2.1.0 (2024-01-22)

Bug Fixes

  • ssr: add missing type module to package.json (d1b14fa)
  • ssr: rename eslintrc file (e6c0418)

Features

2.0.2 (2023-12-02)

Performance Improvements

  • token: update token per new theming #58 (c10da97)
  • update dependencies and node support (4a9f3f4)

2.0.1 (2023-08-03)

Performance Improvements

  • deps: update core dependencies (d32445f)

2.0.0 (2023-08-02)

Bug Fixes

  • demo: update demo.md custom component html (9e40bd4)
  • postinstall: renamed postinstall.js (3a3cfac)
  • tsc: update typo filename (dc1e4d7)

Documentation

  • npm: Update npm namespace (464c480)

Features

  • cq: remove custom container query support #56 (4ea9bd5)
  • customize: update component registration #45 (c1ae11e)
  • typescript: add typescript support #45 (32d54a0)

Performance Improvements

  • add build:watch command npm script (439d434)
  • es5: Remove legacy es5 bundling resource #44 (781a79b)
  • husky: pre-commit and husky update #45 (70f1edd)
  • husky: update config to support linters (6397945)
  • lit: update to Lit2.0 #45 (0bb2505)
  • node18: update to support Node 18++ #46 (107791d)
  • sass: Update to use dart-sass dependency (6012dc1)
  • server: update to use single shell #53 (1418d25)

BREAKING CHANGES

  • cq: This commit removes the custom built container query support and replaces it with standard CSS container query support.

This commit also REMOVES the custom cq attribute as this is no longer supported. The default 414px width was replaced with the standard auro-grid-breakpoint-xs token.

Changes to be committed: modified: docs/api.md modified: src/auro-flightline.js deleted: src/observer.js modified: src/style-flightline.scss modified: test/auro-flightline.test.js

  • npm: This update will redefine the npm namespace for the auro-flightline element.

Changes to be committed: modified: package.json

1.4.0 (2023-01-04)

Features

  • nextday: add new nextDay attribute #42 (ca40ccf)

1.3.1 (2022-01-27)

Bug Fixes

  • prevent summary segment overflow (f3fe328)

1.3.0 (2022-01-26)

Features

  • add canceled segment (3146c6c)
  • mark all segments canceled when flightline canceled (9ceb4e8)

1.2.0 (2021-12-23)

Features

  • add breakpoint prop (16b22a4)
  • switch to condensed view based on container width (916b7cc)

1.1.4 (2021-11-09)

Bug Fixes

  • css: remove tokens from generated CSS file #17 (161439e)
  • default booleans to false (a49add6)
  • stop reading out '.' to screen readers #21 (9b2f723)

1.1.3 (2021-06-24)

Bug Fixes

  • stop: mobile stop size decreased (2fcf0d2)

1.1.2 (2021-06-21)

Bug Fixes

  • a11y: adds layover readout for screenreaders #13 (2721739)

1.1.1 (2021-06-18)

Bug Fixes

  • prevent z-index from overlapping header #7 (4e7d755)

1.1.0 (2021-06-15)

Features

  • add a new canceled status (c6dd5e7)

1.0.1 (2021-02-09)

Bug Fixes

1.0.0 (2021-02-08)

Features

  • adds initial auro-flight-segment (8cba6fc)