Skip to content

v3.4.0

Choose a tag to compare

@seanrucker seanrucker released this 19 Aug 14:11
· 133 commits to master since this release

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)