Skip to content

Releases: AlaskaAirlines/auro-flightline

v2.1.4

19 Feb 23:35
Compare
Choose a tag to compare

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)

v2.1.3

13 Feb 17:43
Compare
Choose a tag to compare

2.1.3 (2024-02-13)

Performance Improvements

  • update auro dependencies (b5a963b)

v2.1.2

11 Feb 06:29
Compare
Choose a tag to compare

2.1.2 (2024-02-11)

Bug Fixes

  • remove unavailable script ref (bba06ad)

Performance Improvements

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

v2.1.1

31 Jan 23:43
Compare
Choose a tag to compare

2.1.1 (2024-01-31)

Performance Improvements

  • alaskaairux ref updates (19de7a5)

v2.1.0

22 Jan 00:06
Compare
Choose a tag to compare

2.1.0 (2024-01-22)

Bug Fixes

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

Features

v2.0.2

02 Dec 02:58
Compare
Choose a tag to compare

2.0.2 (2023-12-02)

Performance Improvements

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

v2.0.1

03 Aug 00:08
Compare
Choose a tag to compare

2.0.1 (2023-08-03)

Performance Improvements

  • deps: update core dependencies (d32445f)

v2.0.0

03 Aug 00:02
Compare
Choose a tag to compare

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

v1.4.0

04 Jan 01:05
Compare
Choose a tag to compare

1.4.0 (2023-01-04)

Features

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

v1.3.1

27 Jan 17:49
Compare
Choose a tag to compare

1.3.1 (2022-01-27)

Bug Fixes

  • prevent summary segment overflow (f3fe328)