Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shahabyazdi committed Sep 8, 2023
1 parent dfe1f35 commit 203078d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 4.2.0

- Keyboard accessibility [#139](https://github.com/shahabyazdi/react-multi-date-picker/issues/139)

# 4.1.2

- multipleRangeSeparator type fix

# 4.1.0

- steps added to the time picked and analog time picker [#201](https://github.com/shahabyazdi/react-multi-date-picker/issues/201)

# 4.0.0

- multiple range picker.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-multi-date-picker",
"version": "4.1.2",
"version": "4.2.0",
"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.",
"main": "./build/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 203078d

Please sign in to comment.