edits
[tools.git] / CHANGELOG.md
Maxious 1 ### HEAD
2
3 ### 4.0.0 (28 August, 2012)
4
5 * Improve the Apache compression configuration ([#1012](https://github.com/h5bp/html5-boilerplate/issues/1012), [#1173](https://github.com/h5bp/html5-boilerplate/issues/1173)).
6 * Add a HiDPI example media query ([#1127](https://github.com/h5bp/html5-boilerplate/issues/1127)).
7 * Add bundled docs ([#1154](https://github.com/h5bp/html5-boilerplate/issues/1154)).
8 * Add MIT license ([#1139](https://github.com/h5bp/html5-boilerplate/issues/1139)).
9 * Update to Normalize.css 1.0.1.
10 * Separate Normalize.css from the rest of the CSS ([#1160](https://github.com/h5bp/html5-boilerplate/issues/1160)).
11 * Improve `console.log` protection ([#1107](https://github.com/h5bp/html5-boilerplate/issues/1107)).
12 * Replace hot pink text selection color with a neutral color.
13 * Change image replacement technique ([#1149](https://github.com/h5bp/html5-boilerplate/issues/1149)).
14 * Code format and consistency changes ([#1112](https://github.com/h5bp/html5-boilerplate/issues/1112)).
15 * Rename CSS file and rename JS files and subdirectories.
16 * Update to jQuery 1.8 ([#1161](https://github.com/h5bp/html5-boilerplate/issues/1161)).
17 * Update to Modernizr 2.6.1 ([#1086](https://github.com/h5bp/html5-boilerplate/issues/1086)).
18 * Remove uncompressed jQuery ([#1153](https://github.com/h5bp/html5-boilerplate/issues/1153)).
19 * Remove superfluous inline comments ([#1150](https://github.com/h5bp/html5-boilerplate/issues/1150)).
20
21 ### 3.0.2 (February 19, 2012)
22
23 * Update to Modernizr 2.5.3.
24
25 ### 3.0.1 (February 08, 2012).
26
27 * Update to Modernizr 2.5.2 (includes html5shiv 3.3).
28
29 ### 3.0.0 (February 06, 2012)
30
31 * Improvements to `.htaccess`.
32 * Improve 404 design.
33 * Simplify JS folder structure.
34 * Change `html` IE class names changed to target ranges rather than specific versions of IE.
35 * Update CSS to include latest normalize.css changes and better typographic defaults ([#825](https://github.com/h5bp/html5-boilerplate/issues/825)).
36 * Update to Modernizr 2.5 (includes yepnope 1.5 and html5shiv 3.2).
37 * Update to jQuery 1.7.1.
38 * Revert to async snippet for the Google Analytics script.
39 * Remove the ant build script ([#826](https://github.com/h5bp/html5-boilerplate/issues/826)).
40 * Remove Respond.js ([#816](https://github.com/h5bp/html5-boilerplate/issues/816)).
41 * Remove the `demo/` directory ([#808](https://github.com/h5bp/html5-boilerplate/issues/808)).
42 * Remove the `test/` directory ([#808](https://github.com/h5bp/html5-boilerplate/issues/808)).
43 * Remove Google Chrome Frame script for IE6 users; replace with links to Chrome Frame and options for alternative browsers.
44 * Remove `initial-scale=1` from the viewport `meta` ([#824](https://github.com/h5bp/html5-boilerplate/issues/824)).
45 * Remove `defer` from all scripts to avoid legacy IE bugs.
46 * Remove explicit Site Speed tracking for Google Analytics. It's now enabled by default.
47
48 ### 2.0.0 (August 10, 2011)
49
50 * Change starting CSS to be based on normalize.css instead of reset.css ([#500](https://github.com/h5bp/html5-boilerplate/issues/500)).
51 * Add Respond.js media query polyfill.
52 * Add Google Chrome Frame script prompt for IE6 users.
53 * Simplify the `html` conditional comments for modern browsers and add an `oldie` class.
54 * Update clearfix to use "micro clearfix".
55 * Add placeholder CSS MQs for mobile-first approach.
56 * Add `textarea { resize: vertical; }` to only allow vertical resizing.
57 * Add `img { max-width: 100%; }` to the print styles; prevents images being truncated.
58 * Add Site Speed tracking for Google Analytics.
59 * Update to jQuery 1.6.2 (and use minified by default).
60 * Update to Modernizr 2.0 Complete, Production minified (includes yepnope, html5shiv, and Respond.js).
61 * Use `Modernizr.load()` to load the Google Analytics script.
62 * Much faster build process.
63 * Add build script options for CSSLint, JSLint, JSHint tools.
64 * Build script now compresses all images in subfolders.
65 * Build script now versions files by SHA hash.
66 * Many `.htaccess` improvements including: disable directory browsing, improved support for all versions of Apache, more robust and extensive HTTP compression rules.
67 * Remove `handheld.css` as it has very poor device support.
68 * Remove touch-icon `link` elements from the HTML and include improved touch-icon support.
69 * Remove the cache-busting query paramaters from files references in the HTML.
70 * Remove IE6 PNGFix.
71
72 ### 1.0.0 (March 21, 2011)
73
74 * Rewrite build script to make it more customizable and flexible.
75 * Add a humans.txt.
76 * Numerous `.htaccess` improvements (including inline documentation).
77 * Move the alternative server configurations to the H5BP server configs repo.
78 * Use a protocol-relative url to reference jQuery and prevent mixed content warnings.
79 * Optimize the Google Analytics snippet.
80 * Use Eric Meyer's recent CSS reset update and the HTML5 Doctor reset.
81 * More robust `sub`/`sup` CSS styles.
82 * Add keyboard `.focusable` helper class that extends `.visuallyhidden`.
83 * Print styles no longer print hash or JavaScript links.
84 * Add a print reset for IE's proprietary filters.
85 * Remove IE9-specific conditional class on the `html` element.
86 * Remove margins from lists within `nav` elements.
87 * Remove YUI profiling.
88