Skip to content

Commit

Permalink
12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Aug 20, 2020
1 parent 3629212 commit 3aeafd1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changes to sanitize.css

### 12.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 horizontal rule border color in Firefox.
- Added: Prevent overflow of a `pre` container in all browsers (opinionated).
- Added: Evergreen variations of sanitize.css (basically, without IE support).
- Added: Reduce animations, scrolling effects, and transitions when requested in
all browsers (opinionated) to `reduce-motion.css`.
- Updated: Move size restrictions (opinionated) in all browsers to `assets.css`.
- Removed: Tapping delay style, except in IE 10, where it matters.
- Removed: Border and padding from color and range `input` in all browsers.
- Fixed: Announce `nav ol, nav ul` list semantics on Safari with VoiceOver.

### 11.0.1 (May 20, 2020)

- Fixed: Documentation is updated.
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanitize.css",
"version": "11.0.1",
"version": "12.0.0",
"description": "A best-practices CSS foundation",
"author": "Jonathan Neal <[email protected]>",
"contributors": [
Expand All @@ -14,8 +14,12 @@
"main": "sanitize.css",
"style": "sanitize.css",
"files": [
"assets.css",
"evergreen.css",
"forms.css",
"forms.evergreen.css",
"page.css",
"reduce-motion.css",
"sanitize.css",
"typography.css"
],
Expand All @@ -24,8 +28,8 @@
"test": "stylelint *.css"
},
"devDependencies": {
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0"
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0"
},
"stylelint": {
"extends": "stylelint-config-standard",
Expand Down

0 comments on commit 3aeafd1

Please sign in to comment.