diff --git a/CHANGELOG.md b/CHANGELOG.md index d33de5917..4bd639bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,42 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +### 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 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 + +- `` + - inline `code` markup was hardly readable because of low contrast +- `` + - fix width if it contains a `