You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,7 +316,8 @@ Configuration items are:
316
316
317
317
## News and noteworthy
318
318
319
-
v8.2.0 - work in progress
319
+
v8.2.0 - 2026-04-27
320
+
* Updated to ph-commons 12.2.0
320
321
* Removed OSGI bundling
321
322
* 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
322
323
* New interface `ICSSNestedRule` as a marker for all nested CSS elements
@@ -325,6 +326,10 @@ v8.2.0 - work in progress
325
326
* Added support for relative selectors in nested style rules
326
327
* Updated `CSSVisitor` and `ICSSVisitor` with `onBeginNestedDeclarations`/`onEndNestedDeclarations` callbacks
327
328
* 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-
328
333
329
334
v8.1.1 - 2025-12-09
330
335
* Added new CSS units `dvw` and `dvh`. See [#118](https://github.com/phax/ph-css/pull/118) - thx @shagkur
0 commit comments