Skip to content

Commit 8a56297

Browse files
Version Packages (#914)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3399045 commit 8a56297

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

.changeset/add-text-item-component.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @cube-dev/ui-kit
22

3+
## 0.95.0
4+
5+
### Minor Changes
6+
7+
- [#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:
8+
9+
- Auto-tooltip on text overflow (enabled by default)
10+
- Text highlighting with `highlight` prop for search results
11+
- Customizable highlight styles via `highlightStyles` prop
12+
- Case-sensitive/insensitive highlight matching
13+
- Inherits all `Text` component props
14+
15+
Added `Text.Highlight` sub-component for semantic text highlighting (uses `<mark>` element).
16+
17+
**Breaking:** Removed `Text.Selection` in favor of `Text.Highlight`.
18+
319
## 0.94.2
420

521
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cube-dev/ui-kit",
3-
"version": "0.94.2",
3+
"version": "0.95.0",
44
"type": "module",
55
"description": "UIKit for Cube Projects",
66
"repository": {

0 commit comments

Comments
 (0)