Skip to content

Commit 724fb96

Browse files
committed
Updated news
1 parent 0aa2582 commit 724fb96

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,15 @@ Configuration items are:
316316

317317
## News and noteworthy
318318

319+
v8.2.0 - work in progress
320+
* Added support for CSS Nesting (CSS Nesting Module Level 1). See [#94](https://github.com/phax/ph-css/issues/94) and [#123](https://github.com/phax/ph-css/pull/123) - thx @blutorange
321+
* New interface `ICSSNestedRule` as a marker for all nested CSS elements
322+
* New interface `IHasCSSNestedRules` for managing nested rules
323+
* New class `CSSNestedDeclarations` to represent nested style declarations
324+
* Added support for relative selectors in nested style rules
325+
* Updated `CSSVisitor` and `ICSSVisitor` with `onBeginNestedDeclarations`/`onEndNestedDeclarations` callbacks
326+
* Updated the CSS 3.0 grammar to support nested rules and the nesting selector (`&`)
327+
319328
v8.1.1 - 2025-12-09
320329
* Added new CSS units `dvw` and `dvh`. See [#118](https://github.com/phax/ph-css/pull/118) - thx @shagkur
321330
* Added new CSS units `dvmin`, `dvmax`, `svw`, `svh`, `svmin`, `svmax`, `lvw`, `lvh`, `lvmin`, `lvmax`

0 commit comments

Comments
 (0)