Skip to content

Commit a8e0172

Browse files
committed
12.0.0
1 parent 3629212 commit a8e0172

2 files changed

Lines changed: 18 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: 3 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": [
@@ -24,8 +24,8 @@
2424
"test": "stylelint *.css"
2525
},
2626
"devDependencies": {
27-
"stylelint": "^10.1.0",
28-
"stylelint-config-standard": "^18.3.0"
27+
"stylelint": "^13.6.1",
28+
"stylelint-config-standard": "^20.0.0"
2929
},
3030
"stylelint": {
3131
"extends": "stylelint-config-standard",

0 commit comments

Comments
 (0)