Releases: KreutzerCode/configurable-date-input-polyfill
Releases · KreutzerCode/configurable-date-input-polyfill
v4.0.1
v4.0.0
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
- Minor style optimisations
- Small code cleanup
v3.1.4
- Maintenance update
- Small code optimization
v3.1.3
- replaces deprecated babel-eslint with @babel/eslint-parser
- updates eslint to v7.32.0
v3.1.2
- 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
- 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
- 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
- updates devDependency sass-loader to new stabile version 11.0.1
v2.8.1
- Reworks Min Max Attribute feature to include month and days
- Rework of day matrix generation