- Fix IE9 throwing error
not implemented
when using@import
rule with an url #159
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 withouttype="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)
- Fixes append_elements bug for empty grids #67.
- Fixes append_elements bug #59. (from pull request #62 by @jlawrence-yellostudio)
- Fixes error regarding JS API
- Fixes
register_grid is not defined
error
- Source code rewritten in JS (previously CoffeeScript) for easier contribution!
- Fix column rearrangement on window resize. (#9)
- First release.