Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Releases: csstools/postcss-nesting

10.0.2

Choose a tag to compare

@Antonio-Laguna Antonio-Laguna released this 18 Nov 11:49
f8a6943
  • Fixed: Support for Deno. Ensuring we pack mod.js so it can be accessible by CDNs.

10.0.1

Choose a tag to compare

@Antonio-Laguna Antonio-Laguna released this 17 Nov 08:38
6d71293
  • Removed: Support for allowDeclarationsAfterNestedRules.

We've realised that enforcing this rule from the spec was going to be problematic in the long run given how plugins work and the whole ecosystem around mixins and other features. Treating this as a patch given that this was introduced in the previous version and was starting to break projects that were using other features.

10.0.0

Choose a tag to compare

@Antonio-Laguna Antonio-Laguna released this 17 Nov 08:12
f35bd02
  • Added: Support for allowDeclarationsAfterNestedRules to deviate from spec.

  • Added: .npmrc file.

  • Updated: Aligning completely with the spec updates.

  • Updated: esbuild to 0.13.12 (minor)

  • Removed: Support for PostCSS 7

9.0.0

Choose a tag to compare

@jonathantneal jonathantneal released this 27 Oct 14:28
  • Support Deno (#80)
  • Fix an issue with PostCSS 8 compatibility using the RuleExit listener (#86)

8.0.1

Choose a tag to compare

@jonathantneal jonathantneal released this 02 May 02:44
  • Fixed: Compatibility issue with CommonJS.

8.0.0

Choose a tag to compare

@jonathantneal jonathantneal released this 02 May 02:44
  • Updated: Support for PostCSS 8+.
  • Updated: Support for Node v12+.
  • Updated: Support for the @container at-rule.