Skip to content

0.6.0 Release

Latest
Compare
Choose a tag to compare
@kcharwood kcharwood released this 02 Apr 13:51
· 8 commits to master since this release

0.6.0(Thursday, April 2, 2015)

NEW

  • Removed iOS 6 support (#350)(#356) (Kevin Harwood, podkovyrin)
  • Migrated from id to instancetype (#349) (Kevin Harwood)
  • Added iPhone 6/6+ support to example project (#347) (Kevin Harwood)
  • Added new properties for Shadow Radius, Shadow Opacity, Shadow Offset, Bezel Gesture Size, and Pan Velocity thresholds Please consult the documentation for additional information. (#294)(#338)(#270)(#194) (SanggeonPark, lbasile, boherna, MartinMoizard )

FIXED

  • FIXED an issue (#288) rotation methods were called twice on iOS 8. (arielitovsky)
  • FIXED an issue (#348) where the drawer height was incorrectly set when using a dummy status bar.
  • FIXED an issue (#324) where we called removeFromParentViewController out of order. (long)
  • FIXED an issue (#306) where the podspec incorrectly caused a duplicate reference warning. (klundberg)