-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
"@utima/ui-informed": minor | ||
--- | ||
|
||
- Fixed issues where invalid props were passed to underlaying child components, in most controlled components. | ||
- Added missing exports for most prop type definitions and some additional utility types. | ||
- All control components are now memoized. | ||
- Added new `Devtools` component, see readme for more information. | ||
- Added `description` prop to `Checkbox` component. | ||
- Most custom user props on controlled components are properly parsed down, including event handlers. | ||
- Added shorthand for `SelectItem` using dot notation under `Select` component -> you can now use `Select.Item`. | ||
- Added `readonly` mode for textarea and text input components. | ||
- `(optional)` label is now hidden by default, this can be enabled on form components globally using `showOptional` prop on form, or selectively on each field using `showOptional` prop. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"@utima/ui": minor | ||
--- | ||
|
||
- Added some additional imports for missing component props types | ||
- Fixed `Checkbox` component `type` prop. | ||
- Updated dependencies (now uses 1.0.0 version of `cmdk` package) | ||
- Updated `Kbd` component default styles | ||
- Re-exported `Portal` component from radix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters