Skip to content

Commit 3aeafd1

Browse files
committed
12.0.0
1 parent 3629212 commit 3aeafd1

2 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changes to sanitize.css
22

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

520
- Fixed: Documentation is updated.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sanitize.css",
3-
"version": "11.0.1",
3+
"version": "12.0.0",
44
"description": "A best-practices CSS foundation",
55
"author": "Jonathan Neal <[email protected]>",
66
"contributors": [
@@ -14,8 +14,12 @@
1414
"main": "sanitize.css",
1515
"style": "sanitize.css",
1616
"files": [
17+
"assets.css",
18+
"evergreen.css",
1719
"forms.css",
20+
"forms.evergreen.css",
1821
"page.css",
22+
"reduce-motion.css",
1923
"sanitize.css",
2024
"typography.css"
2125
],
@@ -24,8 +28,8 @@
2428
"test": "stylelint *.css"
2529
},
2630
"devDependencies": {
27-
"stylelint": "^10.1.0",
28-
"stylelint-config-standard": "^18.3.0"
31+
"stylelint": "^13.6.1",
32+
"stylelint-config-standard": "^20.0.0"
2933
},
3034
"stylelint": {
3135
"extends": "stylelint-config-standard",

0 commit comments

Comments
 (0)