DateTime 1.5.5
DataTables CDN files for DateTime 1.5.5. This software was originally released on 7th January, 2025.
Release notes
A patch release with a handful of fixes, including better support for dark mode with Bulma and Bootstrap 5.
Fixes
- Add a return type for the static use method for strict compiling
- Dark mode wasn't applied using the Bootstrap or Bulma standard method of enabling dark mode.
- When focus is blurred programmatically rather than a user input, the picker would not be hidden. It is now.
- If using the API to set the input's value to the value that is already is, don't trigger a
change
event.