Skip to content

Latest commit

 

History

History
114 lines (66 loc) · 5.07 KB

CHANGELOG.md

File metadata and controls

114 lines (66 loc) · 5.07 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.2 (2020-10-05)

Bug Fixes

  • format: resolve formatDate replacements overlapping (79eafa5)
  • html: move inline styles into classes to fix csp issue (23e78f9)

2.1.1 (2020-08-12)

Bug Fixes

  • project: add polyfills and use ie11 compatible function (#25) (523bccd)

2.1.0 (2020-07-09)

Features

  • input: add html input attributes autofocus/maxlength/pattern (3dee8ee)

2.0.0 (2020-04-27)

Breaking changes

The default formatter should now be more reliable but comes with a few changes:

  • The property format as a function now requires an additional property parser 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

Features

  • format: change overall formatting rules to match date-fns (ebc2792)
  • project: add custom parser (bcdc8ce)

Bug Fixes

  • dateinput: get keycode more reliable (9d790da)
  • utils: resolve issue with formatting (ab2e54a)

1.1.1 (2020-03-19)

Bug Fixes

  • 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)

Features

  • input: add prop to only open on button click (fb6fc85)

Bug Fixes

  • input: remove console warn if id is not set (fdc03b5)

1.0.3 (2020-01-13)

Bug Fixes

  • project: resolve vue-runtime issue (34ad34d)

1.0.2 (2019-12-05)

1.0.1 (2019-12-05)

Bug Fixes

  • doc: resolve components not build for doc (d8f06f9)
  • view: resolve layout error for rtl languages (4f6be9e)

1.0.0 (2019-08-16)

Bug Fixes

  • 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

Features

  • 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