Skip to content

Commit

Permalink
Added isOpen type to DatePickerRef #246
Browse files Browse the repository at this point in the history
  • Loading branch information
shahabyazdi committed Nov 4, 2023
1 parent d47da70 commit 929e617
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.4.2

- Added isOpen type to DatePickerRef [#246](https://github.com/shahabyazdi/react-multi-date-picker/issues/246)

# 4.4.1

- Using media query to apply hover style for days. [#202](https://github.com/shahabyazdi/react-multi-date-picker/issues/202#issuecomment-1773860684)
Expand Down
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ declare module "react-multi-date-picker" {
openCalendar: () => void;
closeCalendar: () => void;
refreshPosition: () => void;
isOpen: boolean;
};
}

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.4.1",
"version": "4.4.2",
"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 929e617

Please sign in to comment.