Skip to content

Releases: AlaskaAirlines/auro-datepicker

v2.0.0

16 May 18:14
Compare
Choose a tag to compare

2.0.0 (2023-05-16)

Bug Fixes

  • add and implement functional arrows on calendar (3101703)
  • bundler: define elements directly so bundler will work (b622918)
  • calendar: add number of calendar functionality (330328a)
  • calendar: correct number of calendars show for min/max dates (1f81872)
  • calendar: import packages needed by wc-range-datepicker (8a6bbe7)
  • calendar: render correct calendar month and year (cee087c)
  • cell: cell element now works correctly (2a61b1b)
  • dateTo: prevent dateTo getting set to null causing old date to show in input (de862e4)
  • error: setting or removing error attribute after firstUpdate works correcly. (1c7ba1c)
  • examples: correct code that broke two examples (920bef3)
  • help: doesnt show help text when value is undefined (ce87503)
  • layout: correct flex direction for mobile (8f4850a)
  • layout: in mobile last calender no longer partially behind gradient (e39a466)
  • manage month visibility when dealing with min date (4697703)
  • mobile: back button is always blue now (9305ded)
  • mobile: fix date selected text on mobile (8bf37ce)
  • numCalendars: force render when numCalendars change (84580a9)
  • numCalenders: fix min and max dates causes too many calendars to display (22aeea9)
  • render: render correct calendars based on window width (d148730)
  • support: support default and range scenarios (2431cbb)
  • text: revert date string text sequence (116e651)
  • UI: correct divider in dates on mobile bib header (cfd6442)
  • validate: cleanup validate method and event (f0a63ba)
  • validate: not run validate on dropdown hide if bib was not visibile (d1ac01f)
  • validation: correctly triggers validation (09038d9)
  • validation: use the correct new validation API for input (eda8daa)
  • value: reset return value when date range is invalid (3b3c04b)
  • value: setting value will move calendar month viewed (eac8969)

Code Refactoring

  • calendar: BREAKING CHANGE add auro-calendar code within repo #105 (c0f91a6)

Features

  • API: correct value setting behavior (512c936)
  • api: expose monthNames attribute for localization (a6e3d24)
  • api: refactor functional value setting code, validation and some styles (f4eeb2f)
  • event: fire event when value or valueend changes (31b97cf)
  • helpText: support custom message for rangeUnderflow and Overflow (022116f)
  • mobile: add mobile layout and styles #107 (c0ccd32)
  • styles: make new calendar match figma (681b746)
  • validate: fire event when validation occurs (1f3e6fa)
  • validate: make validate method private (99db634)

Performance Improvements

  • API: cleanup JS code (874518d)
  • cdn: change all cdn references to jsdeliver (cf2f6d5)
  • deps: move auro deps to direct deps (f62ccb6)
  • deps: update dependency versions (736db5c)
  • deps: update to latest auro dependency versions (928eedb)
  • deps: update to latest auro-input release with validity change (d9dcf5e)
  • deps: update to latest dependencies (c0b9f51)
  • deps: update to latest dependency releases (f5f5bd1)
  • deps: update to lit 2 (1c65c1a)
  • deps: use latest auro-input release with public validate method (7eed8e2)
  • nav: improve navigation through calendar months with min and max dates defined (2861fff)
  • styles: additional style cleanup (2672f2e)
  • styles: use variable for single fixed pixel dimension per review (ed002b4)
  • syntax: clean up linting errors (481390c)
  • validate: move validate call to focusout (ae11cfc)
  • validation: rework entire validation process (a7a0617)

BREAKING CHANGES

  • calendar: incorporate new wc-date-range

This commit will blow away the use of Lion calendar and use a new calendar called wc-date-range, allowing for a date range to be selected within an auro-calendar.

Changes to be committed:
modified: apiExamples/maxDate.html
modified: apiExamples/maxDate.js
modified: apiExamples/minDate.html
modified: apiExamples/minDate.js
modified: apiExamples/value.js
modified: demo/api.html
modified: demo/api.js
modified: demo/api.md
modified: demo/index.html

feat(calendar): BREAKING CHANGE incorporate new wc-date-range

This commit will blow away the use of Lion calendar and use a new calendar called w...

Read more

v1.2.9

01 Feb 00:22
Compare
Choose a tag to compare

1.2.9 (2023-02-01)

Bug Fixes

  • improve handling of datepicker when in invalid state #99 (2f4a9db)

Performance Improvements

  • value: improve value change handling (c892fa5)

v1.2.8

27 Jan 20:49
Compare
Choose a tag to compare

1.2.8 (2023-01-27)

Bug Fixes

  • input: pass required attribute to input #97 (a7db9d2)
  • input: pass required attribute to input element #97 (1b8cbfb)

v1.2.7

04 Jan 20:23
Compare
Choose a tag to compare

1.2.7 (2023-01-04)

Bug Fixes

  • error: fix error attribute handling #92 (60772d3)
  • focus: remove problematic focus tracking #93 (a7b1c5a)
  • required: add required check (32637f2)
  • tabbing: fix closing when tabbing away from datepicker (3133d1f)
  • validity: fix required validation check (fdfae5b)

v1.2.6

17 Nov 23:34
Compare
Choose a tag to compare

1.2.6 (2022-11-17)

Bug Fixes

  • height: make calendar height consistent for every month #88 (421b563)

v1.2.5

20 Oct 17:41
Compare
Choose a tag to compare

1.2.5 (2022-10-20)

Bug Fixes

v1.2.4

13 Oct 20:43
Compare
Choose a tag to compare

1.2.4 (2022-10-13)

Bug Fixes

  • dependency: update auro-input dependency version #70 (77e21c9)

v1.2.3

11 Oct 03:18
Compare
Choose a tag to compare

1.2.3 (2022-10-11)

Bug Fixes

  • input: update to latest input package to fix focus type event bug #68 (8788ad5)

v1.2.2

26 Sep 21:10
Compare
Choose a tag to compare

1.2.2 (2022-09-26)

Bug Fixes

  • dropdown: use latest version of dropdown (abb4687)

v1.2.1

26 Sep 20:56
Compare
Choose a tag to compare

1.2.1 (2022-09-26)

Bug Fixes