Skip to content

Commit f60122d

Browse files
committed
2.2.0
1 parent 95737fd commit f60122d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog for `react-native-calendar-events`
22

3+
## 2.2.0 - 2021-01-08
4+
5+
- 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)
6+
7+
- 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)
8+
9+
- 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)
10+
11+
Also includes minor documentation tweaks.
12+
313
## 2.1.2 - 2020-11-08
414

515
- 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)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-calendar-events",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "React Native module for IOS Calendar Events",
55
"homepage": "https://github.com/wmcmahan/react-native-calendar-events",
66
"repository": {

0 commit comments

Comments
 (0)