diff --git a/CHANGELOG.md b/CHANGELOG.md index d33de5917..c6424fba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +### 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 + +### 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 + +## [26.0.0] - 2026-07-08 + This is a major release, and it might not be compatible with your current usage of our library. Please read about the necessary changes in the migration section below. ### Migration from v25 to v26 diff --git a/package.json b/package.json index 2e1169209..66e33de96 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@eccenca/gui-elements", "description": "GUI elements based on other libraries, usable in React application, written in Typescript.", - "version": "26.0.0", + "version": "26.1.0", "license": "Apache-2.0", "homepage": "https://github.com/eccenca/gui-elements", "bugs": "https://github.com/eccenca/gui-elements/issues", diff --git a/src/components/PropertyValuePair/PropertyName.tsx b/src/components/PropertyValuePair/PropertyName.tsx index 75d0df33e..71e7eb7f6 100644 --- a/src/components/PropertyValuePair/PropertyName.tsx +++ b/src/components/PropertyValuePair/PropertyName.tsx @@ -43,9 +43,9 @@ export const PropertyName = ({
{typeof children === "string" ? (