Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Latest commit

 

History

History
54 lines (33 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 2.54 KB

Changelog

1.0.9

  • Fix IE9 throwing error not implemented when using @import rule with an url #159

1.0.8 - 2015-06-08

Changes:

  • Convert all exposed to camelCase notation, underscore notation is now deprecated
  • Expose recreateColumns function to allow column recreation (from pull request #78 by @skakri)
  • Expose rescanMediaQueries function to check all styles for new definitions

Fixed bugs:

  • Fix IE 11 DocumentFragment bug (from pull request #72 by @rnzo)
  • Fix reading of empty css files #84 (from pull request #85 by @francescostella)
  • @import statements no longer lead to errors #108 (from pull request #118 by @hbi99)
  • <style>-Tags without type="text/css" are now parsed #73, #138
  • Fix grid setting obtaining on older android browsers (from pull request #103 by @yamaha252)
  • Interate over any interatable elements passed to appendElements #115 (from pull request #111 by @benjibee)

1.0.7 - 2014-03-13

  • Fixes append_elements bug for empty grids #67.

1.0.6 - 2014-03-10

1.0.5 - 2014-02-26

  • Fixes Chrome Canary bug (#40 and #38)

1.0.4 - 2013-11-20

  • Fixes error regarding JS API

1.0.3 - 2013-11-20

  • Fixes register_grid is not defined error

1.0.2 - 2013-11-17

  • Source code rewritten in JS (previously CoffeeScript) for easier contribution!

1.0.1 - 2013-09-06

  • Fix column rearrangement on window resize. (#9)

1.0.0 - 2013-07-25

  • First release.