Releases: AlaskaAirlines/auro-datepicker
Releases · AlaskaAirlines/auro-datepicker
v2.0.3
v2.0.2
v2.0.1
v2.0.0
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
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...