Skip to content

Commit 3af9705

Browse files
committed
11.0.0
1 parent 69e5d15 commit 3af9705

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changes to @csstools/normalize.css
22

3+
### 11.0.0 (August 20, 2020)
4+
5+
- Added: Correct table border color inheritance in all Chrome, Edge, and Safari.
6+
- Added: Remove text indentation from table contents in Chrome, Edge, and
7+
Safari.
8+
- Added: Correct the inheritance of border color in Firefox.
9+
- Added: Evergreen variations of normalize.css (basically, without IE support).
10+
311
### 10.1.0 (June 3, 2019)
412

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csstools/normalize.css",
3-
"version": "10.1.0",
3+
"version": "11.0.0",
44
"description": "A cross-browser CSS foundation",
55
"author": "Jonathan Neal <[email protected]>",
66
"contributors": [
@@ -21,7 +21,7 @@
2121
],
2222
"scripts": {
2323
"prepublishOnly": "npm test",
24-
"test": "stylelint normalize.css opinionated.css"
24+
"test": "stylelint normalize.css evergreen.css opinionated.css opinionated.evergreen.css"
2525
},
2626
"devDependencies": {
2727
"stylelint": "^13.6.1",

0 commit comments

Comments
 (0)