Releases: sncf-connect-tech/eventide
Releases · sncf-connect-tech/eventide
v1.0.2
What's Changed
- event creation and retrieval now handles url on android by @AlexisChoupault in #86
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0+1
What's Changed
- Restore ETNotSupportedByPlatform by @AlexisChoupault in #76
- Split example app by @AlexisChoupault in #79
- Add quickstart example by @AlexisChoupault in #81
Full Changelog: v1.0.0...v1.0.0+1
v1.0.0
What's Changed
- fix wrong allDay attribute Boolean to Int cast in event creation by @AlexisChoupault in #67
- Issues #63 & #65 - fix add event to default calendar & add event through native ui by @AlexisChoupault in #74
Full Changelog: v0.10.2...v1.0.0
v0.10.2
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
What's Changed
- Fixed DateTime UTC handling in
createEvent(),createEventInDefaultCalendar()andretrieveEvents()by systemically callingdateTime.toUtc()
Full Changelog: v0.10.0...v0.10.1
v0.10.0
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
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
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
What's Changed
- Removed final clause on Eventide class because it prevented it from being mocked
Full Changelog: v0.8.0...v0.8.1