Skip to content

Commit

Permalink
4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Jun 30, 2016
1 parent 25a109d commit bfe6c20
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes to normalize.css

### 4.2.0 (April 12, 2016)

* Correct the `line-height` in all browsers.
* Restore `optgroup` font inheritance.
* Update normalize.css heading.

### 4.1.1 (April 12, 2016)

* Update normalize.css heading.
Expand All @@ -14,8 +20,8 @@
* Restore `main` to package.json.
* Restore proper overflow to certain `select` elements.
* Remove opinionated cursor styles on buttons.
* Update stylelint configuration
* Update tests
* Update stylelint configuration.
* Update tests.

### 4.0.0 (March 19, 2016)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalize.css",
"version": "4.1.1",
"version": "4.2.0",
"description": "A modern alternative to CSS resets",
"main": "normalize.css",
"style": "normalize.css",
Expand All @@ -9,8 +9,8 @@
"normalize.css"
],
"devDependencies": {
"stylelint": "^5.4.0",
"stylelint-config-standard": "^5.0.0"
"stylelint": "^6.7.1",
"stylelint-config-standard": "^9.0.0"
},
"scripts": {
"test": "stylelint normalize.css"
Expand Down
6 changes: 5 additions & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Normalize CSS: UI tests</title>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="https://rawgit.com/aFarkas/html5shiv/gh-pages/dist/html5shiv.min.js"></script>
<link rel="stylesheet" href="normalize.css">
<style>
/*! suit-test v0.1.0 | MIT License | github.com/suitcss */
Expand Down Expand Up @@ -90,6 +90,10 @@ <h3 class="Test-it">should have sans-serif font family (opinionated)</h3>
<div class="Test-run">
abcdefghijklmnopqrstuvwxyz
</div>
<h3 class="Test-it">should have a line height of 1.15</h3>
<div class="Test-run">
abcdefghijklmnopqrstuvwxyz
</div>

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

0 comments on commit bfe6c20

Please sign in to comment.