Releases: hofff/contao-calendarfield
Releases · hofff/contao-calendarfield
Version 4.0.1
- Added a missing variable for each flatpicker
- Added a missing
autocomplete="off"
to the input field to prevent suggesting previously selected dates - Fixed undefined variable problems with PHP 8 (see #56)
Version 4.0.0
- Replaces jQuery with flatpickr (https://flatpickr.js.org/) (see #50)
- Moved all options to the template (everything is customizable there and nothing hidden in PHP classes)
- Removed hook formCalendarField due to it is not longer necessary (everything could be modified in the template)
- Removed field dateIncludeCSS from configuration because at least a minimum CSS is needed
- Renamed field dateIncludeCSSTheme to dateCssTheme and added the new available theme names
- Added option to configure own min. and max. date dates (see #48)
- Added option to configure the image size for the icon (see #35)
- Added option to define custom configuration options (see #51)
3.0.0
- Adding Contao 4.4 compatibilty
- Adding PHP 7 compatibilty