Skip to content

Commit bfe6c20

Browse files
committed
4.2.0
1 parent 25a109d commit bfe6c20

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes to normalize.css
22

3+
### 4.2.0 (April 12, 2016)
4+
5+
* Correct the `line-height` in all browsers.
6+
* Restore `optgroup` font inheritance.
7+
* Update normalize.css heading.
8+
39
### 4.1.1 (April 12, 2016)
410

511
* Update normalize.css heading.
@@ -14,8 +20,8 @@
1420
* Restore `main` to package.json.
1521
* Restore proper overflow to certain `select` elements.
1622
* Remove opinionated cursor styles on buttons.
17-
* Update stylelint configuration
18-
* Update tests
23+
* Update stylelint configuration.
24+
* Update tests.
1925

2026
### 4.0.0 (March 19, 2016)
2127

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize.css",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"description": "A modern alternative to CSS resets",
55
"main": "normalize.css",
66
"style": "normalize.css",
@@ -9,8 +9,8 @@
99
"normalize.css"
1010
],
1111
"devDependencies": {
12-
"stylelint": "^5.4.0",
13-
"stylelint-config-standard": "^5.0.0"
12+
"stylelint": "^6.7.1",
13+
"stylelint-config-standard": "^9.0.0"
1414
},
1515
"scripts": {
1616
"test": "stylelint normalize.css"

test.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta charset="utf-8">
44
<meta name="viewport" content="width=device-width,initial-scale=1">
55
<title>Normalize CSS: UI tests</title>
6-
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
6+
<script src="https://rawgit.com/aFarkas/html5shiv/gh-pages/dist/html5shiv.min.js"></script>
77
<link rel="stylesheet" href="normalize.css">
88
<style>
99
/*! suit-test v0.1.0 | MIT License | github.com/suitcss */
@@ -90,6 +90,10 @@ <h3 class="Test-it">should have sans-serif font family (opinionated)</h3>
9090
<div class="Test-run">
9191
abcdefghijklmnopqrstuvwxyz
9292
</div>
93+
<h3 class="Test-it">should have a line height of 1.15</h3>
94+
<div class="Test-run">
95+
abcdefghijklmnopqrstuvwxyz
96+
</div>
9397

9498
<h2 class="Test-describe"><code>body</code></h2>
9599
<h3 class="Test-it">should have no margin (opinionated)</h3>

0 commit comments

Comments
 (0)