GithubHelp home page GithubHelp logo

Comments (7)

greenkeeper avatar greenkeeper commented on June 13, 2024

After pinning to 8.5.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from hyperapp-rxjs.

greenkeeper avatar greenkeeper commented on June 13, 2024

Version 8.6.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 8.6 β€œFollow Reason”

Emblem of the Grand Lodge of Massachusetts

Autoprefixer 8.6 brings gap property support and two values support forΒ grid-gap/gap.

Grid Gap

CSSWG renamed grid-gap property to gap.

@yepninja added gap support with 2 values support.

Grid layout code bellow will work even in IE if you pass grid: true option to Autoprefixer:

.main {
    gap: 10px 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "head head head"
                         "nav main main"
                         "nav foot foot";
}

Other Changes

from hyperapp-rxjs.

greenkeeper avatar greenkeeper commented on June 13, 2024

Version 8.6.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 8.6.1
  • Fix grid-template with media queries (by @yepninja)

from hyperapp-rxjs.

greenkeeper avatar greenkeeper commented on June 13, 2024

Version 8.6.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 8.6.2
  • Fix error during adding Grid prefixes in @media (by @yepninja).

from hyperapp-rxjs.

greenkeeper avatar greenkeeper commented on June 13, 2024

Version 8.6.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 8.6.3
  • Add warnings for unsupported Grid features.
  • Add warnings about wrong Grid properties.
  • Add note about grid option for grid properties in autoprefixer --info.

from hyperapp-rxjs.

greenkeeper avatar greenkeeper commented on June 13, 2024

Version 8.6.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 8.6.4
  • Fix stretch prefix in Chrome >= 46.

from hyperapp-rxjs.

greenkeeper avatar greenkeeper commented on June 13, 2024

Version 8.6.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 8.6.5
  • Do not show Grid warnings if IE was not selected

from hyperapp-rxjs.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.