Skip to content
necolas edited this page Feb 3, 2012 · 9 revisions

Changelog

3.0 (coming soon)

  • The ant build script is removed by default. It has moved to a separate repo - ant-build-script - and its wiki contains instructions on how to merge it into your HTML5 Boilerplate clone.
  • The CSS is updated to reflect recent additions to normalize.css and to provide better typography defaults.
  • Google Chrome Frame is no longer prompted by a script. IE6 users are served links to install Chrome Frame or visit Browse Happy to choose an alternative browser.
  • The viewport meta is no longer included initial-scale=1. This prevents iOS scaling bugs.
  • Improved 404 design.
  • Updated to Modernizr 2.5
  • Updated to jQuery 1.7.1
  • Respond.js has been removed. The appropriate development strategy (or "mobile first" solution) is left up to developers to assess based on their project's needs. Worth reading the long discussion about this issue.
  • Simplified JS folder structure.
  • Improved .htaccess
  • Simplified the project by removing the /test directory.
  • html IE class names changed to fall-back rather than targetting specific versions.
  • Google Analytics script is once again inserted using the optimized asynchronous snippet rather than Modernizr.load.
  • Removes defer from all scripts to avoid legacy IE bugs.
Clone this wiki locally