Skip to content

Latest commit

 

History

History
220 lines (101 loc) · 9.17 KB

CHANGELOG.md

File metadata and controls

220 lines (101 loc) · 9.17 KB

Semantic Release Automated Changelog

2.7.0 (2024-05-15)

Features

  • parts: add cssparts to each flight component #116 (8a565ea)

2.6.8 (2024-02-15)

Performance Improvements

  • deps: update dependencies (69c2fcb)
  • docs: update demo file names (0ed0f4d)

2.6.7 (2024-02-13)

Performance Improvements

  • update auro dependencies (aec8c2a)

2.6.6 (2024-02-11)

Bug Fixes

  • update missing fallback token (b801e7b)

2.6.5 (2024-02-11)

Performance Improvements

2.6.4 (2024-01-31)

Performance Improvements

  • alaskaairux ref updates (44dbbd7)

2.6.3 (2024-01-27)

Performance Improvements

  • update index per SSR support (5b21df1)

2.6.2 (2024-01-24)

Bug Fixes

  • -1 Days unsupported (International Date Line) (28ea46c)

2.6.1 (2024-01-22)

Performance Improvements

  • update package dependencies (b99d22e)

2.6.0 (2024-01-22)

Bug Fixes

  • docs: correct the URL import for auro-alert (ac697e4)
  • remove offending SEO code #99 (2d70224)

Features

  • add suport for SSR projects (765795b)

Performance Improvements

2.5.0 (2023-12-05)

Features

  • update node support to include version 20 (e7ae9c3)

Performance Improvements

  • token: update token per new theming #97 (4db8ddf)

2.4.1 (2023-10-30)

Bug Fixes

  • font: make departure/arrival time mobile font smaller #55 (bbfd5bf)

2.4.0 (2023-08-16)

Features

Performance Improvements

  • remove legacy processes, update to Lit2.0 (9f020c8), closes #56 #57

2.3.0 (2023-07-19)

Features

  • supoprt individual arrival and departure rerouts #91 (1448823)

2.2.0 (2022-12-27)

Features

  • daycolor: updated days changed to error on light (4729047)

2.1.0 (2022-09-19)

Features

  • a11y: natural language messaging for screen readers #25 (3d1b0c4)

2.0.1 (2022-06-29)

Bug Fixes

  • deps: update dependencies (329293c)

2.0.0 (2022-06-29)

Code Refactoring

  • generator migration: upgrade to latest generator build #7 (5de1772)

Features

BREAKING CHANGES

  • automate data: This feature update removes the need to convert data to a human readable string for use in the element. Users may now pass in data directly from the flight API and the element will make the necessary conversions. See the following API changes.
  1. daysChanged is deprecated
  2. duration requires number of minutes for the flight
  3. departureTime and arrivalTime only require the full time stamp

Changes to be committed: modified: src/auro-flight-header.js modified: src/auro-flight-main.js modified: src/auro-flight.js

  • generator migration: This PR includes a change in the npm namespace for the element.

1.2.2 (2022-01-10)

Bug Fixes

  • flightline: update to latest version of dependency (3d66bff)

1.2.1 (2021-06-21)

Bug Fixes

  • padding: update space around slotted content (3d9fa72)

1.2.0 (2021-06-09)

Features

1.1.0 (2021-04-23)

Features

1.0.1 (2021-03-05)

Bug Fixes

  • update footer styles and doc demo example (7654865)

1.0.0 (2021-02-12)

Bug Fixes

Features