Update dependency autoprefixer to v10.4.20
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
autoprefixer | devDependencies | minor | 10.3.4 -> 10.4.20 |
Release Notes
postcss/autoprefixer (autoprefixer)
v10.4.20
- Fixed
fit-content
prefix for Firefox.
v10.4.19
- Removed
end value has mixed support, consider using flex-end
warning sinceend
/start
now have good support.
v10.4.18
- Fixed removing
-webkit-box-orient
on-webkit-line-clamp
(@Goodwine).
v10.4.17
- Fixed
user-select: contain
prefixes.
v10.4.16
- Improved performance (by Romain Menke).
- Fixed docs (by Christian Oliff).
v10.4.15
- Fixed
::backdrop
prefixes (by 一丝). - Fixed docs (by Christian Oliff).
v10.4.14
- Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).
v10.4.13
- Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.
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
fit-content
prefix for Firefox.
v10.4.1
- Removed
end value has mixed support, consider using flex-end
warning sinceend
/start
now have good support.
v10.4.0
: 10.4 “ǃke e꞉ ǀxarra ǁke”
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, check this box
This MR has been generated by Renovate Bot. The local configuration can be found in the local Renovate Bot repository.
Edited by Housekeeper (bot)