Skip to content

Commit a81836b

Browse files
committed
Updated news
1 parent 6430e05 commit a81836b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ Configuration items are:
316316

317317
## News and noteworthy
318318

319-
v8.2.0 - work in progress
319+
v8.2.0 - 2026-04-27
320+
* Updated to ph-commons 12.2.0
320321
* Removed OSGI bundling
321322
* 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
322323
* New interface `ICSSNestedRule` as a marker for all nested CSS elements
@@ -325,6 +326,10 @@ v8.2.0 - work in progress
325326
* Added support for relative selectors in nested style rules
326327
* Updated `CSSVisitor` and `ICSSVisitor` with `onBeginNestedDeclarations`/`onEndNestedDeclarations` callbacks
327328
* Updated the CSS 3.0 grammar to support nested rules and the nesting selector (`&`)
329+
* Added support for the CSS Houdini `@property` rule. See [#121](https://github.com/phax/ph-css/issues/121) and [#122](https://github.com/phax/ph-css/pull/122) - thx @shagkur and @blutorange
330+
* New class `CSSPropertyRule` representing an `@property` at-rule with its descriptors
331+
* Invalid descriptors are silently dropped during parsing
332+
* Allow bare identifiers as values inside `calc()`. This fixes parsing of CSS Color Module 5 relative-color syntax such as `oklch(from var(--c) 0.18 calc(c * 0.3) h)`. See [#125](https://github.com/phax/ph-css/issues/125) - thx @Artur-
328333

329334
v8.1.1 - 2025-12-09
330335
* Added new CSS units `dvw` and `dvh`. See [#118](https://github.com/phax/ph-css/pull/118) - thx @shagkur

0 commit comments

Comments
 (0)