- Restive.js header text addition
- Final script update before rScript migration
- Restive.js header text addition
- Update private browsing detection
- Update user agent string regular expression in getUserAgent method of Restive class
- Fix issue with turbo classes outputting function code with class names
- Fix issue with incomplete class additions when using multiple constructors
- Add additional viewport width test to better segment Windows Phones from Tablets
- Update similar viewport width test for Android to fix device class switching error
- Fix issue where onAddClass callback fires of each resize event
- Add two new options:
turbo_classes_reflow
andturbo_classes_reflow_limits
for enabling layout reflow on PC devices when usingturbo_classes
- Add two new callback functions:
onTurboClassReflow
,onTurboClassReflowIn
, andonTurboClassReflowOut
- Solve issue with
$ is undefined
fatal error when JQuery is in noConflict mode
- Solve issue with
force_dip
option not working withbreakpoints
- Solve issue with orientation status updates when soft-keyboard is initialized on certain mobile devices
- Solve issue with
turbo_classes
not being fired whenbreakpoints
do not match
- 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)
- Initial Release