Skip to content

Commit

Permalink
13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Sep 14, 2021
1 parent b8692b7 commit 38cd03c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changes to sanitize.css

### 13.0.0 (September 14, 2021)

- Added: `:where` too all selectors, reducing specificity to nearly zero.
- Added: All elements now use `background-repeat: no repeat`.

- Removed: Overly specific `select` selector.
- Removed: Unnecessary focus outline fix previously used in Firefox.
- Removed: Unnecessary `evergreen.css`, `forms.evergreen.css`, and `pages.css`.

- Fixed: Prevent zero-width space from consuming space in Safari.

- Changed: Browser support from "last three versions" to "last two versions".

#### assets.css

- Added: `video` to sizing restrictions.

#### font/system-ui.css

- Added: Support for `system-ui` font family in Firefox.

#### font/ui-monospace.css

- Added: Support for `ui-monospace` font family in Chrome, Edge, and Firefox.

### 12.0.1 (August 20, 2020)

- Fixed: Used case-insensitive attribute selectors in the evergreen variations.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanitize.css",
"version": "12.0.1",
"version": "13.0.0",
"description": "A best-practices CSS foundation",
"author": "Jonathan Neal <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 38cd03c

Please sign in to comment.