Skip to content

Releases: sncf-connect-tech/eventide

v0.10.2

09 Jul 15:31
928a1f0
Compare
Choose a tag to compare

What's Changed

  • Android fix: createEventInDefaultCalendar() did not retrieve any default calendar when there was multiple primary calendars. Now also returns any writable calendar when there is no primary calendars

Full Changelog: v0.10.1...v0.10.2

v0.10.1

09 Jul 08:34
2ba4222
Compare
Choose a tag to compare

What's Changed

  • Fixed DateTime UTC handling in createEvent(), createEventInDefaultCalendar() and retrieveEvents() by systemically calling dateTime.toUtc()

Full Changelog: v0.10.0...v0.10.1

v0.10.0

08 Jul 13:32
5a756a3
Compare
Choose a tag to compare

What's Changed

  • Changed signature of createEventInDefaultCalendar to not return the created event as the event will not be editable

Full Changelog: v0.9.1...v0.10.0

v0.9.1

08 Jul 10:46
6802b06
Compare
Choose a tag to compare

What's Changed

  • Fix double (write-only and full) permission prompt issue on iOS by creating reminders in the same method channel as the event creation
  • Fix permission issue on Android by binding PermissionHandler as a RequestPermissionsResultListener
  • Improved docs

Full Changelog: v0.9.0...v0.9.1

v0.9.0

08 Jul 10:46
f76eadd
Compare
Choose a tag to compare

What's Changed

  • Removed retrieveDefaultCalendar because it did not make sense to return a virtual calendar on iOS (error-prone)
  • Created createEventInDefaultCalendar instead to directly create an event and prompt write-only access on iOS 17+
  • Created .pubignore file to remove example app and other useless files from being published

Full Changelog: v0.8.1...v0.9.0

v0.8.1

04 Jul 11:52
Compare
Choose a tag to compare

What's Changed

  • Removed final clause on Eventide class because it prevented it from being mocked

Full Changelog: v0.8.0...v0.8.1

v0.8.0

04 Jul 11:52
640b570
Compare
Choose a tag to compare

What's Changed

  • iOS 17 Support: Added support for iOS 17 write-only calendar access
  • Permission Enhancement: retrieveDefaultCalendar() now prompts for write-only access on iOS 17+
  • Documentation: Comprehensive documentation update with detailed API reference
  • Platform Features: Added dedicated section for platform-specific features

Full Changelog: v0.7.0...v0.8.0

v0.7.0

09 Apr 13:20
0e43721
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

07 Apr 12:15
e60f50e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

02 Apr 14:56
378a5c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0