diff options
author | Jonathan Neal <jonathantneal@hotmail.com> | 2020-08-19 22:22:40 -0400 |
---|---|---|
committer | Jonathan Neal <jonathantneal@hotmail.com> | 2020-08-19 22:22:40 -0400 |
commit | 3af9705c175925d471965d6666405d4dfa4d3125 (patch) | |
tree | cd54bcd2fdbbef5d90d88ca481fcea102bdf5828 | |
parent | 69e5d15d963b4d5eb837c9b72bc7b66a1204e65e (diff) | |
download | normalize.css-3af9705c175925d471965d6666405d4dfa4d3125.tar.gz normalize.css-3af9705c175925d471965d6666405d4dfa4d3125.zip |
11.0.011.0.0
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | package.json | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f3f513..61f3b36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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-`. @@ -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. diff --git a/package.json b/package.json index 717d729..da66081 100644 --- a/package.json +++ b/package.json @@ -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 <jonathantneal@hotmail.com>", "contributors": [ @@ -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", |