Skip to content

Commit 4cf0150

Browse files
chore: release
1 parent e236b0c commit 4cf0150

File tree

5 files changed

+22
-26
lines changed

5 files changed

+22
-26
lines changed

.changeset/fix-layout-panel-touch-resize.md

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

.changeset/tabs-radio-size-alignment.md

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

.changeset/tasty-1-2-0-update.md

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

CHANGELOG.md

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

3+
## 0.126.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
Both `Tabs type="radio"` and `Radio.Tabs` now use the same two API sizes with consistent Item button mappings:
12+
13+
- `large` (default): medium button (32px), 40px total
14+
- `medium`: xsmall button (24px), 32px total
15+
16+
- [#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`.
17+
18+
- All style handlers now accept CSS-wide keywords (`initial`, `inherit`, `revert`, `unset`, `revert-layer`)
19+
- New `longhand` modifier forces longhand CSS output for radius, padding, margin, scroll-margin, inset, and border
20+
- Unified placement style handler with hierarchical priority (longhands override shorthands)
21+
- New `scrollMargin` style with full directional support
22+
- `radius` now supports `inherit` value
23+
324
## 0.126.0
425

526
### Minor 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.126.0",
3+
"version": "0.126.1",
44
"type": "module",
55
"description": "UIKit for Cube Projects",
66
"repository": {

0 commit comments

Comments
 (0)