Releases: h5bp/html5-boilerplate
Releases · h5bp/html5-boilerplate
v6.1.0
All this stuff!
Update Apache Server Configs to v3.0.0.
Migrate to eslint (#2037)
Update to jQuery 3.3.1 (#2018)
Update to Modernizr v3.6 and Normalize v8 (#2028)
Update Dev Dependencies (#2032) (#2017) (#2010) (#2009)
Replace 'node-sri' with 'ssri' (#2031)
Add .babelrc and .prettierrc to .gitattributes (#2030)
Update .htaccess (#2003)
Fixed JSHint errors (#1994)
Add CODE_OF_CONDUCT.md (#2011)
Update Documentation (#2029) (#2015) (#2007) (#2006) (#1996)
v6.0.1
v6.0.0
- Fix Bug: .visuallyhidden on macOS VO fixes #1985 (#1989)
- Adds web app manifest file (#1963)
- Update to jQuery 3.2.1 (#1942)
- Improve ::selection documentation which became confusing after c7057be (#1955)
- refactor(html): update browsehappy to https instead of http (#1952)
- Fix links to CONTRIBUTING.md (#1951)
- Adds .github folder and contents Fixes (#1948)
- Modernizr 3, modernizr.config and (#1940)
- Housekeeping by @coliff (#1968 #1969 #1965 #1964 #1958 #1957 #1956)
- Update .gitattributes for Web Projects (#1935)
- Add the link for useful .gitignore templates (#1936)
- Node plumbing updated (#1925) (#1928) (#1931)
- Use es2015 syntax in mocha tests (#1788)
- Scope :first-letter selector for print styles (#1904)
- Add SRI Hash for jQuery (#1904)
- Update .jshintrc (#1903)
- Improve accessibility with visuallyhidden content (#1900)
- Tell users that IE 8 and 9 are outdated
(#1747). - Removed IE8 Support (upgrades jQuery and normalize.css to latest)
(#1524). - Fix print styles for Internet Explorer 11
(#1799). - Update doc links to https
(#1889). - Delete crossdomain.xml
(#1881). - Adds pre-wrap to PRE
(#1742). - Change license format to SPDX format
(#1814). - Simplify the Google Analytics snippet using
async
&defer
(#1660).
v5.3.0
v5.2.0
v5.1.0
- Update Normalize.css to
v3.0.3
. - Use
https://
in the Google Universal Analytics snippet
(eee759b). - Remove the
visibility: hidden
declaration from.hidden
(#1663). - Use
<meta http-equiv="x-ua-compatible" content="ie=edge">
instead of<meta http-equiv="X-UA-Compatible" content="IE=edge">
(#1656). - Update Apache Server Configs to
v2.13.0
.
v5.0.0
- Update to jQuery 1.11.2.
- Update Apache Server Configs to v2.11.0.
- Rename Apple touch icon to
apple-touch-icon.png
and add
<link>
inindex.html
(#1622). - Add vertical centering for
iframe
(#1613). - Change the outdated browser prompt classname to
browserupgrade
(#1608). - Update to Normalize.css 3.0.2.
(#1050). - Update
apple-touch-icon-precomposed.png
and the "Apple touch
icons" related documentation
(#1599). - Add pseudo-elements to universal selector in print media query
(#1585). - Update to Modernizr 2.8.3.
- Remove need to readjust margins in
404.html
(#1567). - Add
/.editorconfig
file
(#1561,
#1564). - Add
auto
to the Google Universal Analytics tracker create method
(#1562). - Add
timeline
andtimelineEnd
to the list ofconsole
methods
(#1559). - Add
lang=""
to<html>
(#1542). - Use
<!doctype html>
instead of<!DOCTYPE html>
(#1522). - Add
/browserconfig.xml
file and tile images
(#1481). - Add
Disallow:
torobots.txt
(#1487). - Remove default foreground color from form elements
(#1390). - Remove default margin from print styles
(#1477). - Remove image replacement helper class
.ir
(#1472,
#1475). - Add vertical centering for
svg
(#1453). - Redesign 404 page
(#1443). - Remove IE 6/7 hacks from
main.css
(#1050). - Remove IE conditional classes
(#1187,
#1290).
v4.3.0
- Use one apple-touch-icon instead of six (#1367).
- Move font-related declarations from
body
tohtml
(#1411). - Update to Apache Server Configs 1.1.0.
- Add
initial-scale=1
to the viewportmeta
(#1398). - Vertical centering for audio-, canvas- and video-tags (#1326).
- Remove Google Chrome Frame related code (#1379, #1396).
- Update to Google Universal Analytics (#1347).
- Update to jQuery 1.10.2.
- Update to Normalize.css 1.1.3.