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..51c9caa66 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", @@ -180,12 +180,21 @@ }, "resolutions": { "**/@blueprintjs/core": "6.8.1", - "node-sass-package-importer/**/postcss": "^8.5.10", + "node-sass-package-importer/**/postcss": "^8.5.18", + "stylelint-order/**/postcss": "^8.5.12", + "stylelint/**/postcss": "^8.5.18", "hast-util-from-parse5": "8.0.0", "**/lodash": "^4.18.1", "**/minimatch": "^3.1.4", "**/serialize-javascript": "^7.0.5", - "**/ws": "^8.21.0" + "**/ws": "^8.21.0", + "babel-jest/**/js-yaml": "^3.15.1", + "stylelint/**/js-yaml": "^4.3.1", + "@eslint/eslintrc/**/js-yaml": "^4.3.1", + "**/nanoid": "^3.3.18", + "**/fast-uri": "^3.1.3", + "sass/**/immutable": "^5.1.8", + "**/brace-expansion": "^1.1.18" }, "husky": { "hooks": { 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" ? (