Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@tgyhlsb tgyhlsb released this 17 Mar 09:53
· 35 commits to main since this release

[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:) and watchItems(ofConversationWithId:) will send some UserIdNotSetError if they are active when clearCurrentUserData() is called.
  • MessagingUI: NablaClient.shared.messaging.views is NOT marked @MainActor.
  • Scheduling: Rename Appointment.State.upcoming to Appointment.State.scheduled

Fixed

  • MessagingUI: Fixed an issue in items date grouping where some date separators where missing.