Skip to content

Releases: RoverPlatform/rover-ios

4.14.0

02 Mar 19:09

Choose a tag to compare

4.13.0

15 Feb 04:50

Choose a tag to compare

Release Notes

4.12.1

20 Jan 21:31

Choose a tag to compare

Release Notes

  • Resolve issue with sending push notifications to Xcode debug builds on real devices.

4.12.0

12 Dec 17:32

Choose a tag to compare

Release Notes

  • Bump to iOS 17.0 minimum version

4.11.6

27 Nov 15:43

Choose a tag to compare

Release Notes

  • YouTube Video Display: Fixed YouTube 153 error that was preventing videos from being displayed

4.11.5

05 Nov 15:29

Choose a tag to compare

Release Notes

  • Prevent leakage of extensions on iOS system types (Hashable conformance on CGRect, CGSize, CGPoint), causing potential linker issues in apps that also extend those types

4.11.4

28 Aug 21:10

Choose a tag to compare

Release Notes

  • Resolve potential crash during sync

4.11.3

22 Aug 21:17

Choose a tag to compare

Release Notes

  • Support for explicitly specifying navigation bar appearance, by adding two new parameters to CommunicationHubView and CommunicationHubHostingController: navigationBarBackgroundColor and navigationBarColorScheme.

If a coloured navigation bar is desired, pass the desired color as the background color and set the color scheme to dark, so the elements (back arrow, search bar) of the nav bar appear visible on top of the background color. Example:

CommunicationHubHostingController(
      /// Optionally specify the Communication Hub's title bar text, if needed. It defaults to "Inbox".
      title: "Inbox",
      // Optionally specify the accent color to use for buttons and links. It defaults to your app's accent color.
      accentColor: .green,
      navigationBarBackgroundColor: Color("App Brand Accent Color"),
      navigationBarColorScheme: .dark
)

4.11.2

21 Aug 20:35

Choose a tag to compare

Release Notes

  • Bug fixes and performance improvements

4.11.1

08 Aug 17:07

Choose a tag to compare

Release Notes

  • Improve correctness of post sync
  • Posts deep links now launch standalone modals