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

Releases: csstools/postcss-nesting

10.0.2

18 Nov 11:49
f8a6943
Compare
Choose a tag to compare
  • Fixed: Support for Deno. Ensuring we pack mod.js so it can be accessible by CDNs.

10.0.1

17 Nov 08:38
6d71293
Compare
Choose a tag to compare
  • 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

17 Nov 08:12
f35bd02
Compare
Choose a tag to compare
  • 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

27 Oct 14:28
Compare
Choose a tag to compare
  • Support Deno (#80)
  • Fix an issue with PostCSS 8 compatibility using the RuleExit listener (#86)

8.0.1

02 May 02:44
Compare
Choose a tag to compare
  • Fixed: Compatibility issue with CommonJS.

8.0.0

02 May 02:44
Compare
Choose a tag to compare
  • Updated: Support for PostCSS 8+.
  • Updated: Support for Node v12+.
  • Updated: Support for the @container at-rule.