HeadJS v1.0.0 Released (04 Nov 2013)
It’s finally time for a v1 release !
First let me say that this release is way past due, so thank’s to all that reported features requests and bugs to the issue tracker !
Also, no fear, this release is drop in compatible with previous versions.
So what’s changed in v1 ?
- New: Detect Windows 8 Mobile (Surface RT/Pro), IE11, Kindle, and other Android devices
- New: Add Browser & Version CSS no matter what browser breakpoints are configured
- Example: .ff .ff20
- There is no need to cycle through all browser versions in 90% of cases
- Makes it possible to work without any breakpoints at all
- New: Improved CSS Router
- View: https://github.com/headjs/headjs/issues/227
- New: Added “main” HTML5 element to shim
- New: Enable/Disable HTML5 Shim in head_conf
- New: Load files from Array of Files or Array of Labels
- New: Possibility to wait for multiple labels or files
- New: Load file via data attribute on HeadJS script tag
- New: Source map files have been added for all minified JS files
- Fix: Prevent loading empty strings
- Fix: CSS classes getting bigger on successive resizes under Chrome
- Fix: Invalid regular expression for CSS detection
- Fix: callback failing to trigger under certain cirumstances
- Divers: Changed window.frameElement detection
- Divers: Cleaned up a bunch of syntaxt to conform to JSHint
- Easier to find quirks
- Now using a very strict .jshintrc
- Divers: Added missing .gitattributes
Show Comments