Skip to content

Commit 4e3c0dc

Browse files
Merge pull request #356 from softnetics/changeset-release/main
Version Packages
2 parents e574da1 + d167694 commit 4e3c0dc

5 files changed

Lines changed: 22 additions & 14 deletions

File tree

.changeset/huge-friends-flash.md

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

examples/ui-playground/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @example/ui-playground
22

3+
## 0.1.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`39210a9`](https://github.com/softnetics/genseki/commit/39210a92eecf6cfba37b05144923b4cd1af443f5)]:
8+
- @genseki/ui@1.1.21
9+
310
## 0.1.29
411

512
### Patch Changes

examples/ui-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/ui-playground",
3-
"version": "0.1.29",
3+
"version": "0.1.30",
44
"private": true,
55
"scripts": {
66
"dev": "NODE_OPTIONS='--inspect' next dev --port 3004 --turbopack",

packages/ui/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @genseki/ui
22

3+
## 1.1.21
4+
5+
### Patch Changes
6+
7+
- [#355](https://github.com/softnetics/genseki/pull/355) [`39210a9`](https://github.com/softnetics/genseki/commit/39210a92eecf6cfba37b05144923b4cd1af443f5) Thanks [@jettapat-metier](https://github.com/jettapat-metier)! - [FIX] General UI fixes
8+
9+
- Consistent disabled state tokens across form primitives (Input, Textarea, Select, Switch, RadioGroup, Checkbox, Toggle, Tabs, Slider, Command, ColorPicker, Calendar)
10+
- InputGroup auto-detects disabled descendant input/textarea and aria-disabled, so wrappers around RichTextEditor and fieldset-disabled forms render the disabled chrome consistently
11+
- InputGroup wrapping a direct `<input>` is now exactly h-18 to match sibling Buttons (was 74px due to wrapper border on top of inner Input h-18)
12+
- Filter popover: trigger keeps a focus ring while the popover is open, and the popover content aligns to the trigger's end edge
13+
- Filter popover: highlight the currently active column in the left list
14+
- Filter popover: disable "Reset All" when no filter is selected
15+
316
## 1.1.20
417

518
### Patch Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@genseki/ui",
33
"sideEffects": false,
44
"type": "module",
5-
"version": "1.1.20",
5+
"version": "1.1.21",
66
"files": [
77
"dist"
88
],

0 commit comments

Comments
 (0)