Skip to content

Commit

Permalink
chore(release): 发布v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mengshang918 committed Jan 24, 2022
1 parent 13b8991 commit 152f246
Show file tree
Hide file tree
Showing 18 changed files with 172 additions and 21 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.0](https://github.com/jdfed/drip-form/compare/v0.5.0...v0.6.0) (2022-01-24)


### Features

* ajv keyword添加gbkLength关键字 ([#129](https://github.com/jdfed/drip-form/issues/129)) ([ea35c0d](https://github.com/jdfed/drip-form/commit/ea35c0dc7299127a5d3ec9362e5725100446337f))
* **generator:** 对象容器支持配置更多样式 ([6c6bec8](https://github.com/jdfed/drip-form/commit/6c6bec8e4f7a97fada803b878623591f0827fe9f))
* 表单布局支持配置外边距 ([2016881](https://github.com/jdfed/drip-form/commit/201688140cebb2403899acca0ca58000dba7aaa3))
* **ajv:** ajv format添加jsonObject关键字校验json对象 ([fa75163](https://github.com/jdfed/drip-form/commit/fa7516301a3676a972c3331d6f5ac8f486e390ba))
* **generator:** 对象容器折叠模式添加默认展开配置项 ([1877218](https://github.com/jdfed/drip-form/commit/18772182c71b7251c5945d30b8224ea222040611))
* containerHoc支持获取子组件ui配置 ([714ac6d](https://github.com/jdfed/drip-form/commit/714ac6d451f613b721e1bf2b6ae2189688cee4fa))
* 数组容器删除子项支持二次确认配置 ([33eeff8](https://github.com/jdfed/drip-form/commit/33eeff86cef300af209889e82cd10fa663c300d4))


### Bug Fixes

* generator勾选一项必填,同级必填配置丢失 ([2e252aa](https://github.com/jdfed/drip-form/commit/2e252aa642b9eaafcc89405a1ee0a3c532643642))
* reset导致visbleFieldKey清空,错误信息无法展示 ([c4d839c](https://github.com/jdfed/drip-form/commit/c4d839c6cf9199459c7c90244f75d29c687b326b))
* 修复errorMessage在对象数组未透传问题 ([d69d1d6](https://github.com/jdfed/drip-form/commit/d69d1d6b98bf73a630d78c47537e154ace7d2616))
* 修复数组子项为空,当前项自动被删除问题 ([#128](https://github.com/jdfed/drip-form/issues/128)) ([5c8e66b](https://github.com/jdfed/drip-form/commit/5c8e66bdda52db461d76e00456d95ded5ee2883e))
* 嵌套表单对象容器必填失效问题 ([532a118](https://github.com/jdfed/drip-form/commit/532a1188cce05ab10d7f37fd8255dcf2dc6095ce))
* 数组内部子元素校验失效 ([#126](https://github.com/jdfed/drip-form/issues/126)) ([6f0a89e](https://github.com/jdfed/drip-form/commit/6f0a89e20c276c35699607956668152100b28e45))
* 数组容器点击删除未删除错误内容 ([ce11e27](https://github.com/jdfed/drip-form/commit/ce11e273ab35ad8538990db90bb77000a059fc1b))
* 数组容器组件key兜底使用数组下标导致删除错乱 ([#131](https://github.com/jdfed/drip-form/issues/131)) ([cc73d8d](https://github.com/jdfed/drip-form/commit/cc73d8d558114eb5ed339a9a6e98cc37fe435332))
* 校验配置0,错误文案配置不展示 ([5f0f211](https://github.com/jdfed/drip-form/commit/5f0f2118488df32f1d579ca024a3556e4f91e049))


### style

* 修复颜色选择器样式 ([91a32f0](https://github.com/jdfed/drip-form/commit/91a32f0dacc9a5017058aef5f01fa043d3cc5d4c))
* 数组容器、对象容器标题位置默认居中对齐 ([4564f2f](https://github.com/jdfed/drip-form/commit/4564f2fd457b39e7f09773dd591a81d3cd844618))



## [0.5.0](https://github.com/jdfed/drip-form/compare/v0.4.0...v0.5.0) (2022-01-13)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.5.0",
"version": "0.6.0",
"command": {
"version": {
"allowBranch": [
Expand Down
8 changes: 8 additions & 0 deletions packages/ajv/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0](https://github.com/jdfed/drip-form/compare/v0.5.0...v0.6.0) (2022-01-24)

**Note:** Version bump only for package @jdfed/ajv





## [0.5.0](https://github.com/jdfed/drip-form/compare/v0.4.0...v0.5.0) (2022-01-13)

**Note:** Version bump only for package @jdfed/ajv
Expand Down
6 changes: 3 additions & 3 deletions packages/ajv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdfed/ajv",
"version": "0.5.0",
"version": "0.6.0",
"description": "drip ajv核心包",
"keywords": [
"ajv"
Expand Down Expand Up @@ -34,8 +34,8 @@
"url": "https://github.com/JDFED/drip-form/"
},
"dependencies": {
"@jdfed/drip-form-plugin-formats": "^0.5.0",
"@jdfed/drip-form-plugin-keywords": "^0.5.0",
"@jdfed/drip-form-plugin-formats": "^0.6.0",
"@jdfed/drip-form-plugin-keywords": "^0.6.0",
"ajv": "^8.6.2",
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/drip-form-plugin-formats/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0](https://github.com/jdfed/drip-form/compare/v0.5.0...v0.6.0) (2022-01-24)


### Features

* **ajv:** ajv format添加jsonObject关键字校验json对象 ([fa75163](https://github.com/jdfed/drip-form/commit/fa7516301a3676a972c3331d6f5ac8f486e390ba))



## [0.5.0](https://github.com/jdfed/drip-form/compare/v0.4.0...v0.5.0) (2022-01-13)

**Note:** Version bump only for package @jdfed/drip-form-plugin-formats
Expand Down
2 changes: 1 addition & 1 deletion packages/drip-form-plugin-formats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdfed/drip-form-plugin-formats",
"version": "0.5.0",
"version": "0.6.0",
"description": "drip-form ajv formats插件",
"keywords": [
"ajv",
Expand Down
9 changes: 9 additions & 0 deletions packages/drip-form-plugin-keywords/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0](https://github.com/jdfed/drip-form/compare/v0.5.0...v0.6.0) (2022-01-24)


### Features

* ajv keyword添加gbkLength关键字 ([#129](https://github.com/jdfed/drip-form/issues/129)) ([ea35c0d](https://github.com/jdfed/drip-form/commit/ea35c0dc7299127a5d3ec9362e5725100446337f))



## [0.5.0](https://github.com/jdfed/drip-form/compare/v0.4.0...v0.5.0) (2022-01-13)

**Note:** Version bump only for package @jdfed/drip-form-plugin-keywords
Expand Down
2 changes: 1 addition & 1 deletion packages/drip-form-plugin-keywords/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdfed/drip-form-plugin-keywords",
"version": "0.5.0",
"version": "0.6.0",
"description": "drip-form ajv关键字插件",
"keywords": [
"ajv",
Expand Down
14 changes: 14 additions & 0 deletions packages/drip-form-theme-antd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.0](https://github.com/jdfed/drip-form/compare/v0.5.0...v0.6.0) (2022-01-24)


### Features

* 数组容器删除子项支持二次确认配置 ([33eeff8](https://github.com/jdfed/drip-form/commit/33eeff86cef300af209889e82cd10fa663c300d4))


### style

* 修复颜色选择器样式 ([91a32f0](https://github.com/jdfed/drip-form/commit/91a32f0dacc9a5017058aef5f01fa043d3cc5d4c))



## [0.5.0](https://github.com/jdfed/drip-form/compare/v0.4.0...v0.5.0) (2022-01-13)


Expand Down
6 changes: 3 additions & 3 deletions packages/drip-form-theme-antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdfed/drip-form-theme-antd",
"version": "0.5.0",
"version": "0.6.0",
"author": "JDFED",
"description": "drip-form antd主题包",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/runtime": "^7.10.2",
"@jdfed/hooks": "^0.5.0",
"@jdfed/utils": "^0.5.0",
"@jdfed/hooks": "^0.6.0",
"@jdfed/utils": "^0.6.0",
"moment": "^2.26.0",
"react-color": "^2.18.1",
"use-immer": "^0.6.0"
Expand Down
23 changes: 23 additions & 0 deletions packages/drip-form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.0](https://github.com/jdfed/drip-form/compare/v0.5.0...v0.6.0) (2022-01-24)


### Features

* containerHoc支持获取子组件ui配置 ([714ac6d](https://github.com/jdfed/drip-form/commit/714ac6d451f613b721e1bf2b6ae2189688cee4fa))
* 数组容器删除子项支持二次确认配置 ([33eeff8](https://github.com/jdfed/drip-form/commit/33eeff86cef300af209889e82cd10fa663c300d4))
* 表单布局支持配置外边距 ([2016881](https://github.com/jdfed/drip-form/commit/201688140cebb2403899acca0ca58000dba7aaa3))


### Bug Fixes

* reset导致visbleFieldKey清空,错误信息无法展示 ([c4d839c](https://github.com/jdfed/drip-form/commit/c4d839c6cf9199459c7c90244f75d29c687b326b))
* 数组容器点击删除未删除错误内容 ([ce11e27](https://github.com/jdfed/drip-form/commit/ce11e273ab35ad8538990db90bb77000a059fc1b))
* 数组容器组件key兜底使用数组下标导致删除错乱 ([#131](https://github.com/jdfed/drip-form/issues/131)) ([cc73d8d](https://github.com/jdfed/drip-form/commit/cc73d8d558114eb5ed339a9a6e98cc37fe435332))


### style

* 数组容器、对象容器标题位置默认居中对齐 ([4564f2f](https://github.com/jdfed/drip-form/commit/4564f2fd457b39e7f09773dd591a81d3cd844618))



## [0.5.0](https://github.com/jdfed/drip-form/compare/v0.4.0...v0.5.0) (2022-01-13)


Expand Down
8 changes: 4 additions & 4 deletions packages/drip-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdfed/drip-form",
"version": "0.5.0",
"version": "0.6.0",
"description": "drip-form表单渲染core",
"keywords": [
"drip-form",
Expand Down Expand Up @@ -48,9 +48,9 @@
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@jdfed/ajv": "^0.5.0",
"@jdfed/hooks": "^0.5.0",
"@jdfed/utils": "^0.5.0",
"@jdfed/ajv": "^0.6.0",
"@jdfed/hooks": "^0.6.0",
"@jdfed/utils": "^0.6.0",
"ajv": "^8.6.2",
"classnames": "^2.2.6",
"immer": "^9.0.5",
Expand Down
26 changes: 26 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.0](https://github.com/jdfed/drip-form/compare/v0.5.0...v0.6.0) (2022-01-24)


### Features

* ajv keyword添加gbkLength关键字 ([#129](https://github.com/jdfed/drip-form/issues/129)) ([ea35c0d](https://github.com/jdfed/drip-form/commit/ea35c0dc7299127a5d3ec9362e5725100446337f))
* **generator:** 对象容器支持配置更多样式 ([6c6bec8](https://github.com/jdfed/drip-form/commit/6c6bec8e4f7a97fada803b878623591f0827fe9f))
* 表单布局支持配置外边距 ([2016881](https://github.com/jdfed/drip-form/commit/201688140cebb2403899acca0ca58000dba7aaa3))
* **ajv:** ajv format添加jsonObject关键字校验json对象 ([fa75163](https://github.com/jdfed/drip-form/commit/fa7516301a3676a972c3331d6f5ac8f486e390ba))
* **generator:** 对象容器折叠模式添加默认展开配置项 ([1877218](https://github.com/jdfed/drip-form/commit/18772182c71b7251c5945d30b8224ea222040611))
* 数组容器删除子项支持二次确认配置 ([33eeff8](https://github.com/jdfed/drip-form/commit/33eeff86cef300af209889e82cd10fa663c300d4))


### Bug Fixes

* generator勾选一项必填,同级必填配置丢失 ([2e252aa](https://github.com/jdfed/drip-form/commit/2e252aa642b9eaafcc89405a1ee0a3c532643642))
* 嵌套表单对象容器必填失效问题 ([532a118](https://github.com/jdfed/drip-form/commit/532a1188cce05ab10d7f37fd8255dcf2dc6095ce))
* 校验配置0,错误文案配置不展示 ([5f0f211](https://github.com/jdfed/drip-form/commit/5f0f2118488df32f1d579ca024a3556e4f91e049))


### style

* 数组容器、对象容器标题位置默认居中对齐 ([4564f2f](https://github.com/jdfed/drip-form/commit/4564f2fd457b39e7f09773dd591a81d3cd844618))



## [0.5.0](https://github.com/jdfed/drip-form/compare/v0.4.0...v0.5.0) (2022-01-13)


Expand Down
10 changes: 5 additions & 5 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdfed/form-generator",
"version": "0.5.0",
"version": "0.6.0",
"description": "drip-form 生成器",
"keywords": [
"hooks",
Expand Down Expand Up @@ -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.5.0",
"@jdfed/drip-form-theme-antd": "^0.5.0",
"@jdfed/hooks": "^0.5.0",
"@jdfed/utils": "^0.5.0",
"@jdfed/drip-form": "^0.6.0",
"@jdfed/drip-form-theme-antd": "^0.6.0",
"@jdfed/hooks": "^0.6.0",
"@jdfed/utils": "^0.6.0",
"@monaco-editor/react": "^4.2.2",
"antd": "^4.16.13",
"classnames": "^2.3.1",
Expand Down
15 changes: 15 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.0](https://github.com/jdfed/drip-form/compare/v0.5.0...v0.6.0) (2022-01-24)


### Features

* 表单布局支持配置外边距 ([2016881](https://github.com/jdfed/drip-form/commit/201688140cebb2403899acca0ca58000dba7aaa3))


### Bug Fixes

* 修复数组子项为空,当前项自动被删除问题 ([#128](https://github.com/jdfed/drip-form/issues/128)) ([5c8e66b](https://github.com/jdfed/drip-form/commit/5c8e66bdda52db461d76e00456d95ded5ee2883e))
* 数组容器点击删除未删除错误内容 ([ce11e27](https://github.com/jdfed/drip-form/commit/ce11e273ab35ad8538990db90bb77000a059fc1b))



## [0.5.0](https://github.com/jdfed/drip-form/compare/v0.4.0...v0.5.0) (2022-01-13)


Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdfed/hooks",
"version": "0.5.0",
"version": "0.6.0",
"description": "drip-form通用hooks",
"keywords": [
"hooks",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"@jdfed/utils": "^0.5.0",
"@jdfed/utils": "^0.6.0",
"ahooks": "^2.10.12",
"ajv": "^8.8.2",
"immer": "^9.0.5",
Expand Down
13 changes: 13 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.0](https://github.com/jdfed/drip-form/compare/v0.5.0...v0.6.0) (2022-01-24)


### Bug Fixes

* reset导致visbleFieldKey清空,错误信息无法展示 ([c4d839c](https://github.com/jdfed/drip-form/commit/c4d839c6cf9199459c7c90244f75d29c687b326b))
* 修复errorMessage在对象数组未透传问题 ([d69d1d6](https://github.com/jdfed/drip-form/commit/d69d1d6b98bf73a630d78c47537e154ace7d2616))
* 数组内部子元素校验失效 ([#126](https://github.com/jdfed/drip-form/issues/126)) ([6f0a89e](https://github.com/jdfed/drip-form/commit/6f0a89e20c276c35699607956668152100b28e45))
* 数组容器组件key兜底使用数组下标导致删除错乱 ([#131](https://github.com/jdfed/drip-form/issues/131)) ([cc73d8d](https://github.com/jdfed/drip-form/commit/cc73d8d558114eb5ed339a9a6e98cc37fe435332))
* 校验配置0,错误文案配置不展示 ([5f0f211](https://github.com/jdfed/drip-form/commit/5f0f2118488df32f1d579ca024a3556e4f91e049))



## [0.5.0](https://github.com/jdfed/drip-form/compare/v0.4.0...v0.5.0) (2022-01-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdfed/utils",
"version": "0.5.0",
"version": "0.6.0",
"description": "drip-form通用方法",
"keywords": [
"utils",
Expand Down

0 comments on commit 152f246

Please sign in to comment.