diff --git a/.changeset/brave-brooms-smile.md b/.changeset/brave-brooms-smile.md deleted file mode 100644 index 81054f7af..000000000 --- a/.changeset/brave-brooms-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Add input trimming and keyboard interaction for TextInputMapper. diff --git a/.changeset/lovely-carrots-hammer.md b/.changeset/lovely-carrots-hammer.md deleted file mode 100644 index 905746bdb..000000000 --- a/.changeset/lovely-carrots-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Add support for all html attributes in basic components. diff --git a/.changeset/quick-badgers-guess.md b/.changeset/quick-badgers-guess.md deleted file mode 100644 index b5deb14ee..000000000 --- a/.changeset/quick-badgers-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': minor ---- - -Do not create field instance for non-exist fields in Form. Use default values from Form when creating new fields. diff --git a/CHANGELOG.md b/CHANGELOG.md index 70161e09e..370e01979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @cube-dev/ui-kit +## 0.43.0 + +### Minor Changes + +- [#527](https://github.com/cube-js/cube-ui-kit/pull/527) [`3aad044`](https://github.com/cube-js/cube-ui-kit/commit/3aad044eef077b19a82f2422f2e929ee2358aee3) Thanks [@tenphi](https://github.com/tenphi)! - Do not create field instance for non-exist fields in Form. Use default values from Form when creating new fields. + +### Patch Changes + +- [#527](https://github.com/cube-js/cube-ui-kit/pull/527) [`3aad044`](https://github.com/cube-js/cube-ui-kit/commit/3aad044eef077b19a82f2422f2e929ee2358aee3) Thanks [@tenphi](https://github.com/tenphi)! - Add input trimming and keyboard interaction for TextInputMapper. + +- [#527](https://github.com/cube-js/cube-ui-kit/pull/527) [`3aad044`](https://github.com/cube-js/cube-ui-kit/commit/3aad044eef077b19a82f2422f2e929ee2358aee3) Thanks [@tenphi](https://github.com/tenphi)! - Add support for all html attributes in basic components. + ## 0.42.1 ### Patch Changes diff --git a/package.json b/package.json index 9a484a3d1..5bff6d65a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.42.1", + "version": "0.43.0", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "main": "dist/cjs/index.js",