h5bp/html5-boilerplate
 Watch   
 Star   
 Fork   
2024-04-16 22:34:47
html5-boilerplate

Release v9.0.1

  • Fixed tests on Windows, adds Windows Testing Action #3110
  • Add og:image:alt for accessibility #3066
  • Upgrade to Gulp 5 #3100 #3105
  • ci: Use GITHUB_OUTPUT envvar instead of set-output command #3068
  • Readme and Changelog updates #3055 #3057 #3064
2023-12-07 00:25:21
html5-boilerplate

Release v9.0.0

  • Removing tile images #3023
  • Add Prettier #3011
  • Remove Modernizr #3002
  • Drop Normalize.css #2960
  • Create WebPack build to ship with the project #2650
  • Sets package to private by default #2888
  • Removes Babel and upgrades our gulpfile to use ES Modules #2831
  • Farewell Internet Explorer! #2773
  • Remove apache-server-configs/.htaccess #2779
  • Moving docs out of src and dist #2655
  • Replace Parcel with Webpack #2641
  • Add SVG Favicon #2554
  • Remove Google Analytics #2547
  • Rename master branch to main #2583
  • Remove humans.txt #2584
  • Add a template repository #2391
  • Remove plugins js #2346
  • Rename CSS file #2342 and JS file #2341
2020-06-05 01:31:25
html5-boilerplate
2020-06-04 21:03:30
html5-boilerplate
2020-06-03 09:53:15
html5-boilerplate
2019-11-20 02:43:13
html5-boilerplate

v7.3.0

  • Updated to Modernizr 3.8 (2b2bb45)
  • Updated to Gulp 4 (#2151)
  • Updated package.json (#2162) and enabled package-lock.json (abe2087),(#2145)
  • Remove redundant rules from .editorconfig (#2157)
  • Small docs maintenance updates (#2155), (#2164), (#2165), (#2167) & (#2168)
  • Bump lowest supported version of node to 8.x (#2142)
  • Remove .jscsrc config and remove gulp-jscs from package.json (#2153)
2019-06-05 00:42:45
html5-boilerplate

v7.2.0

2019-03-20 04:37:47
html5-boilerplate

v7.1.0

  • Update Modernizr to 3.7.1 (#2121)
  • Update Analytics docs and snippet (#2118)
  • Minor docs updates (#2115)
  • Minor devdeps updates (#2114)
  • More succinct way of writing the IE conditional statement (#2113)
2019-02-12 11:28:17
html5-boilerplate

v7.0.1

  • Bumps main.css to current version (#2112)
2019-02-09 05:08:33
html5-boilerplate

v7.0.0

These many and glorious things:

  • Drop support for IE9/IE10 (usage of these versions is tiny and Microsoft officially ended support back in 2016. (#2074)
  • Move the CSS to a separate repo (#2066)
  • Add theme-color meta tag to index.html (#2074)
  • Add 'install with yarn' steps to README (#2063)
  • Improved Webmanifest (#2060)
  • Upgrade Normalize to 8.0.1 (#2104)
  • Update .htaccess (#2110)
  • Remove instances of shrink-to-fit=no (#2103)
  • Removes "display": "standalone" from manifest (#2096)
  • Big Docs update - Fixed links, removed IE9/IE10 specific info, made touch icons section more concise, add details on security.txt and more tidying up (#2074, #2065, #2062)