Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 875 Bytes

CHANGELOG.md

File metadata and controls

23 lines (15 loc) · 875 Bytes

CHANGELOG

1.3.0

  • Add two new options: turbo_classes_reflow and turbo_classes_reflow_limits for enabling layout reflow on PC devices when using turbo_classes
  • Add two new callback functions: onTurboClassReflow, onTurboClassReflowIn, and onTurboClassReflowOut
  • Solve issue with $ is undefined fatal error when JQuery is in noConflict mode

1.2.0

  • Solve issue with force_dip option not working with breakpoints
  • Solve issue with orientation status updates when soft-keyboard is initialized on certain mobile devices
  • Solve issue with turbo_classes not being fired when breakpoints do not match

1.1.0

  • Solve Fatal Error and Storage Issue when using Private Browsing on iOS
  • Add Modularity Feature
  • Update Tablet Detection Feature for even Better Detection of Tablet Devices (especially for Android)

1.0.0

  • Initial Release