DateTime 1.6.0
DataTables CDN files for DateTime 1.6.0. This software was originally released on 9th September, 2025.
Release notes
A couple of new options, including a "jump to selected' button and an always visible option. CSS updated to use variables and a collection of bugs fixes!
New
buttons.selected
option which will show a button that will jump the display to the currently selected date when activated.- CSS now uses CSS variables for easy customisation
alwaysVisible
option, allowing the picker to always be shown, rather than only when theinput
has focus.
Fixes
- Dark mode's inline CSS didn't match light mode (it still had a border and drop shadow)
- Manual text input wasn't picked up as a previous value, resulting in
onChange
not triggering correctly. - When the date picker isn't shown, values that were typed into the input weren't updating the pickers value.
- Integration with Editor - when pressing
esc
to hide the picker, Editor was hiding its modal as well. This change allows Editor to be aware that theesc
was captured by DateTime.