Releases: rodneyrehm/viewport-units-buggyfill
Releases · rodneyrehm/viewport-units-buggyfill
v0.6.2 (July 21st 2017)
v0.6.1 (March 16th 2017)
v0.6.0 (March 19th 2016)
v0.5.5 (August 21st 2015)
- adding events
viewport-unit-buggyfill-init
andviewport-unit-buggyfill-style
(#63 by redaxmedia, #62)
v0.5.4 (July 15th 2015)
- changing Internet Explorer detection from Conditional Comments to UA sniffing - (#57 by dillonlucente, #43, #40)
v0.5.3 (April 21st 2015)
- fixing CORS importer to respect
data-viewport-units-buggyfill="ignore"
(#48)
v0.5.2 (April 5th 2015)
- fixing init for IE8 and below to avoid exception due to bad CSSOM (#46, #47 by zoltan-dulac)
v0.5.1 (March 10th 2015)
v0.5.0 (December 23rd 2014)
WARNING: Breaking Changes (and a Merry Christmas to you, too :)
- not engaging the buggyfill on iOS8+ anymore (#19, #23, #27)
- also engaging buggyfill for WebViews in <iOS8 (#30)
- fixing stock Android browser behavior of viewport units when changing breakpoints
- fixing
content
hack breaking in Opera Mini (because it actually inlines the content everywhere) - fixing
rule.cssText
throwing an Error in IE (not reproducible, whatever) #21) - remove separate CSS content and behavior hacks and merge them into one. This is a backward compatibility breaking change! The only acceptable way to specify viewport-unit rules to a non-supporting browser now is
content: "viewport-units-buggyfill; width: 20vw;"
(#20, #25) - removing need for initialization options
behaviorHack
andcontentHack
, passinghacks
will suffice (#20, #25) - adding IE11 to the list to fix its
vmax
support (#31) - adding
<link rel="…" data-viewport-units-buggyfill="ignore">
to prevent specific style sheets from being processed (suggested in #11)
v0.4.1 (September 8th 2014)
- fixing
bower.json
(… narf)