diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ad6b1d8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# 0.1.1 +- Clean up repo + +# 0.1.0 +- After some bug fixes it finally works down to IE5.5 on the desktop and Opera Mini on mobile!! +- Also, I removed the dependency on jQuery. +- Now resizes correctly right after page load. +- Media query support!! (rudimentary, but check out the new demo!) +- Right now, media queries only apply to rules with vw,vh/vmin units. Other rules won't be applied just yet. More to come... diff --git a/LICENSE b/LICENSE index 63e27f8..f475d83 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2010-2014 Sebastian E. Ferreyra Pons +Copyright (c) 2010-2016 Sebastian E. Ferreyra Pons Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/README.md b/README.md index f674b40..a008fd6 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,22 @@ -vminpoly -======== +
+ Viewport units for old browsers +
-Simple online [demo](http://saabi.github.com/vminpoly) right here. A more sophisticated [responsive demo](http://saabi.github.com/vminpoly/demo2.html) demonstrating vw/vh/vmin units along with *media queries*, working right down to IE5.5 on the desktop and Opera Mini on mobiles!! (In Opera Mini the browser must be refreshed after changing phone orientations as it appears it doesn't trigger the window resize event) +### Installation +Just include [vminpoly.dist.min.js](vminpoly.dist.min.js) before the `