Skip to content

Releases: static-dev/spike-css-standards

v4.1.1

03 Jan 22:50
Compare
Choose a tag to compare

Downgrade postcss-import to a version that supports postcss v6, which is what spike uses right now.

v4.1.0

14 Nov 19:23
Compare
Choose a tag to compare
  • Dependencies updated!
  • BREAKING UPDATE: I'm sorry this was released as minor, it should have been major!

v4.0.0

25 Apr 19:12
Compare
Choose a tag to compare
  • Routine dependency update. Several dependencies have had major version releases, so be careful when you upgrade and make sure to check if anything is broken before going live!

List of all dependency updates: 5920288

v3.0.0

27 Jul 23:05
Compare
Choose a tag to compare
  • MASSIVELY BREAKING, guaranteed you will have to change some code with this update. Luckily, it's not too big of a change. Sugarss has been removed as the default parser, which means the default requires brackets and semicolons.
  • If you want to add sugarss back, you can just yarn add sugarss, then require it and pass it to the parser option of this preset. That's all!

v2.0.1

20 Jun 18:43
Compare
Choose a tag to compare
  • Fixes a bug in the previous release with using the wrong image-set polyfill

v2.0.0

20 Jun 16:13
Compare
Choose a tag to compare

⚠️ BREAKING RELEASE ⚠️

  • This release removes cssnext and instead individually bundles many of its plugins. Cssnext had become out of date and severely bugged, and at the moment isn't as well maintained as we'd like it to be. This release brings all the plugins up to date, and drops some plugins that are not widely used or on standards track.
  • Removed plugins that were present in cssnext below. Note that any the removed plugins can be added back if you need them for some reason, just install and use the appendPlugins option!
    • @apply rule - no longer on standards track (plugin)
    • filter polyfill for old IE - no longer relevant for browser support (plugin)
    • initial property fallback - not useful, not a web standard (plugin)
    • rem fallback - browser support for rem is good enough, not needed (plugin)
    • overflow-wrap alias - why would anyone use this? just use word-wrap... (plugin)
    • rgba fallback to hex - browser support is good enough for rgba, not a good polyfill (plugin)
  • Many new configuration options added, see readme.
  • browsers, features, and warnForDuplicates options removed. browsers can be sent directly to autoprefixer options, features have been split out to their own keys, and there is no longer any warning for duplicates functionality.
  • cssnano options added, if necessary

v1.1.0

08 Jun 19:57
Compare
Choose a tag to compare
  • Updated dependencies!

v1.0.0

05 Apr 21:39
Compare
Choose a tag to compare
  • Stable release! 🙌
  • Remove unnecessary webpack option, deps still correctly reported
  • Add appendPlugins and prependPlugins

v0.2.0

17 Jan 21:52
Compare
Choose a tag to compare
  • Remove addDependencyTo, as it's not necessary anymore when being used with postcss-loader
  • Change default for root to the webpack context when webpack option is present
  • Add paths option, which should be used to change search paths, and defaults to loaderContext.resourcePath when webpack option is present
  • Big thanks to @smuemd for the work behind many of these changes!

v0.1.3

17 Jan 21:34
43af59c
Compare
Choose a tag to compare
  • Update sugarss and rucksack