Skip to content

Commit f5e81e6

Browse files
author
Nathan Reyes
committed
Update v2.0.md
1 parent 952ddc7 commit f5e81e6

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

docs/changelog/v2.0.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)