Skip to content

Commit e1c4afe

Browse files
authored
Merge pull request #2169 from h5bp/release/ship-v7.3.0
Release/ship v7.3.0
2 parents c6872a5 + 106a575 commit e1c4afe

14 files changed

+1651
-948
lines changed

CHANGELOG.md

+21-14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 7.3.0 (November 19, 2019)
2+
* Updated to Modernizr 3.8 ([2b2bb45](https://github.com/h5bp/html5-boilerplate/commit/2b2bb453916b4b09a6f0929340290dc2505f7ce9))
3+
* Updated to Gulp 4 ([#2151](https://github.com/h5bp/html5-boilerplate/pull/2151))
4+
* Updated package.json ([#2162](https://github.com/h5bp/html5-boilerplate/pull/#2162)) and enabled package-lock.json ([abe2087](https://github.com/h5bp/html5-boilerplate/commit/abe20877fdb569c84aa0a1f8ae12c51c51e41250)),([#2145](https://github.com/h5bp/html5-boilerplate/pull/#2145))
5+
* Remove redundant rules from .editorconfig ([#2157](https://github.com/h5bp/html5-boilerplate/pull/2157))
6+
* Small docs maintenance updates ([#2155](https://github.com/h5bp/html5-boilerplate/pull/2155)), ([#2164](https://github.com/h5bp/html5-boilerplate/pull/2164)), ([#2165](https://github.com/h5bp/html5-boilerplate/pull/2165)), ([#2167](https://github.com/h5bp/html5-boilerplate/pull/2167)) & ([#2168](https://github.com/h5bp/html5-boilerplate/pull/2168))
7+
* Bump lowest supported version of node to 8.x ([#2142](https://github.com/h5bp/html5-boilerplate/pull/2142))
8+
* Remove .jscsrc config and remove gulp-jscs from package.json ([#2153](https://github.com/h5bp/html5-boilerplate/pull/2153))
9+
110
### 7.2.0 (June 4, 2019)
211

312
* Remove `defer` from Google Analytics snippet ([#2132](https://github.com/h5bp/html5-boilerplate/pull/2132))
@@ -36,30 +45,28 @@
3645
* [Update Apache Server Configs to `v3.0.0`.](https://github.com/h5bp/html5-boilerplate/pull/2042)
3746
* Migrate to eslint ([#2037](https://github.com/h5bp/html5-boilerplate/pull/2037))
3847
* Update to jQuery 3.3.1 ([#2018](https://github.com/h5bp/html5-boilerplate/pull/2018))
39-
* Update to Modernizr v3.6 and Normalize v8 ([#2028](https://github.com/h5bp/html5-boilerplate/pull/2028))
48+
* Update to Modernizr v3.6 and Normalize v8 ([#2028](https://github.com/h5bp/html5-boilerplate/pull/2028))
4049
* Update Dev Dependencies ([#2032](https://github.com/h5bp/html5-boilerplate/pull/2032)) ([#2017](https://github.com/h5bp/html5-boilerplate/pull/2017)) ([#2010](https://github.com/h5bp/html5-boilerplate/pull/2010)) ([#2009](https://github.com/h5bp/html5-boilerplate/pull/2009))
4150
* Replace 'node-sri' with 'ssri' ([#2031](https://github.com/h5bp/html5-boilerplate/pull/2031))
4251
* Add .babelrc and .prettierrc to .gitattributes ([#2030](https://github.com/h5bp/html5-boilerplate/pull/2030))
4352
* Update .htaccess ([#2003](https://github.com/h5bp/html5-boilerplate/pull/2003))
44-
* Fixed JSHint errors ([#1994](https://github.com/h5bp/html5-boilerplate/pull/1994))
53+
* Fixed JSHint errors ([#1994](https://github.com/h5bp/html5-boilerplate/pull/1994))
4554
* Add CODE_OF_CONDUCT.md ([#2011](https://github.com/h5bp/html5-boilerplate/pull/2011))
4655
* Update Documentation ([#2029](https://github.com/h5bp/html5-boilerplate/pull/2029)) ([#2015](https://github.com/h5bp/html5-boilerplate/pull/2015)) ([#2007](https://github.com/h5bp/html5-boilerplate/pull/2007)) ([#2006](https://github.com/h5bp/html5-boilerplate/pull/2006)) ([#1996](https://github.com/h5bp/html5-boilerplate/pull/1996))
4756

48-
4957
### 6.0.1 (August 20, 2017)
5058

5159
* Reverts .visuallyhidden (see [#1985](https://github.com/h5bp/html5-boilerplate/issues/1985))
5260

53-
5461
### 6.0.0 (August 17, 2017)
5562

5663
* Fix Bug: .visuallyhidden on macOS VO fixes #1985 ([#1989](https://github.com/h5bp/html5-boilerplate/pull/1989))
5764
* Adds web app manifest file ([#1963](https://github.com/h5bp/html5-boilerplate/pull/1963))
5865
* Update to jQuery 3.2.1 ([#1942](https://github.com/h5bp/html5-boilerplate/pull/1942))
5966
* Improve ::selection documentation which became confusing after c7057be ([#1955](https://github.com/h5bp/html5-boilerplate/pull/1955))
6067
* refactor(html): update browsehappy to https instead of http ([#1952](https://github.com/h5bp/html5-boilerplate/pull/1952))
61-
* Fix links to CONTRIBUTING.md ([#1951](https://github.com/h5bp/html5-boilerplate/pull/1951))
62-
* Adds .github folder and contents Fixes ([#1948](https://github.com/h5bp/html5-boilerplate/pull/1948))
68+
* Fix links to CONTRIBUTING.md ([#1951](https://github.com/h5bp/html5-boilerplate/pull/1951))
69+
* Adds .github folder and contents Fixes ([#1948](https://github.com/h5bp/html5-boilerplate/pull/1948))
6370
* Modernizr 3, modernizr.config and ([#1940](https://github.com/h5bp/html5-boilerplate/pull/1940))
6471
* Housekeeping by @coliff (#1968 #1969 #1965 #1964 #1958 #1957 #1956)
6572
* Update .gitattributes for Web Projects ([#1935](https://github.com/h5bp/html5-boilerplate/pull/1935))
@@ -91,7 +98,7 @@
9198
* Update jQuery to `v1.12.0`.
9299
* Fetch `jQuery` from jQuery's CDN instead of Google's
93100
([#1737](https://github.com/h5bp/html5-boilerplate/issues/1737),
94-
[#1739](https://github.com/h5bp/html5-boilerplate/issues/1739)).
101+
[#1739](https://github.com/h5bp/html5-boilerplate/issues/1739)).
95102
* Change print color for `:first-letter` and `:first-line`
96103
pseudo-elements
97104
([#1715](https://github.com/h5bp/html5-boilerplate/pull/1715)).
@@ -141,7 +148,7 @@
141148
([#1567](https://github.com/h5bp/html5-boilerplate/pull/1567)).
142149
* Add `/.editorconfig` file
143150
([#1561](https://github.com/h5bp/html5-boilerplate/issues/1561),
144-
[#1564](https://github.com/h5bp/html5-boilerplate/issues/1564)).
151+
[#1564](https://github.com/h5bp/html5-boilerplate/issues/1564)).
145152
* Add `auto` to the Google Universal Analytics tracker create method
146153
([#1562](https://github.com/h5bp/html5-boilerplate/issues/1562)).
147154
* Add `timeline` and `timelineEnd` to the list of `console` methods
@@ -160,7 +167,7 @@
160167
([#1477](https://github.com/h5bp/html5-boilerplate/issues/1477)).
161168
* Remove image replacement helper class `.ir`
162169
([#1472](https://github.com/h5bp/html5-boilerplate/issues/1472),
163-
[#1475](https://github.com/h5bp/html5-boilerplate/issues/1475)).
170+
[#1475](https://github.com/h5bp/html5-boilerplate/issues/1475)).
164171
* Add vertical centering for `svg`
165172
([#1453](https://github.com/h5bp/html5-boilerplate/issues/1453)).
166173
* Redesign 404 page
@@ -169,7 +176,7 @@
169176
([#1050](https://github.com/h5bp/html5-boilerplate/issues/1050)).
170177
* Remove IE conditional classes
171178
([#1187](https://github.com/h5bp/html5-boilerplate/issues/1187),
172-
[#1290](https://github.com/h5bp/html5-boilerplate/issues/1290)).
179+
[#1290](https://github.com/h5bp/html5-boilerplate/issues/1290)).
173180

174181
### 4.3.0 (September 10, 2013)
175182

@@ -180,11 +187,11 @@
180187
* Update to Apache Server Configs 1.1.0.
181188
* Add `initial-scale=1` to the viewport `meta`
182189
([#1398](https://github.com/h5bp/html5-boilerplate/pull/1398)).
183-
* Vertical centering for audio-, canvas- and video-tags
190+
* Vertical centering for audio, canvas and video-tags
184191
([#1326](https://github.com/h5bp/html5-boilerplate/issues/1326)).
185192
* Remove Google Chrome Frame related code
186193
([#1379](https://github.com/h5bp/html5-boilerplate/pull/1379),
187-
[#1396](https://github.com/h5bp/html5-boilerplate/pull/1396)).
194+
[#1396](https://github.com/h5bp/html5-boilerplate/pull/1396)).
188195
* Update to Google Universal Analytics
189196
([#1347](https://github.com/h5bp/html5-boilerplate/issues/1347)).
190197
* Update to jQuery 1.10.2.
@@ -227,7 +234,7 @@
227234

228235
* Further improvements to `console` method stubbing
229236
([#1206](https://github.com/h5bp/html5-boilerplate/issues/1206),
230-
[#1229](https://github.com/h5bp/html5-boilerplate/pull/1229)).
237+
[#1229](https://github.com/h5bp/html5-boilerplate/pull/1229)).
231238
* Update to jQuery 1.8.2.
232239
* Update to Modernizr 2.6.2.
233240
* Minor additions to the documentation.
@@ -236,7 +243,7 @@
236243

237244
* Improve the Apache compression configuration
238245
([#1012](https://github.com/h5bp/html5-boilerplate/issues/1012),
239-
[#1173](https://github.com/h5bp/html5-boilerplate/issues/1173)).
246+
[#1173](https://github.com/h5bp/html5-boilerplate/issues/1173)).
240247
* Add a HiDPI example media query
241248
([#1127](https://github.com/h5bp/html5-boilerplate/issues/1127)).
242249
* Add bundled docs

README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,19 @@ way that you want.
2323

2424
Choose one of the following options:
2525

26-
- Download the latest stable release from
27-
[html5boilerplate.com](https://html5boilerplate.com/).
28-
- Clone the git repo — `git clone
26+
* Download the latest stable release from
27+
[html5boilerplate.com](https://html5boilerplate.com/). This zip file is a snapshot of the `dist` folder. On Windows, Mac and from the file manager on Linux unzipping this folder will output to a folder named something like `html5-boilerplate_v7.3.0`. From the command line will need to create a folder and unzip the contents into that folder.
28+
29+
```bash
30+
mkdir html5-boilerplate
31+
unzip html5-boilerplate*.zip -d html5-boilerplate
32+
```
33+
34+
* Clone the git repo — `git clone
2935
https://github.com/h5bp/html5-boilerplate.git` - and checkout the
3036
[tagged release](https://github.com/h5bp/html5-boilerplate/releases)
31-
you'd like to use.
32-
- Install with [npm](https://www.npmjs.com/): `npm install html5-boilerplate` and pull in what you need from the resulting `node_modules/html5-boilerplate/dist`
33-
- Install with [yarn](https://yarnpkg.com/): `yarn add html5-boilerplate`
34-
37+
you'd like to use. The `dist` folder represents the latest version of the project for end users.
38+
* Install with [npm](https://www.npmjs.com/): `npm install html5-boilerplate` or [yarn](https://yarnpkg.com/): `yarn add html5-boilerplate`. The resulting `node_modules/html5-boilerplate/dist` folder represents the latest version of the project for end users. Depending on what you want to use and how you want to use it, you may have to copy and paste the contents of that folder into your project directory.
3539

3640
## Features
3741

@@ -70,15 +74,13 @@ just that we'll ensure compatibility with the ones mentioned above.*
7074
If you need legacy browser support you can use [HTML5 Boilerplate v6](https://github.com/h5bp/html5-boilerplate/releases/tag/6.1.0) (IE9/IE10)
7175
or [HTML5 Boilerplate v5](https://github.com/h5bp/html5-boilerplate/releases/tag/5.3.0) (IE 8). They are no longer actively developed.
7276

73-
7477
## Documentation
7578

7679
Take a look at the [documentation table of contents](dist/doc/TOC.md).
7780
This documentation is bundled with the project which makes it
7881
available for offline reading and provides a useful starting point for
7982
any documentation you want to write about your project.
8083

81-
8284
## Contributing
8385

8486
Hundreds of developers have helped to make the HTML5 Boilerplate. Anyone is welcome to [contribute](.github/CONTRIBUTING.md),
@@ -89,7 +91,6 @@ the [guidelines](.github/CONTRIBUTING.md):
8991
* [Feature requests](.github/CONTRIBUTING.md#features)
9092
* [Pull requests](.github/CONTRIBUTING.md#pull-requests)
9193

92-
9394
## License
9495

9596
The code is available under the [MIT license](LICENSE.txt).

dist/.editorconfig

-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@ indent_size = 2
88
indent_style = space
99
insert_final_newline = true
1010
trim_trailing_whitespace = true
11-
12-
[*.md]
13-
trim_trailing_whitespace = false

dist/css/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
1+
/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */
22

33
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
44
/*

dist/doc/extend.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -476,11 +476,10 @@ and you can validate your markup with the [Card validator](https://cards-dev.twi
476476
<meta name="twitter:image" content="https://www.example.com/path/to/image.jpg">
477477
```
478478

479-
### Google+ / Schema.org
479+
### Schema.org
480480

481481
Google also provides a snippet specification that serves a similar
482-
purpose to Facebook's Open Graph or Twitter Cards. While it helps you
483-
to control information displayed on Google+, this metadata is a subset
482+
purpose to Facebook's Open Graph or Twitter Cards. This metadata is a subset
484483
of [schema.org's microdata vocabulary](https://schema.org/), which
485484
covers many other schemas that can describe the content of your pages
486485
to search engines. For this reason, this metadata is more generic for
@@ -493,7 +492,7 @@ Also, please note that this markup requires to add attributes to your
493492
top `html` tag.
494493

495494
```html
496-
<html class="no-js" lang="" itemscope itemtype="http://schema.org/Article">
495+
<html class="no-js" lang="" itemscope itemtype="https://schema.org/Article">
497496
<head>
498497

499498
<link rel="author" href="">

dist/doc/faq.md

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ table of contents](TOC.md)
55

66
* [Why is the Google Analytics code at the bottom? Google recommends it be
77
placed in the `<head>`.](#why-is-the-google-analytics-code-at-the-bottom-google-recommends-it-be-placed-in-the-head)
8-
* [How can I integrate Bootstrap with HTML5
9-
Boilerplate?](#how-can-i-integrate-bootstrap-with-html5-boilerplate)
108
* [Do I need to upgrade my site each time a new version of HTML5 Boilerplate is
119
released?](#do-i-need-to-upgrade-my-site-each-time-a-new-version-of-html5-boilerplate-is-released)
1210
* [Where can I get help with support

dist/doc/html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ using a polyfill CDN service, like [cdn.polyfill.io](https://cdn.polyfill.io/),
128128
just put it before the other scripts in the bottom of the page:
129129

130130
```html
131-
<script src="js/vendor/modernizr-3.7.1.min.js"></script>
131+
<script src="js/vendor/modernizr-3.8.0.min.js"></script>
132132
<script src="https://cdn.polyfill.io/v3/polyfill.min.js"></script>
133133
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
134134
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.4.1.min.js"><\/script>')</script>

dist/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<!-- Add your site or application content here -->
2626
<p>Hello world! This is HTML5 Boilerplate.</p>
27-
<script src="js/vendor/modernizr-3.7.1.min.js"></script>
27+
<script src="js/vendor/modernizr-3.8.0.min.js"></script>
2828
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
2929
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.4.1.min.js"><\/script>')</script>
3030
<script src="js/plugins.js"></script>

0 commit comments

Comments
 (0)