All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.0 (2022-02-25)
- datepicker: Add keyboard support
- datepicker: add e2e tests
- pickers: Add slide transition on page change (618e3d3)
- datepicker: Add transition on toggle (aa6a95c)
- datepicker: Add transition on view change (db98efb)
- css renamed inline to vdp-datepicker__calendar--inline (41c081)
- dateinput: Don't fire
handleKeyup
unless typeable (5e0a7c1) - datepicker: Set typed date to null if zero length (e483f0d)
- datepicker: Update openDate with selectedDate (a23d494)
- pickerday: Only highlight selected edge date if shown (f30b53f)
- pickerday: Only highlight today if edge dates shown (e3eece1)
- pickerheader: Prevent click on prev/next when disabled (e52bb06)
- pickerheader: Reorder prev/next buttons when rtl (d4ab12c)
- pickerheader: Stop disabled dates from closing calendar on next/prev (d61647c)
- pickeryear: Emphasize the current year (fbb29f6)
- pickeryear: Right position trailing cells (e159622)
- style: Inherit correct calendar width (#116) (021d4e6)
- style: Make focus outline pixel perfect (9fc2a53)
3.2.3 (2021-08-04)
- project: failed the release for 3.2.2 which has much more changes and breaking changes in it. This is a rerelease with only the correct change from 3.2.2
3.2.2 (2021-07-29)
- style: resolve styles in production (84dc2af)
3.2.1 (2021-05-25)
3.2.0 (2021-05-11)
3.1.0 (2021-02-08)
- disableddates: resolve all years are disabled for
from
(252602b) - input: resolve flicker on showCalendarByFocus (#82) (e10daab)
3.0.1 (2021-01-18)
- dateutils: issue with typeable date on dayless format (3a69f2e)
- picker: isseu with default date in disabled range (01a947d)
3.0.0 (2020-12-16)
- Checkout the Migration Guide
- dateinput: format typeable inputs on blur (#44) (53f1e8f)
- datepicker: Add prop to append calendar to body (#37) (ca8d021)
- datepicker: Add prop to determine first-day-of-week (#41) (78abc56)
- picker: Replace blank days with dates from previous / next months (#46) (b14b611)
- pickeryear: add yearPickerRange prop (fe5d305)
- picker: Make highlighted disabled text blue (#62) (feb32b1)
- picker: Next decade button is disabled (#52) (ea6e793)
- picker: Style/tweak stylesheet colours (#47) (78f331e)
2.1.3 (2020-11-16)
- date: resolve typeable date time (96d5b8e)
2.1.2 (2020-10-05)
- format: resolve formatDate replacements overlapping (79eafa5)
- html: move inline styles into classes to fix csp issue (23e78f9)
2.1.1 (2020-08-12)
2.1.0 (2020-07-09)
- input: add html input attributes autofocus/maxlength/pattern (3dee8ee)
2.0.0 (2020-04-27)
The default formatter should now be more reliable but comes with a few changes:
- The property
format
as a function now requires an additional propertyparser
which handles the exact opposite check out the updated documentation - The default formatting has slightly changed to match the formatting rules of other formatters like date-fns
su
-> o
for st, rd, nd, th additions
D
-> E
for the day of the week
- format: change overall formatting rules to match date-fns (ebc2792)
- project: add custom parser (bcdc8ce)
1.1.1 (2020-03-19)
- docu: resolve wrong docu for show-calendar-on-button-click (3c0a8cb)
- formatting: resolve custom formatting fn error (a1197be)
- project: use null value to prevent empty attributes (7964c88)
1.1.0 (2020-01-27)
- input: add prop to only open on button click (fb6fc85)
- input: remove console warn if id is not set (fdc03b5)
1.0.3 (2020-01-13)
- project: resolve vue-runtime issue (34ad34d)
1.0.2 (2019-12-05)
- doc: resolve components not build for doc (d8f06f9)
- view: resolve layout error for rtl languages (4f6be9e)
1.0.0 (2019-08-16)
- project: use umd file format for languages
- input: resolve wrong date model for typeable
- project: remove not used event listener
- picker: resolve issues with incorrect time
- picker: highlight dates without time
- project: adjust coding style to company styles
- project: add standard-version
- project: update dependencies
- project: use disable utils
- project: extract css in own file (Breaking-change)
- picker: add auto-alignment
- picker: add fixed picker position
- picker: add show-header prop to hide the header if necessary
- picker: add tabIndex
- picker: use kebab-case event names (Breaking-change)
- slot: add footer slot
- slot: customize picker header icons
- slot: add before dateInput
- languages: add new languages
- doc: use vuepress for documentation and demo site