diff options
author | Jonathan Neal <jonathantneal@hotmail.com> | 2018-06-15 20:36:24 -0400 |
---|---|---|
committer | Jonathan Neal <jonathantneal@hotmail.com> | 2018-06-15 20:36:24 -0400 |
commit | 27b3b6ceb9f71ae6e50095fb96db7ed321dc4b7d (patch) | |
tree | 834f82d74aa9baf93b7c6d0a83069c317ad4c3a9 /CHANGELOG.md | |
parent | d7bd1fd22bff730d673be70b87b21193c95b70f3 (diff) | |
download | normalize.css-27b3b6ceb9f71ae6e50095fb96db7ed321dc4b7d.tar.gz normalize.css-27b3b6ceb9f71ae6e50095fb96db7ed321dc4b7d.zip |
8.0.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac47ec..1e00294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changes to normalize.css +### 8.0.0 (June 15, 2018) + +* Remove normalizations for unsupported browsers, such as Android 4-, + Chrome 57-, Firefox 52-, IE 8-, and Safari 7-. +* Do not remove gaps on link underlines in iOS and Safari. +* Reduce the selector weight on form control normalizations. +* Do not remove the search input cancel button in Chrome and Safari. +* Add dialog styles for Edge, IE, and Safari. +* Update tests to test every single feature. +* Update all documentation to be more clear and helpful. + ### 7.0.0 (May 26, 2017) * Separate out selector targeted fixes for readability |