Skip to content

v3.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ZeeCoder ZeeCoder released this 24 Nov 18:26
· 101 commits to master since this release

Added

  • Testing in Node 10

Removed

  • "test" script is now only in the root, instead of in every package.
  • [BREAKING] No longer testing for Node 7

Changed

  • container-query-meta-builder

    • Removed the engines field package.json field
    • [BREAKING] Removed the UMD build
  • postcss-container-query

    • [BREAKING] Minimum Node version lifted to v8
    • [BREAKING] Dropped the getJSON option, and no json is saved by default.
      The new behaviour is to use the ICSS :export syntax, which then can be
      imported through css-loader. (The meta object is still passed down in the
      postcss plugin messages in case it's needed.)
    • [BREAKING] saveMeta is removed