Releases: RoverPlatform/rover-ios
Releases · RoverPlatform/rover-ios
v.3.7.1
08 Jul 21:36
Compare
Sorry, something went wrong.
No results found
Changelog
Add missing foundation import to model conversions #535
v3.7.0
30 Jun 14:46
Compare
Sorry, something went wrong.
No results found
Changelog
Add conversion tracking data type to blocks. (#534 )
v3.6.0
03 Apr 16:32
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changelog
Improve ergonomics of tracking Poll events through third party analytics platforms (#528 ).
v3.5.2
05 Feb 20:13
Compare
Sorry, something went wrong.
No results found
Changelog
WebViews should have a transparent background (#525 ).
v3.5.1
16 Sep 14:59
Compare
Sorry, something went wrong.
No results found
Changelog
Corrected potential issue for users using Carthage to install Rover.
v3.5.0
13 Sep 15:14
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changelog
Poll Refresh Fix (#503 )
Polls Accessibility (#501 )
Poll option border fix (#500 )
v3.4.0
19 Aug 14:11
Compare
Sorry, something went wrong.
No results found
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 )