Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

55 lines (44 loc) · 1.43 KB

Change Log

Version 0.5.1 (2018-03-14)

  • Fix the issue in which properties are missing in Objective-C project

Version 0.5.0 (2018-03-12)

  • Fix out-of-screen text error on iPad
  • Add text alignment to support both LTR and RTL text

Version 0.4.0 (2018-02-22)

  • Add target tap recognizer
  • Fix UIKit import issue for Reactive Native bridge
  • Change view.copyView to use Apple official API view.snapshotView

Version 0.3.1 (2017-11-21)

  • Refactor codes
  • Fix bug
  • Improve animation

Version 0.3.0 (2017-11-11)

  • Fix bug of failing to deal with image button
  • Refactor API: set animation as an option and choose whether tint color will be set or not
  • Add API: find presented showcases

Version 0.2.0 (2017-10-29)

  • Fix bug, crash on iOS 11 when targeting BarButtonItem and custom buttons were not displayed
  • Allow to add custom fonts

Version 0.1.4 (2017-07-28)

  • Fix bugs
  • Add delegate to handle showcase dismiss

Version 0.1.3 (2017-07-11)

  • Fix bugs

Version 0.1.2 (2017-05-25)

  • Fix bugs

Version 0.1.1 (2017-05-12)

  • Fix Build settings

Version 0.1.0 (2017-05-11)

  • Initial release