Breaking Changes
- set
flatpickrProps.static
inDatePicker
to be true by default (a958825, #1298) - use data attribute instead of id for
DataTable
headers/rows (6239c11, #1297)
Features
- support custom column widths in
DataTable
(c6f2108, #1265) - dispatch "expand" and "collapse" events in
CodeSnippet
(1454eea, #1291)
Fixes
- use
@see
tag for flatpickr options link inDatePicker
(37b40d6, #1299) - pressing "Enter" in
DatePicker
should update the value (20a8a64, #1280 contributed by @patoi) - dispatched event type without detail should be
null
, notany
(88d5152, #1295) - type missing "open" event in
HeaderAction
(5576c7c, #1293) - use small button in multi-line
CodeSnippet
(e3f72e6, #1292)
Documentation
- make calendar variants of
DatePicker
more prominent - add
DataTable
example "Custom column widths" - add
CodeSnippet
examples "Expanded by default" and "Reactive example"