diff --git a/.changeset/add-text-item-component.md b/.changeset/add-text-item-component.md deleted file mode 100644 index eb0f62b29..000000000 --- a/.changeset/add-text-item-component.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@cube-dev/ui-kit": minor ---- - -Added `TextItem` component for displaying text with automatic overflow handling and tooltips. Features include: -- Auto-tooltip on text overflow (enabled by default) -- Text highlighting with `highlight` prop for search results -- Customizable highlight styles via `highlightStyles` prop -- Case-sensitive/insensitive highlight matching -- Inherits all `Text` component props - -Added `Text.Highlight` sub-component for semantic text highlighting (uses `` element). - -**Breaking:** Removed `Text.Selection` in favor of `Text.Highlight`. - diff --git a/CHANGELOG.md b/CHANGELOG.md index d9694a083..c27358ced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @cube-dev/ui-kit +## 0.95.0 + +### Minor Changes + +- [#911](https://github.com/cube-js/cube-ui-kit/pull/911) [`33990457`](https://github.com/cube-js/cube-ui-kit/commit/339904570f42e600dc70873793402a8afd914019) Thanks [@tenphi](https://github.com/tenphi)! - Added `TextItem` component for displaying text with automatic overflow handling and tooltips. Features include: + + - Auto-tooltip on text overflow (enabled by default) + - Text highlighting with `highlight` prop for search results + - Customizable highlight styles via `highlightStyles` prop + - Case-sensitive/insensitive highlight matching + - Inherits all `Text` component props + + Added `Text.Highlight` sub-component for semantic text highlighting (uses `` element). + + **Breaking:** Removed `Text.Selection` in favor of `Text.Highlight`. + ## 0.94.2 ### Patch Changes diff --git a/package.json b/package.json index 18a8ae96c..25fdaa81b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.94.2", + "version": "0.95.0", "type": "module", "description": "UIKit for Cube Projects", "repository": {