Skip to content

Commit

Permalink
version bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Dec 23, 2014
1 parent 38fb125 commit 541472f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
6 changes: 2 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ In CSS you can declare fallbacks to be used by the buggyfill's hacks:

## Changelog

### master (will become 0.5.0) ###
### 0.5.0 (December 23rd 2014) ###

**WARNING: Breaking Changes**
**WARNING: Breaking Changes** (and a Merry Christmas to you, too :)

* not engaging the buggyfill on iOS8+ anymore ([#19](https://github.com/rodneyrehm/viewport-units-buggyfill/issues/19), [#23](https://github.com/rodneyrehm/viewport-units-buggyfill/issues/23), [#27](https://github.com/rodneyrehm/viewport-units-buggyfill/issues/27))
* also engaging buggyfill for WebViews in <iOS8 ([#30](https://github.com/rodneyrehm/viewport-units-buggyfill/issues/30))
Expand All @@ -131,8 +131,6 @@ In CSS you can declare fallbacks to be used by the buggyfill's hacks:
* adding IE11 to the list to fix its `vmax` support ([#31](https://github.com/rodneyrehm/viewport-units-buggyfill/pull/31))
* adding `<link rel="…" data-viewport-units-buggyfill="ignore">` to prevent specific style sheets from being processed (suggested in [#11](https://github.com/rodneyrehm/viewport-units-buggyfill/pull/11))



### 0.4.1 (September 8th 2014) ###

* fixing `bower.json` (… narf)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "viewport-units-buggyfill",
"description": "Making viewport units (vh|vw|vmin|vmax) work properly in older WebKit and Trident",
"version": "0.4.2",
"version": "0.5.0",
"main": [
"./viewport-units-buggyfill.js",
"./viewport-units-buggyfill.hacks.js"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "viewport-units-buggyfill",
"version": "0.4.2",
"version": "0.5.0",
"title": "Viewport Units Buggyfill for Mobile Safari",
"description": "Making viewport units (vh|vw|vmin|vmax) work properly in older WebKit and Trident",
"homepage": "http://github.com/rodneyrehm/viewport-units-buggyfill/",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"jshint-stylish": "~0.1.5",
"grunt": "~0.4.2",
"grunt": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0"
}
}
2 changes: 1 addition & 1 deletion viewport-units-buggyfill.hacks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* viewport-units-buggyfill.hacks v0.4.2
* viewport-units-buggyfill.hacks v0.5.0
* @web: https://github.com/rodneyrehm/viewport-units-buggyfill/
* @author: Zoltan Hawryluk - http://www.useragentman.com/
*/
Expand Down
4 changes: 2 additions & 2 deletions viewport-units-buggyfill.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* viewport-units-buggyfill v0.4.2
* viewport-units-buggyfill v0.5.0
* @web: https://github.com/rodneyrehm/viewport-units-buggyfill/
* @author: Rodney Rehm - http://rodneyrehm.de/en/
*/
Expand Down Expand Up @@ -395,7 +395,7 @@
}

return {
version: '0.4.2',
version: '0.5.0',
findProperties: findProperties,
getCss: getReplacedViewportUnits,
init: initialize,
Expand Down

0 comments on commit 541472f

Please sign in to comment.