Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jan 8, 2021
1 parent 95737fd commit f60122d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog for `react-native-calendar-events`

## 2.2.0 - 2021-01-08

- Fixed `findEventByID` on iOS - return null if event is not found (_for consistency with Android_) [#337](https://github.com/wmcmahan/react-native-calendar-events/pull/337) by [@dstop75](https://github.com/dstop75)

- Fixed android calendar query to catch events that intersect date range but aren't entirely a subset (_for consistency with iOS_) [#333](https://github.com/wmcmahan/react-native-calendar-events/pull/333) by [@jenniferburch](https://github.com/jenniferburch)

- Added ability to set timezone on events in iOS (necessary for recurrence expansion to work correctly across daylight savings time transitions) [#335](https://github.com/wmcmahan/react-native-calendar-events/pull/335) by [@LorienHW](https://github.com/LorienHW) and [@mcarlson](https://github.com/mcarlson)

Also includes minor documentation tweaks.

## 2.1.2 - 2020-11-08

- Fixed `exceptionDate` option being optional in TypeScript bindings [#329](https://github.com/wmcmahan/react-native-calendar-events/pull/329) by [@MoOx](https://github.com/MoOx)
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-native-calendar-events",
"version": "2.1.2",
"version": "2.2.0",
"description": "React Native module for IOS Calendar Events",
"homepage": "https://github.com/wmcmahan/react-native-calendar-events",
"repository": {
Expand Down

0 comments on commit f60122d

Please sign in to comment.