Skip to content

Releases: postcss/postcss-selector-parser

7.1.4

Choose a tag to compare

@MoOx MoOx released this 11 Jun 12:41
4a7e4e3
  • fix: tolerate non-node children when serializing selectors

7.1.3

Choose a tag to compare

@MoOx MoOx released this 11 Jun 08:32
7893b74
  • Improve fix CVE-2026-9358 (NVD) / SNYK-JS-POSTCSSSELECTORPARSER-16873882 (clone/walk)

6.1.4

Choose a tag to compare

@MoOx MoOx released this 12 Jun 09:38
4a7e4e3
  • fix: tolerate non-node children when serializing selectors

6.1.3

Choose a tag to compare

@MoOx MoOx released this 11 Jun 08:34
7893b74

7.1.2

Choose a tag to compare

@MoOx MoOx released this 09 Jun 07:44
1b81a3c

v7.1.1

Choose a tag to compare

@alexander-akait alexander-akait released this 27 Nov 14:34

7.1.1

  • perf: replace startsWith with strict equality (#308)
  • fix(types): add walkUniversal declaration (#311)

v7.1.0

Choose a tag to compare

@alexander-akait alexander-akait released this 07 Feb 14:47

7.1.0

  • feat: insert(Before|After) support multiple new node

v7.0.0

Choose a tag to compare

@alexander-akait alexander-akait released this 23 Oct 16:56

7.0.0

  • Feat: make insertions during iteration safe (major)

v6.1.2

Choose a tag to compare

@alexander-akait alexander-akait released this 12 Aug 10:42

6.1.2

  • Fixed: erroneous trailing combinators in pseudos

v6.1.1

Choose a tag to compare

@alexander-akait alexander-akait released this 11 Jul 18:48

6.1.1

  • Fixed: improve typings of constructor helpers (#292)