diff --git a/.changeset/green-berries-fold.md b/.changeset/green-berries-fold.md deleted file mode 100644 index 34546204..00000000 --- a/.changeset/green-berries-fold.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Add `icon` property to Input components. You should use it instead `prefix` property to ensure your icon will have correct paddings. -Styles of Input components have been rewritten to improve consistency and maintenance. diff --git a/.changeset/orange-drinks-add.md b/.changeset/orange-drinks-add.md deleted file mode 100644 index f8f6b3cc..00000000 --- a/.changeset/orange-drinks-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Fixed alignment between label and suffix in Field component diff --git a/.changeset/orange-ties-itch.md b/.changeset/orange-ties-itch.md deleted file mode 100644 index 778fa44a..00000000 --- a/.changeset/orange-ties-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -ComboBox now respects `onSelectionChange` event while working inside a form. diff --git a/.changeset/silent-weeks-deliver.md b/.changeset/silent-weeks-deliver.md deleted file mode 100644 index dcc25a92..00000000 --- a/.changeset/silent-weeks-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Fixed types in `onSubmit` and `onValuesChange` types in `Form` diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d08f2ba..235f3206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # @cube-dev/ui-kit +## 0.12.3 + +### Patch Changes + +- [#182](https://github.com/cube-js/cube-ui-kit/pull/182) [`6db0491`](https://github.com/cube-js/cube-ui-kit/commit/6db04916412cbf0150b0cc730451fd7c595571a5) Thanks [@tenphi](https://github.com/tenphi)! - Add `icon` property to Input components. You should use it instead `prefix` property to ensure your icon will have correct paddings. + Styles of Input components have been rewritten to improve consistency and maintenance. + +- [#193](https://github.com/cube-js/cube-ui-kit/pull/193) [`5c3ed68`](https://github.com/cube-js/cube-ui-kit/commit/5c3ed682a967d6bcaa26765b2c839b1d04a0f182) Thanks [@MrFlashAccount](https://github.com/MrFlashAccount)! - Fixed alignment between label and suffix in Field component + +- [#177](https://github.com/cube-js/cube-ui-kit/pull/177) [`16a213a`](https://github.com/cube-js/cube-ui-kit/commit/16a213a616c4e5d328e344797323abdf910e7a53) Thanks [@tenphi](https://github.com/tenphi)! - ComboBox now respects `onSelectionChange` event while working inside a form. + +- [#185](https://github.com/cube-js/cube-ui-kit/pull/185) [`7a7b861`](https://github.com/cube-js/cube-ui-kit/commit/7a7b861ff2f0f50c751b0b73e4da3b4a682379c3) Thanks [@MrFlashAccount](https://github.com/MrFlashAccount)! - Fixed types in `onSubmit` and `onValuesChange` types in `Form` + ## 0.12.2 ### Patch Changes diff --git a/package.json b/package.json index 3b85923a..a00a0394 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.12.2", + "version": "0.12.3", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "main": "dist/cjs/index.js",