Skip to content

Commit

Permalink
11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Aug 20, 2020
1 parent 69e5d15 commit 3af9705
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes to @csstools/normalize.css

### 11.0.0 (August 20, 2020)

- Added: Correct table border color inheritance in all Chrome, Edge, and Safari.
- Added: Remove text indentation from table contents in Chrome, Edge, and
Safari.
- Added: Correct the inheritance of border color in Firefox.
- Added: Evergreen variations of normalize.css (basically, without IE support).

### 10.1.0 (June 3, 2019)

- Fixed: `Edge` comments without `Chrome` are are changed to `Edge 18-`.
Expand Down Expand Up @@ -98,7 +106,7 @@
- Changed: Moved unsorted rules into their respective sections.
- Changed: Explicitly defined font resets on form controls.
- Updated: `summary` style in all browsers.
- Updated: Text-size-adjust documentation for IE on Windows Phone
- Updated: Text-size-adjust documentation for IE on Windows Phone
- Updated: OS X reference to macOS
- Updated: Semver strategy.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@csstools/normalize.css",
"version": "10.1.0",
"version": "11.0.0",
"description": "A cross-browser CSS foundation",
"author": "Jonathan Neal <[email protected]>",
"contributors": [
Expand All @@ -21,7 +21,7 @@
],
"scripts": {
"prepublishOnly": "npm test",
"test": "stylelint normalize.css opinionated.css"
"test": "stylelint normalize.css evergreen.css opinionated.css opinionated.evergreen.css"
},
"devDependencies": {
"stylelint": "^13.6.1",
Expand Down

0 comments on commit 3af9705

Please sign in to comment.