Skip to content

Latest commit

 

History

History
41 lines (39 loc) · 2.44 KB

File metadata and controls

41 lines (39 loc) · 2.44 KB

CHANGELOG

Latest version - 0.1.76

  • 2017-11-22 [FIX] Fixed issue happening with changing margin and starting from different offset than 0
  • 2017-05-02 [ENV] Added a before_install instruction to travis yml
  • 2017-05-02 [ENV] Updated ruby version required in gem file
  • 2017-04-27 [REF] refactored Scrollview to be aligned with the Swift project

Previously released:

  • 2017-04-21 [REF] created a base RDGliderContentViewController meant to be the base case for any content view controller
  • 2017-04-21 [FIX] Fixed hidden behaviour with inverted orientationTypes
  • 2017-04-21 [POD] updated podspec
  • 2017-04-21 [DOC] Completed a basic documentation to the README and added a CHANGELOG
  • 2017-04-20 [DOC] Update README with CocoaPods and Carthage support
  • 2017-04-20 [ENV] preparing project for a pod lib
  • 2017-04-18 [ENV] Added code coverage support
  • 2017-04-18 [ENV] added yml build file for Travis CI
  • 2017-04-18 [TEST] Added unit tests for GVScrollView
  • 2017-04-14 [REF] enhanced naming
  • 2017-04-14 [FIX] issue with rendering shadow when rotating
  • 2017-04-14 [FIX] horizontal offset broken
  • 2017-04-13 [DEV] first implementation of Left To Right side
  • 2017-04-13 [REF] cleaned constraints of scrollview
  • 2017-04-13 [DEV] limited max content scroll to largest offset percent of content length
  • 2017-04-13 [DEV] added margins to reversed positions
  • 2017-04-13 [DEV] first implementation for TopToBottom GlideView
  • 2017-04-12 [FIX] fixed release notes not recognised characters
  • 2017-04-12 [DOC] added ReleaseNotes to Readme file
  • 2017-04-07 [DEV] enhanced threshold calculation for boundaries
  • 2017-04-07 [DOC] enhanced documentation on headers
  • 2017-04-07 [DEV] improved constructor of GlideViewController
  • 2017-04-07 [FIX] offset changes where altered while rotating
  • 2017-04-06 [REF] refactored contentSize handling when rotating
  • 2017-04-06 [FIX] offset is affected by the margin when rotating a rather large view
  • 2017-04-06 [DEV] enable the possibility to change multiple offsets by dragging
  • 2017-04-06 [REF] changed offsets approach to % dependant on content’s view
  • 2017-04-06 [REF] refactor usage of glideView types
  • 2017-04-05 [DEV] enhanced recalculation of offset when rotating scrollview
  • 2017-04-05 [FIX] landscape margins offset is off
  • 2017-04-05 [FIX] landscape to portrait rotation changes offset of scrollview
  • 2017-04-05 [FIX] landscape margins offset is off