Skip to content

Releases: postcss/postcss-selector-parser

7.1.6

Choose a tag to compare

@MoOx MoOx released this 03 Sep 08:55
4eb3468
  • fix: parse flat selectors in linear time, closing a CPU exhaustion vulnerability (GHSA-rj75-hqrm-r3gf, reported by Wayde Shi)

7.1.5

Choose a tag to compare

@MoOx MoOx released this 07 Aug 09:30
e33e9bc
  • fix: don't treat a non-prefix token before | as a namespace (#324 by @spokodev)
  • fix: preserve whitespace before a * namespace in attribute selectors (#325 by @spokodev)
  • fix: TypeError on unclosed [, ( and trailing | (#330 by @theRizwan)

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)