Skip to content

Commit 38cd03c

Browse files
committed
13.0.0
1 parent b8692b7 commit 38cd03c

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
### 13.0.0 (September 14, 2021)
4+
5+
- Added: `:where` too all selectors, reducing specificity to nearly zero.
6+
- Added: All elements now use `background-repeat: no repeat`.
7+
8+
- Removed: Overly specific `select` selector.
9+
- Removed: Unnecessary focus outline fix previously used in Firefox.
10+
- Removed: Unnecessary `evergreen.css`, `forms.evergreen.css`, and `pages.css`.
11+
12+
- Fixed: Prevent zero-width space from consuming space in Safari.
13+
14+
- Changed: Browser support from "last three versions" to "last two versions".
15+
16+
#### assets.css
17+
18+
- Added: `video` to sizing restrictions.
19+
20+
#### font/system-ui.css
21+
22+
- Added: Support for `system-ui` font family in Firefox.
23+
24+
#### font/ui-monospace.css
25+
26+
- Added: Support for `ui-monospace` font family in Chrome, Edge, and Firefox.
27+
328
### 12.0.1 (August 20, 2020)
429

530
- Fixed: Used case-insensitive attribute selectors in the evergreen variations.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sanitize.css",
3-
"version": "12.0.1",
3+
"version": "13.0.0",
44
"description": "A best-practices CSS foundation",
55
"author": "Jonathan Neal <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)