Skip to content

Commit 15fb808

Browse files
committed
chore(build): bumping to version 0.6.2
1 parent 19d6698 commit 15fb808

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ window.addEventListener('viewport-unit-buggyfill-style', function() {
145145

146146
## Changelog
147147

148+
### 0.6.2 (July 21st 2017) ###
149+
150+
* allow appending generated CSS to `<body>` - [#84](https://github.com/rodneyrehm/viewport-units-buggyfill/pull/84)
151+
* do not break URLs when replacing viewport units - [#78](https://github.com/rodneyrehm/viewport-units-buggyfill/pull/78)
152+
* wrapping everything in an IIFE - [#80](https://github.com/rodneyrehm/viewport-units-buggyfill/issues/80)
153+
148154
### 0.6.1 (March 16th 2017) ###
149155

150156
* fixing UA sniffing for IE10 - [#69](https://github.com/rodneyrehm/viewport-units-buggyfill/issue/69), [#68](https://github.com/rodneyrehm/viewport-units-buggyfill/issue/68)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "viewport-units-buggyfill",
33
"description": "Making viewport units (vh|vw|vmin|vmax) work properly in older WebKit and Trident",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"main": [
66
"./viewport-units-buggyfill.js",
77
"./viewport-units-buggyfill.hacks.js"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "viewport-units-buggyfill",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"title": "Viewport Units Buggyfill for Mobile Safari",
55
"description": "Making viewport units (vh|vw|vmin|vmax) work properly in older WebKit and Trident",
66
"homepage": "http://github.com/rodneyrehm/viewport-units-buggyfill/",

viewport-units-buggyfill.hacks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* viewport-units-buggyfill.hacks v0.6.1
2+
* viewport-units-buggyfill.hacks v0.6.2
33
* @web: https://github.com/rodneyrehm/viewport-units-buggyfill/
44
* @author: Zoltan Hawryluk - http://www.useragentman.com/
55
*/

viewport-units-buggyfill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* viewport-units-buggyfill v0.6.1
2+
* viewport-units-buggyfill v0.6.2
33
* @web: https://github.com/rodneyrehm/viewport-units-buggyfill/
44
* @author: Rodney Rehm - http://rodneyrehm.de/en/
55
*/

0 commit comments

Comments
 (0)