File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -368,14 +368,26 @@ Fixes single use of `highlight.contentStyle` or `highlight.contentClass`
368368* Adds ` showDelay ` and ` hideDelay ` options for date picker popover
369369* Adds ` showDelay ` , ` hideDelay ` and ` transition ` options for attribute popovers
370370
371- ### v2.1.1
371+ ## v2.1.1
372372
373373* Fix explicit line-height for title
374374
375- ### v2.1.2
375+ ## v2.1.2
376376
377- ## Bug Fixes
377+ ### Bug Fixes
378378
379379* Fix container height in flex containers
380380* Fix disabled date detection
381- * Fix timezone offset calculation
381+ * Fix timezone offset calculation
382+
383+ ## v2.1.3
384+
385+ ### Bug Fixes
386+
387+ * Toggle date value to null if date is re-selected and ` is-required ` is false. This only applies if ` is-range ` is false
388+ * Use ` is-required ` prop to prevent date null values on re-select or clearing input element
389+ * Prevent hiding picker if disabled date is selected
390+
391+ ### Enhancements
392+
393+ * Shortens picker popover hide delay to prevent multiple rapid date selections
You can’t perform that action at this time.
0 commit comments