diff --git a/CHANGELOG.md b/CHANGELOG.md index c6424fba..7101c14e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,20 +6,41 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +## [26.1.0] - 2026-08-20 + +### Added + +- `utils` + - `useComputedStyleFallback` option for `CssCustomProperties`: if the CSSOM does not provide any property name for the used selector, e.g. because the declarations are part of a constructed and adopted stylesheet, then the names are read from the computed style of the matching element; disabled by default because the computed style also contains all inherited custom properties + ### Changed -- ``: - - `shouldHaveMinimalSetup`: Even if set to false, the edit history feature will still be explicitly enabled. -- ``: - - column display is only enabled if the container is large enough, this way property name containers do not get to small +- `` + - `shouldHaveMinimalSetup`: even if set to `false`, the edit history feature is still enabled explicitly +- `` + - the two-column display is only used if the container is wide enough, this way property name columns do not get too small + - in narrower containers, property name and value are displayed as stacked rows + - make the breakpoint configurable via SCSS (`$eccgui-propertyvalue-size-column-breakpoint-small`) +- `utils` + - values of CSS custom properties are resolved via the computed style of a matching element now, so they always represent what the browser really applies, e.g. references to other custom properties are already replaced ### Fixed -- ``: - - Code markup inside tooltips was hardly readable because of low contrast. -- ``: - - fix width if it contains a label with `OverflowText` children - - tooltip is displayed correctly inside the container +- `` + - inline `code` markup was hardly readable because of low contrast +- `` + - fix width if it contains a `