Update dependency autoprefixer to v10.4.12 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
autoprefixer | devDependencies | minor | 10.3.4 -> 10.4.12 |
Release Notes
postcss/autoprefixer
v10.4.12
- Fixed support of unit-less zero angle in backgrounds (by 一丝).
v10.4.11
- Fixed
text-decoration
prefixes by moving to MDN data (by Romain Menke).
v10.4.10
- Fixed
unicode-bidi
prefixes by moving to MDN data.
v10.4.9
- Fixed
css-unicode-bidi
issue from latest Can I Use.
v10.4.8
- Do not print
color-adjust
warning ifprint-color-adjust
also is in rule.
v10.4.7
- Fixed
print-color-adjust
support in Firefox.
v10.4.6
- Fixed
print-color-adjust
support.
v10.4.5
- Fixed
NaN
in grid (by @SukkaW).
v10.4.4
- Fixed
package.funding
to have same value between all PostCSS packages.
v10.4.3
- Fixed
package.funding
(by Álvaro Mondéjar).
v10.4.2
- Fixed missed
-webkit-
prefix forwidth: stretch
.
v10.4.1
- Fixed support of unit-less zero angle in backgrounds (by 一丝).
v10.4.0
In Autoprefixer 10.4 @lukewarlow added :autofill
support:
input:-webkit-autofill {
background-color: red;
}
input:autofill {
background-color: red;
}
v10.3.7
- Replaced
nanocolors
topicocolors
.
v10.3.6
- Updated
nanocolors
. - Reduced package size.
v10.3.5
- Replaced
colorette
tonanocolors
.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot. The local configuration can be found in the local Renovate Bot repository.
Edited by Housekeeper (bot)