This repository was archived by the owner on Apr 30, 2024. It is now read-only.
1.0.0
[1.0.0] - 2023-03-16
Added
Changed
- Global: Views will display an error if visible on screen when
clearCurrentUserData()
is called. - MessagingCore:
watchConversations()
,watchConversation(withId:)
andwatchItems(ofConversationWithId:)
will send someUserIdNotSetError
if they are active whenclearCurrentUserData()
is called. - MessagingUI:
NablaClient.shared.messaging.views
is NOT marked@MainActor
. - Scheduling: Rename
Appointment.State.upcoming
toAppointment.State.scheduled
Fixed
- MessagingUI: Fixed an issue in items date grouping where some date separators where missing.