Skip to content

Commit

Permalink
header fix + transition update
Browse files Browse the repository at this point in the history
  • Loading branch information
Obinwanne Hill committed Sep 1, 2016
1 parent 96c51ca commit 04690df
Show file tree
Hide file tree
Showing 7 changed files with 6,352 additions and 7,235 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
@@ -1,4 +1,8 @@
# CHANGELOG

## 1.3.7
- Restive.js header text addition
- Final script update before [rScript](http://www.rscript.io) migration

## 1.3.6
- Update private browsing detection
Expand All @@ -14,13 +18,13 @@

## 1.3.2
- 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
- Update similar viewport width test for Android to fix device class switching error



## 1.3.1
- Fix issue where onAddClass callback fires of each resize event
- Fix issue where onAddClass callback fires of each resize event


## 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`
Expand All @@ -30,7 +34,7 @@
## 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
- Solve issue with `turbo_classes` not being fired when `breakpoints` do not match


## 1.1.0
Expand All @@ -40,4 +44,4 @@


## 1.0.0
- Initial Release
- Initial Release
1,004 changes: 57 additions & 947 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bower.json
@@ -1,11 +1,11 @@
{
"name": "restive",
"version": "1.3.6",
"version": "1.3.7",
"homepage": "https://github.com/obihill/restive.js",
"authors": [
"Obinwanne Hill <ohill@restive.io>"
],
"description": "Restive.JS is a Responsive + Adaptive Web Design and Development Framework.",
"description": "Restive.JS is a designer-friendly jQuery toolkit for responsive Web design.",
"dependencies": {
"jquery": ">=1.7"
},
Expand Down
3 changes: 3 additions & 0 deletions dist/restive.min.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions restive.jquery.json
@@ -1,7 +1,7 @@
{
"name": "restive",
"version": "1.3.6",
"title": "Restive.JS",
"version": "1.3.7",
"title": "Restive.js",
"author": {
"name": "Obinwanne Hill",
"email": "ohill@restive.io",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"jquery": ">=1.7.1"
},
"description": "jQuery plugin for helping Web Designers easily add Responsive + Adaptive Features to their Web Sites. * User-friendly - Set up advanced responsive and adaptive features easily and intuitively. * Versatile - Easily detect and target multiple form factors and platforms. *Powerful - Numerous advanced features and combinations available. ",
"description": "a designer-friendly jQuery toolkit for responsive Web design. restive.js helps Web designers and developers build mobile-friendly and/or responsive Web pages. * Designer-friendly - Less JavaScript, more CSS. * Versatile - Easily detect and target multiple form factors and platforms. *Powerful - Numerous advanced features and combinations available. ",
"keywords": [
"restive",
"restive.js",
Expand All @@ -33,8 +33,8 @@
"plugin"
],
"homepage": "http://www.restivejs.com",
"docs": "http://docs.restivejs.com",
"demo": "http://www.restivejs.com/demo.html",
"docs": "http://www.restivejs.com/docs",
"demo": "http://www.restivejs.com",
"download": "https://github.com/obihill/restive.js",
"bugs": "https://github.com/obihill/restive.js/issues",
"maintainers": [
Expand Down
2 changes: 0 additions & 2 deletions restive.min.js

This file was deleted.

0 comments on commit 04690df

Please sign in to comment.