Skip to content

Latest commit

 

History

History
79 lines (54 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

79 lines (54 loc) · 3.24 KB

###v1.6.3 (4th May 2014)

  • Upgraded to version prev3.7.2 of the HTML5 Shiv
  • Upgraded to version 1.1.3 of normalize-legacy.css and v3.0.1 of normalize.css
  • Removed Google Analytics code
  • Added basic bower support

###v1.6.2 (30th June 2013)

  • Renamed index.html to main-template.html
  • Moved all HTML5 multimedia related files into multimedia sub-directory
  • 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
  • Changed doctype back to DOCTYPE (simply because I prefer it that way)

###v1.6.1 (8th April 2013)

  • Added some extra element placement advice
  • Changed "click" events on Android event handlers to "touchstart"
  • Updated Flash fallback for audio files
  • Upgraded to latest versions of Normalize.css (v2.1.1 and v1.1.1 for legacy)
  • The "click" event handlers are only necessary for pre Android 4 devices, so the JavaScript for that has been changed
  • The Flash Player used for the fallback video and audio is actually from JW Player
  • Some minor comment changes

###v1.6.0 (7th March 2013)

###v1.5.0 (27th January 2013)

  • Added template for HTML5 video with subtitles
  • Added default CSS link styling for accessibility
  • Upgraded normalize-legacy.css to v1.1.0

###v1.4.1 (21st January 2013)

  • Upgraded to normalize.css v2.1.0 (which includes the main element)
  • 2012 -> 2013 in index.html comments

###v1.4.0 (20th January 2013)

  • Added main element
  • Changed DOCTYPE to doctype

###v1.3.2 (9th January 2013)

  • Updated version of html5shiv-printshiv.js in preparation for future inclusion of the element
  • Added option to use normalize-legacy.css for older browser support

###v1.3.1 (4th January 2013)

  • Added cutdown "bare bones" template file for pedants
  • Removed superfluous htmlshiv.js file

###v1.3.0 (1st January 2013)

  • Added commented HTML5 audio template file
  • Added changelog
  • Added JavaScript for Android video play to HTML5 video template file
  • Fixed incorrect closing section tag in index-no-comments.html

###v1.2.0 (31st December 2012)

  • Added cutdown, no comments version of index.html #2
  • Replaced Google Analytics script with Mathias Bynens' optimised version #8
  • Removed redundant html5shiv.js file #4
  • Added MIT licence #6
  • Removed XHTML self-closing tag slashes #5
  • Added comments on origin of Google Video Player SWF file #3

###v1.1.0 (20th December 2012)

  • Added commented HTML5 video template file

###v1.0.2 (19th December 2012)

  • Extra comments added to index.html
  • Google Analytics moved to bottom of template #1