Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

23 lines (20 loc) · 2.23 KB

Next

  • #1: Fixed up EmbeddedYoutubePatch demo - @dblock.
  • Added showNavigationBar which controls whether the nav bar is shown in modal mode as well as navigation insets - @dblock.

1.1 (5/12/2014)

  • Initial maintained CocoaPods release, fork off DZamataev/DZTSMiniWebBrowser and tonisalae/TSMiniWebBrowser - @dblock.
  • Added TSMiniWebBrowser:showToolBar, opaque and backgroundColor - @dblock.
  • Renamed TSMiniWebBrowser:initWithUrl to initWithURL - @dblock.
  • Exposed TSMiniWebBrowser:requestWithURL:(NSURL *)url for subclasses of TSMiniWebBrowser - @dblock.
  • Exposed (NSURL *)TSMiniWebBrowser:currentURL which is no longer an NSString and is also set after initWithURL - @dblock.
  • Interface orientation changes reflect on the scrolling inspectors as limits - @dzamataev.
  • Added support for hiding top bar on scroll - @dzamataev.
  • Added storyboard support - @simonrice, @dzamataev.
  • Fix: cropped content when the content of the scrollview is smaller than the frame of the scrollview - @dzamataev.
  • Animation duration now respects left distance - @dzamataev.
  • Added scroll view pan gesture recognizer state detection via KVO in order to know when touch (dragging) ended - @dzamataev.
  • Corrected animation for target reaching limit if it was left half-way up or down - @dzamataev.
  • Implemented webView contentInset setting according to browser presentation mode - @dzamataev.
  • Added statusBarStyle property - @dzamataev.
  • Added podspec - @neoneye.
  • Open actionsheet from action button - @pj4533.