Skip to content

Commit 7fe817c

Browse files
committed
11.0.0
1 parent d703d5d commit 7fe817c

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
### 11.0.0 (June 3, 2019)
4+
5+
- Changed: Opinionated `select` background styling in `forms.css` is no longer
6+
applied when `multiple` or `size` attributes are also present.
7+
38
### 10.0.0 (June 3, 2019)
49

510
- Added: Opinionated page measure via `page.css`.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ No changes to CSS rules can add functionality in a backwards-compatible manner,
179179
therefore no changes are considered **minor**. For instance, a normalization on
180180
an element selector may override a user style on a universal selector, or a
181181
change to `opacity` might cause [inputs to disappear](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/),
182-
or a change to `background-color` might cause [backgrounds to shrink](https://github.com/jonathantneal/sanitize.css/issues/42).
182+
or a change to `background-color` might cause [backgrounds to shrink](https://github.com/csstools/sanitize.css/issues/42).
183183

184184
[already been reported]: https://github.com/csstools/sanitize.css/issues
185185
[fork this project]: https://github.com/csstools/sanitize.css/fork

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sanitize.css",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "A best-practices CSS foundation",
55
"author": "Jonathan Neal <[email protected]>",
66
"contributors": [
@@ -24,7 +24,7 @@
2424
"test": "stylelint *.css"
2525
},
2626
"devDependencies": {
27-
"stylelint": "^10.0.1",
27+
"stylelint": "^10.1.0",
2828
"stylelint-config-standard": "^18.3.0"
2929
},
3030
"stylelint": {

0 commit comments

Comments
 (0)