Skip to content

Version 2.2.1

Compare
Choose a tag to compare
@jamonholmgren jamonholmgren released this 22 Jan 03:31
· 504 commits to master since this release

This is a bugfixing release (with one tiny feature #590) and should be entirely backwards-compatible with 2.2.0. 7 contributors for 9 bugfixes/features!

  • Prefer accessing table through cocoa methods. #585 @willrax
  • Add app method for convenient access to UIApplication.sharedApplication #590 @ryanlntn
  • Allow passing an instantiated view as a table section's :title_view #592 @jsierles
  • Avoid Crash in longpressable TableScreen #593 @satoyos
  • iOS 8 SplitViewController issues (and spec updates) #594 @jamonholmgren
  • Fix wrong cell detection problem in search_result_table of longpressable TableScreen. #596 @satoyos
  • Don't use on_init within WebScreen #599 @ryanlntn
  • Implemented workaround for image autorotate crash #562 @kevinvangelder
  • Fixes issue with auto-detected links not opening. #601 @markrickert