Skip to content

Releases: RoverPlatform/rover-ios

v.3.7.1

08 Jul 21:36

Choose a tag to compare

Changelog

  • Add missing foundation import to model conversions #535

v3.7.0

30 Jun 14:46

Choose a tag to compare

Changelog

  • Add conversion tracking data type to blocks. (#534)

v3.6.0

03 Apr 16:32

Choose a tag to compare

Changelog

  • Text height measured incorrectly in some cases, causing layout issues with Polls and Text blocks (#529, #529);
  • Text blocks and Actions are now correctly interpreted by Voice Over thanks to improved a11y support (#524).

v3.5.3

14 Feb 20:24

Choose a tag to compare

Changelog

  • Improve ergonomics of tracking Poll events through third party analytics platforms (#528).

v3.5.2

05 Feb 20:13

Choose a tag to compare

Changelog

  • WebViews should have a transparent background (#525).

v3.5.1

16 Sep 14:59

Choose a tag to compare

Changelog

  • Corrected potential issue for users using Carthage to install Rover.

v3.5.0

13 Sep 15:14

Choose a tag to compare

Changelog

  • Support passing a Screen ID into the RoverViewController to override the launch an Experience to a specific screen (#517, #520);
  • Initial support for Swift-PM (#519). Note that it is not yet supported.

v3.4.2

10 Sep 19:32

Choose a tag to compare

Changelog

  • Support for iOS 13: ensure that Status Bar theming works correctly (#515);
  • Design tweak for text polls (#510).

v3.4.1

20 Aug 17:43

Choose a tag to compare

Changelog

  • Poll Refresh Fix (#503)
  • Polls Accessibility (#501)
  • Poll option border fix (#500)

v3.4.0

19 Aug 14:11

Choose a tag to compare

3.4.0 Adds support for rendering polls created in the Rover Experiences app.

Changelog

  • Avoid apparent UIKit bug where instrinsicSize of UILabel/UITextView could unexpectedly expand when using attributed text. (#497)
  • Support image poll with no image. (#495)
  • Marathon Polls UI Refactor & Polls Behaviour State Machine (#494)
  • Some Swift 5-isms crept in. Build and run with Swift 4.2. (#493)
  • Missed the indicator color. (#492)
  • Ensure distribution of evenly divided remainder is deterministically spread amongst options. (#491)
  • guard logic for double voting did not work correctly because state mapping for UI was happening upstream. (#490)
  • Feature: Casting votes on Polls (along with local state persistence and final touches on animation and layout). (#485)
  • Feature: Polls Display Mega PR (#481)