Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-layout-panel-touch-resize.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tabs-radio-size-alignment.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/tasty-1-2-0-update.md

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @cube-dev/ui-kit

## 0.126.1

### Patch Changes

- [#1109](https://github.com/cube-js/cube-ui-kit/pull/1109) [`fb2b3e6d`](https://github.com/cube-js/cube-ui-kit/commit/fb2b3e6df036c535dea789217d29cec5c876d7f4) Thanks [@tenphi](https://github.com/tenphi)! - Fix Layout.Panel resize handler not working properly on touch devices by adding `touch-action: none` to prevent browser scroll interference during drag

- [#1110](https://github.com/cube-js/cube-ui-kit/pull/1110) [`a8f59f1f`](https://github.com/cube-js/cube-ui-kit/commit/a8f59f1f75e0184c7037b529536b5430415bbce5) Thanks [@tenphi](https://github.com/tenphi)! - fix(Tabs, RadioGroup): align radio/tabs size mapping

Both `Tabs type="radio"` and `Radio.Tabs` now use the same two API sizes with consistent Item button mappings:

- `large` (default): medium button (32px), 40px total
- `medium`: xsmall button (24px), 32px total

- [#1113](https://github.com/cube-js/cube-ui-kit/pull/1113) [`e236b0cf`](https://github.com/cube-js/cube-ui-kit/commit/e236b0cf1b930041815868943cf237f83ba9240e) Thanks [@tenphi](https://github.com/tenphi)! - Update `@tenphi/tasty` to `1.2.0`.

- All style handlers now accept CSS-wide keywords (`initial`, `inherit`, `revert`, `unset`, `revert-layer`)
- New `longhand` modifier forces longhand CSS output for radius, padding, margin, scroll-margin, inset, and border
- Unified placement style handler with hierarchical priority (longhands override shorthands)
- New `scrollMargin` style with full directional support
- `radius` now supports `inherit` value

## 0.126.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cube-dev/ui-kit",
"version": "0.126.0",
"version": "0.126.1",
"type": "module",
"description": "UIKit for Cube Projects",
"repository": {
Expand Down