Update dependency autoprefixer to v9.8.4 #2
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/autoprefixer-9.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
9.6.1
->9.8.4
Release Notes
postcss/autoprefixer
v9.8.4
Compare Source
v9.8.3
Compare Source
v9.8.2
Compare Source
v9.8.1
Compare Source
chalk
tokleur
(by Luke Edwards).v9.8.0
Compare Source
Autoprefixer 9.8 brings IE support for
:placeholder-shown
.Placeholder Shown
@tkrotoff found that
input:placeholder-shown
can be emulated withinput:-ms-input-placeholder
.Note, that we already had support for
::placeholder
. Selector::placeholder
is for the text of the placeholder.:placeholder-shown
is for the input, where placeholder text is shown. In::placeholder
you can’t change the border or size of the<input>
.v9.7.6
Compare Source
-webkit-stretch
fix.v9.7.5
Compare Source
-webkit-stretch
support.v9.7.4
Compare Source
v9.7.3
Compare Source
v9.7.2
Compare Source
-ms-user-select: element
support.npm fund
.v9.7.1
Compare Source
fit-content
for Firefox.v9.7.0
Compare Source
Autoprefixer 9.7 brings
AUTOPREFIXER_GRID
environment variable and huge performance improvments.Grid Environment Variable
Autoprefixer can add CSS Grid polyfills for IE. You need to manually enable it to prove that you understand the limits of polyfill.
In previous versions you can enable Grid polyfill by
grid: 'autoplace'
option or by/* autoprefixer grid: autoplace */
control comment. But in some cases, developers were not able to use both methods. For instance, during work with Material UI’ CSS-in-JS in Create React App.Now Autoprefixer supports environment variable to enable CSS Grid polyfill:
Performance Improvements
@Knagis found that Browserslist takes 70% of the Autoprefixer time.
We did a lot of improvements in Browserslist and now Autoprefixer should work much faster.
Other
Cannot read property 'grid' of undefined
errorv9.6.5
Compare Source
v9.6.4
Compare Source
'startsWith' of undefined
error.v9.6.3
Compare Source
Cannot read property 'startsWith' of undefined
error.v9.6.2
Compare Source
Replace fill to stretch
warning.Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
fae16426bb
to371e707188