Skip to content

Commit 203078d

Browse files
committed
v4.2.0
1 parent dfe1f35 commit 203078d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 4.2.0
2+
3+
- Keyboard accessibility [#139](https://github.com/shahabyazdi/react-multi-date-picker/issues/139)
4+
5+
# 4.1.2
6+
7+
- multipleRangeSeparator type fix
8+
9+
# 4.1.0
10+
11+
- steps added to the time picked and analog time picker [#201](https://github.com/shahabyazdi/react-multi-date-picker/issues/201)
12+
113
# 4.0.0
214

315
- multiple range picker.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-multi-date-picker",
3-
"version": "4.1.2",
3+
"version": "4.2.0",
44
"description": "A simple React datepicker component for working with gregorian, persian, arabic and indian calendars with the ability to select the date by single, multiple, range and multiple range pickers.",
55
"main": "./build/index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)