Skip to content

Releases: rodneyrehm/viewport-units-buggyfill

v0.6.2 (July 21st 2017)

21 Jul 06:56
15fb808
Compare
Choose a tag to compare
  • allow appending generated CSS to <body> - #84
  • do not break URLs when replacing viewport units - #78
  • wrapping everything in an IIFE - #80

v0.6.1 (March 16th 2017)

16 Mar 08:47
13ebe02
Compare
Choose a tag to compare

v0.6.0 (March 19th 2016)

16 Mar 08:46
Compare
Choose a tag to compare
  • enabling the buggyfill for iOS 8 and iOS 9 - #67, #35
  • enabling the buggyfill for Microsoft Edge, as it still does not understand vmax - #60
  • adding init option ignoreVmax to prevent IE9+ from engaging the hack - #56
  • fixing foreign origin access violation in Internet Explorer - #61, #38

v0.5.5 (August 21st 2015)

21 Aug 12:33
Compare
Choose a tag to compare
  • adding events viewport-unit-buggyfill-init and viewport-unit-buggyfill-style (#63 by redaxmedia, #62)

v0.5.4 (July 15th 2015)

15 Jul 16:31
Compare
Choose a tag to compare
  • changing Internet Explorer detection from Conditional Comments to UA sniffing - (#57 by dillonlucente, #43, #40)

v0.5.3 (April 21st 2015)

21 Apr 12:31
Compare
Choose a tag to compare
  • fixing CORS importer to respect data-viewport-units-buggyfill="ignore" (#48)

v0.5.2 (April 5th 2015)

05 Apr 12:10
Compare
Choose a tag to compare
  • fixing init for IE8 and below to avoid exception due to bad CSSOM (#46, #47 by zoltan-dulac)

v0.5.1 (March 10th 2015)

10 Mar 14:53
Compare
Choose a tag to compare
  • fixing generated <style> element to maintain highest precedence (#36)
  • fixing the preservation of !important rules (#44, #45 by mderazon)

v0.5.0 (December 23rd 2014)

23 Dec 11:09
Compare
Choose a tag to compare

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 and contentHack, passing hacks 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)

08 Sep 18:33
Compare
Choose a tag to compare
  • fixing bower.json (… narf)