diff --git a/CHANGELOG.md b/CHANGELOG.md index 07cffe27..b805aed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15) + + +### Bug Fixes + +* inaccurate width calculation when margin contains extra spaces ([#233](https://github.com/jdfed/drip-form/issues/233)) ([22f4eeb](https://github.com/jdfed/drip-form/commit/22f4eeb96f5a0f2b39eae69705f0a2e65e1e8ee1)) +* **generator:** drag the array, object container report an error ([#230](https://github.com/jdfed/drip-form/issues/230)) ([c79db5c](https://github.com/jdfed/drip-form/commit/c79db5c601fec7d0825b128e29a32147a216b15c)) +* **generator:** when the theme is not set, the property configuration will not be displayed ([#225](https://github.com/jdfed/drip-form/issues/225)) ([d4c1de4](https://github.com/jdfed/drip-form/commit/d4c1de4244114a055a9b180c497abf965de16fb7)) + + + ### [0.8.1](https://github.com/jdfed/drip-form/compare/v0.8.0...v0.8.1) (2022-06-29) diff --git a/lerna.json b/lerna.json index 44744b25..55aba0b4 100644 --- a/lerna.json +++ b/lerna.json @@ -6,7 +6,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.8.1", + "version": "0.8.2", "command": { "version": { "allowBranch": [ diff --git a/packages/ajv/CHANGELOG.md b/packages/ajv/CHANGELOG.md index aff8df57..4a464950 100644 --- a/packages/ajv/CHANGELOG.md +++ b/packages/ajv/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15) + +**Note:** Version bump only for package @jdfed/ajv + + + + + ## [0.8.0](https://github.com/jdfed/drip-form/compare/v0.7.0...v0.8.0) (2022-06-01) diff --git a/packages/ajv/package.json b/packages/ajv/package.json index 29910126..12c0c152 100644 --- a/packages/ajv/package.json +++ b/packages/ajv/package.json @@ -1,6 +1,6 @@ { "name": "@jdfed/ajv", - "version": "0.8.0", + "version": "0.8.2", "description": "drip ajv核心包", "keywords": [ "ajv" @@ -34,8 +34,8 @@ "url": "https://github.com/JDFED/drip-form/" }, "dependencies": { - "@jdfed/drip-form-plugin-formats": "^0.8.0", - "@jdfed/drip-form-plugin-keywords": "^0.8.0", + "@jdfed/drip-form-plugin-formats": "^0.8.2", + "@jdfed/drip-form-plugin-keywords": "^0.8.2", "ajv": "^8.6.2", "ajv-errors": "^3.0.0", "ajv-formats": "^2.1.0", diff --git a/packages/drip-form-plugin-formats/CHANGELOG.md b/packages/drip-form-plugin-formats/CHANGELOG.md index d1535b94..398f6c38 100644 --- a/packages/drip-form-plugin-formats/CHANGELOG.md +++ b/packages/drip-form-plugin-formats/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15) + +**Note:** Version bump only for package @jdfed/drip-form-plugin-formats + + + + + ## [0.8.0](https://github.com/jdfed/drip-form/compare/v0.7.0...v0.8.0) (2022-06-01) **Note:** Version bump only for package @jdfed/drip-form-plugin-formats diff --git a/packages/drip-form-plugin-formats/package.json b/packages/drip-form-plugin-formats/package.json index 37e29d7c..04b835fc 100644 --- a/packages/drip-form-plugin-formats/package.json +++ b/packages/drip-form-plugin-formats/package.json @@ -1,6 +1,6 @@ { "name": "@jdfed/drip-form-plugin-formats", - "version": "0.8.0", + "version": "0.8.2", "description": "drip-form ajv formats插件", "keywords": [ "ajv", diff --git a/packages/drip-form-plugin-keywords/CHANGELOG.md b/packages/drip-form-plugin-keywords/CHANGELOG.md index 905fc4ec..85840ed3 100644 --- a/packages/drip-form-plugin-keywords/CHANGELOG.md +++ b/packages/drip-form-plugin-keywords/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15) + +**Note:** Version bump only for package @jdfed/drip-form-plugin-keywords + + + + + ## [0.8.0](https://github.com/jdfed/drip-form/compare/v0.7.0...v0.8.0) (2022-06-01) **Note:** Version bump only for package @jdfed/drip-form-plugin-keywords diff --git a/packages/drip-form-plugin-keywords/package.json b/packages/drip-form-plugin-keywords/package.json index bc672d2d..e3d634c0 100644 --- a/packages/drip-form-plugin-keywords/package.json +++ b/packages/drip-form-plugin-keywords/package.json @@ -1,6 +1,6 @@ { "name": "@jdfed/drip-form-plugin-keywords", - "version": "0.8.0", + "version": "0.8.2", "description": "drip-form ajv关键字插件", "keywords": [ "ajv", diff --git a/packages/drip-form-theme-antd/CHANGELOG.md b/packages/drip-form-theme-antd/CHANGELOG.md index 9d0158db..775207b0 100644 --- a/packages/drip-form-theme-antd/CHANGELOG.md +++ b/packages/drip-form-theme-antd/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15) + +**Note:** Version bump only for package @jdfed/drip-form-theme-antd + + + + + ### [0.8.1](https://github.com/jdfed/drip-form/compare/v0.8.0...v0.8.1) (2022-06-29) diff --git a/packages/drip-form-theme-antd/package.json b/packages/drip-form-theme-antd/package.json index f3e8c108..7e402324 100644 --- a/packages/drip-form-theme-antd/package.json +++ b/packages/drip-form-theme-antd/package.json @@ -1,6 +1,6 @@ { "name": "@jdfed/drip-form-theme-antd", - "version": "0.8.1", + "version": "0.8.2", "author": "JDFED", "description": "drip-form antd主题包", "main": "dist/index.js", @@ -31,8 +31,8 @@ "dependencies": { "@ant-design/icons": "^4.7.0", "@babel/runtime": "^7.10.2", - "@jdfed/hooks": "^0.8.1", - "@jdfed/utils": "^0.8.1", + "@jdfed/hooks": "^0.8.2", + "@jdfed/utils": "^0.8.2", "moment": "^2.26.0", "react-color": "^2.18.1", "use-immer": "^0.6.0" diff --git a/packages/drip-form/CHANGELOG.md b/packages/drip-form/CHANGELOG.md index 3e4c3e5d..25257bd2 100644 --- a/packages/drip-form/CHANGELOG.md +++ b/packages/drip-form/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15) + +**Note:** Version bump only for package @jdfed/drip-form + + + + + ### [0.8.1](https://github.com/jdfed/drip-form/compare/v0.8.0...v0.8.1) (2022-06-29) diff --git a/packages/drip-form/package.json b/packages/drip-form/package.json index cf329fc4..f34fca31 100644 --- a/packages/drip-form/package.json +++ b/packages/drip-form/package.json @@ -1,6 +1,6 @@ { "name": "@jdfed/drip-form", - "version": "0.8.1", + "version": "0.8.2", "description": "drip-form表单渲染core", "keywords": [ "drip-form", @@ -48,9 +48,9 @@ "@dnd-kit/modifiers": "^4.0.0", "@dnd-kit/sortable": "^5.0.0", "@dnd-kit/utilities": "^3.0.0", - "@jdfed/ajv": "^0.8.0", - "@jdfed/hooks": "^0.8.1", - "@jdfed/utils": "^0.8.1", + "@jdfed/ajv": "^0.8.2", + "@jdfed/hooks": "^0.8.2", + "@jdfed/utils": "^0.8.2", "ajv": "^8.6.2", "classnames": "^2.2.6", "immer": "^9.0.5", diff --git a/packages/generator/CHANGELOG.md b/packages/generator/CHANGELOG.md index 6db0db99..29de6603 100644 --- a/packages/generator/CHANGELOG.md +++ b/packages/generator/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15) + + +### Bug Fixes + +* inaccurate width calculation when margin contains extra spaces ([#233](https://github.com/jdfed/drip-form/issues/233)) ([22f4eeb](https://github.com/jdfed/drip-form/commit/22f4eeb96f5a0f2b39eae69705f0a2e65e1e8ee1)) +* **generator:** drag the array, object container report an error ([#230](https://github.com/jdfed/drip-form/issues/230)) ([c79db5c](https://github.com/jdfed/drip-form/commit/c79db5c601fec7d0825b128e29a32147a216b15c)) +* **generator:** when the theme is not set, the property configuration will not be displayed ([#225](https://github.com/jdfed/drip-form/issues/225)) ([d4c1de4](https://github.com/jdfed/drip-form/commit/d4c1de4244114a055a9b180c497abf965de16fb7)) + + + ### [0.8.1](https://github.com/jdfed/drip-form/compare/v0.8.0...v0.8.1) (2022-06-29) diff --git a/packages/generator/package.json b/packages/generator/package.json index c9cc3a30..1e896390 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@jdfed/form-generator", - "version": "0.8.1", + "version": "0.8.2", "description": "drip-form 生成器", "keywords": [ "hooks", @@ -37,10 +37,10 @@ "@dnd-kit/modifiers": "^4.0.0", "@dnd-kit/sortable": "^5.0.0", "@dnd-kit/utilities": "^3.0.0", - "@jdfed/drip-form": "^0.8.1", - "@jdfed/drip-form-theme-antd": "^0.8.1", - "@jdfed/hooks": "^0.8.1", - "@jdfed/utils": "^0.8.1", + "@jdfed/drip-form": "^0.8.2", + "@jdfed/drip-form-theme-antd": "^0.8.2", + "@jdfed/hooks": "^0.8.2", + "@jdfed/utils": "^0.8.2", "@monaco-editor/react": "^4.2.2", "antd": "^4.16.13", "classnames": "^2.3.1", diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 669ac8a2..aaa7e764 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15) + +**Note:** Version bump only for package @jdfed/hooks + + + + + ### [0.8.1](https://github.com/jdfed/drip-form/compare/v0.8.0...v0.8.1) (2022-06-29) **Note:** Version bump only for package @jdfed/hooks diff --git a/packages/hooks/package.json b/packages/hooks/package.json index c9aa248c..95f34f48 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@jdfed/hooks", - "version": "0.8.1", + "version": "0.8.2", "description": "drip-form通用hooks", "keywords": [ "hooks", @@ -31,7 +31,7 @@ }, "dependencies": { "@babel/runtime": "^7.10.2", - "@jdfed/utils": "^0.8.1", + "@jdfed/utils": "^0.8.2", "ahooks": "^2.10.12", "ajv": "^8.8.2", "immer": "^9.0.5", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index cdf080b2..ad42f88e 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.8.2](https://github.com/jdfed/drip-form/compare/v0.8.1...v0.8.2) (2022-07-15) + + +### Bug Fixes + +* inaccurate width calculation when margin contains extra spaces ([#233](https://github.com/jdfed/drip-form/issues/233)) ([22f4eeb](https://github.com/jdfed/drip-form/commit/22f4eeb96f5a0f2b39eae69705f0a2e65e1e8ee1)) + + + ### [0.8.1](https://github.com/jdfed/drip-form/compare/v0.8.0...v0.8.1) (2022-06-29) diff --git a/packages/utils/package.json b/packages/utils/package.json index fa871122..d753e394 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@jdfed/utils", - "version": "0.8.1", + "version": "0.8.2", "description": "drip-form通用方法", "keywords": [ "utils",