Skip to content

Releases: KreutzerCode/configurable-date-input-polyfill

v4.0.1

24 Oct 16:11
Compare
Choose a tag to compare
  • adds default header text color
  • fixes bug causing issues in Safari v12.1 (Thanks to frugan-it)

v4.0.0

04 Mar 18:07
Compare
Choose a tag to compare

The project structure and code base underwent significant changes, resulting in the release of version 4.0.0 of the package.

Change overview:

  • moved all source files to src folder
  • moves dist.js file into dist folder
  • refactores dateInput.js (old input.js) class into utility functions (inputUtilities.js)
  • updates dev dependencies
  • adds force date picker polyfill feature
  • updates README.md if new paths and feature

v3.1.5

21 Aug 17:10
Compare
Choose a tag to compare
  • Minor style optimisations
  • Small code cleanup

v3.1.4

13 Mar 18:20
Compare
Choose a tag to compare
  • Maintenance update
  • Small code optimization

v3.1.3

24 Oct 10:23
Compare
Choose a tag to compare
  • replaces deprecated babel-eslint with @babel/eslint-parser
  • updates eslint to v7.32.0

v3.1.2

19 Oct 18:57
Compare
Choose a tag to compare
  • Fixes Bug displaying date format with single digits pattern like m.d.yyyy - Thanks to @Jesperi02 for reporting and fixing
  • Minor optimization in dateSelect.js

v3.1.0

31 Jul 16:01
Compare
Choose a tag to compare
  • Adds MutationObserver and change event trigger - Thanks to @michaelhaessig
  • Adds Finnish to the list of localizations - Thanks to @Jesperi02
  • Updates css-loader to v6.2.0
  • Updates style-loader to v3.2.1

v3.0.0

18 Jun 13:42
Compare
Choose a tag to compare
  • rebuilds input.js structure
  • removes the limitation of the YearSelect range
  • reworkes the date calculation to allow unlimited date range selection
  • updates devDependencie sass-loader to v12.0.1

v2.8.2

02 Mar 17:15
Compare
Choose a tag to compare
  • updates devDependency sass-loader to new stabile version 11.0.1

v2.8.1

01 Jan 09:52
Compare
Choose a tag to compare
  • Reworks Min Max Attribute feature to include month and days
  • Rework of day matrix generation