All Versions
27
Latest Version
Avg Release Cycle
132 days
Latest Release
2227 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v4.0.1 Changes
October 20, 2012 -
v4.0.0 Changes
August 28, 2012- ๐ Improve the Apache compression configuration (#1012, #1173).
- โ Add a HiDPI example media query (#1127).
- โ Add bundled docs (#1154).
- โ Add MIT license (#1139).
- โก๏ธ Update to Normalize.css 1.0.1.
- Separate Normalize.css from the rest of the CSS (#1160).
- ๐ Improve
console.logprotection (#1107). - Replace hot pink text selection color with a neutral color.
- ๐ Change image replacement technique (#1149).
- Code format and consistency changes (#1112).
- ๐ Rename CSS file and rename JS files and subdirectories.
- โก๏ธ Update to jQuery 1.8 (#1161).
- โก๏ธ Update to Modernizr 2.6.1 (#1086).
- โ Remove uncompressed jQuery (#1153).
- โ Remove superfluous inline comments (#1150).
-
v3.0.2 Changes
February 19, 2012- โก๏ธ Update to Modernizr 2.5.3.
-
v3.0.1 Changes
February 08, 2012- โก๏ธ Update to Modernizr 2.5.2 (includes html5shiv 3.3).
-
v3.0.0 Changes
February 06, 2012- ๐ Improvements to
.htaccess. - ๐ Improve 404 design.
- Simplify JS folder structure.
- ๐ Change
htmlIE class names changed to target ranges rather than specific versions of IE. - โก๏ธ Update CSS to include latest normalize.css changes and better typographic defaults (#825).
- โก๏ธ Update to Modernizr 2.5 (includes yepnope 1.5 and html5shiv 3.2).
- โก๏ธ Update to jQuery 1.7.1.
- ๐ Revert to async snippet for the Google Analytics script.
- โ Remove the ant build script (#826).
- โ Remove Respond.js (#816).
- โ Remove the
demo/directory (#808). - โ Remove the
test/directory (#808). - โ Remove Google Chrome Frame script for IE6 users; replace with links to Chrome Frame and options for alternative browsers.
- โ Remove
initial-scale=1from the viewportmeta(#824). - โ Remove
deferfrom all scripts to avoid legacy IE bugs. - โ Remove explicit Site Speed tracking for Google Analytics. It's now enabled by default.
- ๐ Improvements to
-
v2.0.0 Changes
August 10, 2011- ๐ Change starting CSS to be based on normalize.css instead of reset.css (#500).
- โ Add Respond.js media query polyfill.
- โ Add Google Chrome Frame script prompt for IE6 users.
- ๐ป Simplify the
htmlconditional comments for modern browsers and add anoldieclass. - โก๏ธ Update clearfix to use "micro clearfix".
- โ Add placeholder CSS MQs for mobile-first approach.
- โ Add
textarea { resize: vertical; }to only allow vertical resizing. - โ Add
img { max-width: 100%; }to the print styles; prevents images being truncated. - โ Add Site Speed tracking for Google Analytics.
- โก๏ธ Update to jQuery 1.6.2 (and use minified by default).
- โก๏ธ Update to Modernizr 2.0 Complete, Production minified (includes yepnope, html5shiv, and Respond.js).
- ๐ Use
Modernizr.load()to load the Google Analytics script. - ๐ Much faster build process.
- โ Add build script options for CSSLint, JSLint, JSHint tools.
- ๐ Build script now compresses all images in subfolders.
- ๐ Build script now versions files by SHA hash.
- Many
.htaccessimprovements including: disable directory browsing, improved support for all versions of Apache, more robust and extensive HTTP compression rules. - โ Remove
handheld.cssas it has very poor device support. - โ Remove touch-icon
linkelements from the HTML and include improved touch-icon support. - โ Remove the cache-busting query parameters from files references in the HTML.
- โ Remove IE6 PNGFix.
-
v1.0.0 Changes
March 21, 2011- ๐ Rewrite build script to make it more customizable and flexible.
- โ Add a humans.txt.
- ๐ Numerous
.htaccessimprovements (including inline documentation). - ๐ง Move the alternative server configurations to the H5BP server configs repo.
- ๐ Use a protocol-relative url to reference jQuery and prevent mixed content warnings.
- โก๏ธ Optimize the Google Analytics snippet.
- โก๏ธ Use Eric Meyer's recent CSS reset update and the HTML5 Doctor reset.
- ๐
More robust
sub/supCSS styles. - โ Add keyboard
.focusablehelper class that extends.visuallyhidden. - ๐ Print styles no longer print hash or JavaScript links.
- โ Add a print reset for IE's proprietary filters.
- โ Remove IE9-specific conditional class on the
htmlelement. - โ Remove margins from lists within
navelements. - โ Remove YUI profiling.