vue-json-ui-editor
vue-json-ui-editor copied to clipboard
Update autoprefixer to the latest version π
The devDependency autoprefixer was updated from 8.6.5
to 9.4.4
.
This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Find out more about this release.
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
- The
devDependency
autoprefixer was updated from8.6.5
to9.4.5
.
Update to this version instead π
Release Notes for 9.4.5
- Fix
text-decoration-skip-ink
support.
- The
devDependency
autoprefixer was updated from8.6.5
to9.4.6
.
Update to this version instead π
Release Notes for 9.4.6
- Fix warning text (by @Aljullu).
- The
devDependency
autoprefixer was updated from8.6.5
to9.4.7
.
Update to this version instead π
Release Notes for 9.4.7
- Fix infinite loop on mismatched parents.
- The
devDependency
autoprefixer was updated from8.6.5
to9.4.8
.
Update to this version instead π
Release Notes for 9.4.8
- Fix
calc()
support in Grid gap.
- The
devDependency
autoprefixer was updated from8.6.5
to9.4.9
.
Update to this version instead π
Release Notes for 9.4.9
- Fix
grid-template
and@media
case (by @bogdan0083).
- The
devDependency
autoprefixer was updated from8.6.5
to9.4.10
.
Update to this version instead π
Release Notes for 9.4.10
- Add warning for named Grid rows.
- The
devDependency
autoprefixer was updated from8.6.5
to9.5.0
.
Update to this version instead π
Release Notes for 9.5 βDraco dormiens nunquam titillandusβ
Autoprefixer 9.5 brings mask-composite
support.
a {
mask-composite: add;
}
b {
mask: url(intersect.png) intersect, url(exclude.png);
}
a {
-webkit-mask-composite: source-over;
mask-composite: add;
}
b {
-webkit-mask: url(intersect.png), url(exclude.png);
-webkit-mask-composite: source-in, xor;
mask: url(intersect.png) intersect, url(exclude.png);
}
Thanks to @semeleven for implementation and @iamvdo for suggestion.
- The
devDependency
autoprefixer was updated from8.6.5
to9.5.1
.
Update to this version instead π
Release Notes for 9.5.1
- Fix
backdrop-filter
for Edge (by @AleshaOleg). - Fix
min-resolution
media query support in Firefox < 16.
π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
- The
devDependency
autoprefixer was updated from8.6.5
to9.8.0
.