|
| 1 | +###v1.7.0 (24th April 2016) |
| 2 | + |
| 3 | +- Added `<address>` to examples |
| 4 | +- Updated to v4.1.1 of `normalize.css` |
| 5 | +- Updated to v3.7.3 of HTML5 Shiv |
| 6 | +- Styled code in changelog |
| 7 | + |
1 | 8 | ###v1.6.5 (17th January 2016)
|
2 | 9 |
|
3 | 10 | - Updated sample footer copyright date to 2016
|
4 | 11 |
|
5 | 12 | ###v1.6.4 (10th January 2015)
|
6 | 13 |
|
7 |
| -- Upgraded to v3.0.2 of normalize.css |
| 14 | +- Upgraded to v3.0.2 of `normalize.css` |
8 | 15 | - Updated sample footer copyright date to 2015
|
9 | 16 | - Converted tabs to spaces in code indentation
|
10 | 17 |
|
11 | 18 | ###v1.6.3 (4th May 2014)
|
12 | 19 |
|
13 | 20 | - Upgraded to version prev3.7.2 of the HTML5 Shiv
|
14 |
| -- Upgraded to version 1.1.3 of normalize-legacy.css and v3.0.1 of normalize.css |
| 21 | +- Upgraded to version 1.1.3 of `normalize-legacy.css` and v3.0.1 of `normalize.css` |
15 | 22 | - Removed Google Analytics code
|
16 | 23 | - Added basic bower support
|
17 | 24 |
|
18 | 25 | ###v1.6.2 (30th June 2013)
|
19 | 26 |
|
20 |
| -- Renamed index.html to main-template.html |
| 27 | +- Renamed `index.html` to `main-template.html` |
21 | 28 | - Moved all HTML5 multimedia related files into multimedia sub-directory
|
22 |
| -- Renamed index-bare-bones.html to main-template-bare-bones.html and index-no-coments.html to main-template-no-comments.html. These were also moved into the clean-templates sub-directory |
23 |
| -- Changed doctype back to DOCTYPE (simply because I prefer it that way) |
| 29 | +- Renamed `index-bare-bones.html` to `main-template-bare-bones.html` and `index-no-coments.html` to `main-template-no-comments.html`. These were also moved into the `clean-templates` sub-directory |
| 30 | +- Changed `doctype` back to `DOCTYPE` (simply because I prefer it that way) |
24 | 31 |
|
25 | 32 | ###v1.6.1 (8th April 2013)
|
26 | 33 |
|
27 |
| -- Added some extra <nav> element placement advice |
28 |
| -- Changed "click" events on Android event handlers to "touchstart" |
| 34 | +- Added some extra `<nav>` element placement advice |
| 35 | +- Changed `click` events on Android event handlers to `touchstart` |
29 | 36 | - Updated Flash fallback for audio files
|
30 |
| -- Upgraded to latest versions of Normalize.css (v2.1.1 and v1.1.1 for legacy) |
31 |
| -- The "click" event handlers are only necessary for pre Android 4 devices, so the JavaScript for that has been changed |
| 37 | +- Upgraded to latest versions of `normalize.css` (v2.1.1 and v1.1.1 for legacy) |
| 38 | +- The `click` event handlers are only necessary for pre Android 4 devices, so the JavaScript for that has been changed |
32 | 39 | - The Flash Player used for the fallback video and audio is actually from [JW Player](http://www.longtailvideo.com/jw-player/)
|
33 | 40 | - Some minor comment changes
|
34 | 41 |
|
|
41 | 48 |
|
42 | 49 | - Added template for HTML5 video with subtitles
|
43 | 50 | - Added default CSS link styling for accessibility
|
44 |
| -- Upgraded normalize-legacy.css to v1.1.0 |
| 51 | +- Upgraded `normalize-legacy.css` to v1.1.0 |
45 | 52 |
|
46 | 53 | ###v1.4.1 (21st January 2013)
|
47 | 54 |
|
48 |
| -- Upgraded to normalize.css [v2.1.0](https://github.com/necolas/normalize.css/blob/v2.1.0/CHANGELOG.md) (which includes the main element) |
49 |
| -- 2012 -> 2013 in index.html comments |
| 55 | +- Upgraded to `normalize.css` [v2.1.0](https://github.com/necolas/normalize.css/blob/v2.1.0/CHANGELOG.md) (which includes the main element) |
| 56 | +- 2012 -> 2013 in `index.html` comments |
50 | 57 |
|
51 | 58 | ###v1.4.0 (20th January 2013)
|
52 | 59 |
|
53 |
| -- Added main element |
54 |
| -- Changed DOCTYPE to doctype |
| 60 | +- Added `<main>` element |
| 61 | +- Changed `DOCTYPE` to `doctype` |
55 | 62 |
|
56 | 63 | ###v1.3.2 (9th January 2013)
|
57 | 64 |
|
58 |
| -- Updated version of html5shiv-printshiv.js in preparation for future inclusion of the <main> element |
59 |
| -- Added option to use normalize-legacy.css for older browser support |
| 65 | +- Updated version of `html5shiv-printshiv.js` in preparation for future inclusion of the `<main>` element |
| 66 | +- Added option to use `normalize-legacy.css` for older browser support |
60 | 67 |
|
61 | 68 | ###v1.3.1 (4th January 2013)
|
62 | 69 |
|
63 | 70 | - Added cutdown "bare bones" template file for pedants
|
64 |
| -- Removed superfluous htmlshiv.js file |
| 71 | +- Removed superfluous `htmlshiv.js` file |
65 | 72 |
|
66 | 73 | ###v1.3.0 (1st January 2013)
|
67 | 74 |
|
68 | 75 | - Added commented HTML5 audio template file
|
69 | 76 | - Added changelog
|
70 | 77 | - Added JavaScript for Android video play to HTML5 video template file
|
71 |
| -- Fixed incorrect closing section tag in index-no-comments.html |
| 78 | +- Fixed incorrect closing section tag in `index-no-comments.html` |
72 | 79 |
|
73 | 80 | ###v1.2.0 (31st December 2012)
|
74 | 81 |
|
75 |
| -- Added cutdown, no comments version of index.html [#2](https://github.com/iandevlin/html5bones/issues/2) |
| 82 | +- Added cutdown, no comments version of `index.html` [#2](https://github.com/iandevlin/html5bones/issues/2) |
76 | 83 | - Replaced Google Analytics script with Mathias Bynens' optimised version [#8](https://github.com/iandevlin/html5bones/issues/8)
|
77 |
| -- Removed redundant html5shiv.js file [#4](https://github.com/iandevlin/html5bones/issues/4) |
| 84 | +- Removed redundant `html5shiv.js` file [#4](https://github.com/iandevlin/html5bones/issues/4) |
78 | 85 | - Added MIT licence [#6](https://github.com/iandevlin/html5bones/issues/6)
|
79 | 86 | - Removed XHTML self-closing tag slashes [#5](https://github.com/iandevlin/html5bones/issues/5)
|
80 | 87 | - Added comments on origin of Google Video Player SWF file [#3](https://github.com/iandevlin/html5bones/issues/3)
|
|
85 | 92 |
|
86 | 93 | ###v1.0.2 (19th December 2012)
|
87 | 94 |
|
88 |
| -- Extra comments added to index.html |
89 |
| -- Google Analytics moved to bottom of template [#1](https://github.com/iandevlin/html5bones/issues/1) |
| 95 | +- Extra comments added to `index.html` |
| 96 | +- Google Analytics moved to bottom of template [#1](https://github.com/iandevlin/html5bones/issues/1) |
0 commit comments