Skip to content

Commit 16005f1

Browse files
committed
chore(release): publish @s
1 parent 447489a commit 16005f1

File tree

18 files changed

+207
-21
lines changed

18 files changed

+207
-21
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,58 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.0 (2022-01-10)
7+
8+
9+
### Features
10+
11+
* ajv format添加https校验 ([#113](https://github.com/jdfed/drip-form/issues/113)) ([b38f7cb](https://github.com/jdfed/drip-form/commit/b38f7cb450d310d8651cb1934e9f8e07e199ff87))
12+
* array container support showNo config ([16f92a5](https://github.com/jdfed/drip-form/commit/16f92a5ae8b094768ff08ba3e8422170f40d8409))
13+
* generator schema非必填 ([628553f](https://github.com/jdfed/drip-form/commit/628553ff135a75c2ab668f0d2b29219e6c0ff514))
14+
* generator数组容器支持配置新增按钮文案 ([f4693e8](https://github.com/jdfed/drip-form/commit/f4693e814e9aa392a8d21f414f58b4e0fa23c64d))
15+
* module bar styles support custom ([#76](https://github.com/jdfed/drip-form/issues/76)) ([5b950b0](https://github.com/jdfed/drip-form/commit/5b950b05241a4a80243f3154a9abd7029aabf196))
16+
* ref外抛submit、reset函数 ([#85](https://github.com/jdfed/drip-form/issues/85)) ([a00704e](https://github.com/jdfed/drip-form/commit/a00704e7b5f769059fa891a693382bcd67bd91e5))
17+
* unitedSchema支持配置change ([#115](https://github.com/jdfed/drip-form/issues/115)) ([6175b29](https://github.com/jdfed/drip-form/commit/6175b29753d7fd146c9183944b0ac41df81585bb))
18+
* upload support img size limit ([#102](https://github.com/jdfed/drip-form/issues/102)) ([acbd278](https://github.com/jdfed/drip-form/commit/acbd27861a44004abf3afb7ae5ca5d210c70c28d))
19+
* uploader support maxCount ([#72](https://github.com/jdfed/drip-form/issues/72)) ([0c01435](https://github.com/jdfed/drip-form/commit/0c0143593a3e4da4eb2ff1d438cbd88c5aa999ff))
20+
* upload支持输出string类型([#52](https://github.com/jdfed/drip-form/issues/52)) ([#117](https://github.com/jdfed/drip-form/issues/117)) ([447489a](https://github.com/jdfed/drip-form/commit/447489a395c98ca63bcf76213c9778a73dffe010))
21+
* 数组容器样式优化 & 支持序号文案自定义 ([#109](https://github.com/jdfed/drip-form/issues/109)) ([2ca6f67](https://github.com/jdfed/drip-form/commit/2ca6f67a2b894fc0152230f3bee69f279bce640c))
22+
* **drip-form-plugin-eggjs:** add drip-form-plugin-eggjs ([#20](https://github.com/jdfed/drip-form/issues/20)) ([cef14a9](https://github.com/jdfed/drip-form/commit/cef14a9ab551f29cf863b4ac62cd52d6e2281231))
23+
* **generator:** add description for number input precision config ([5eeb67b](https://github.com/jdfed/drip-form/commit/5eeb67b345a6e27262461d040e6e1b63025121a7))
24+
* **generator:** add description for upload accept config ([9f52274](https://github.com/jdfed/drip-form/commit/9f52274ece0dcdf7606a5198db0e7561da9d3f0e))
25+
* **generator:** regular verification configuration supports emptying options ([290d324](https://github.com/jdfed/drip-form/commit/290d3249357d72aca46f56f952786c9308559733))
26+
* 支持header配置 ([2568ee2](https://github.com/jdfed/drip-form/commit/2568ee2b68787a8edacfd4ef06e98b4846c697f2))
27+
* 支持复制fieldKey ([#89](https://github.com/jdfed/drip-form/issues/89)) ([a063827](https://github.com/jdfed/drip-form/commit/a06382719e1359419b8e5f7f56aecf273d838b6c))
28+
* 支持自定义组件区域和属性配置区域 ([4d9477f](https://github.com/jdfed/drip-form/commit/4d9477fd0e4fa411550af480f8047c83e5fdd27d))
29+
30+
31+
### Bug Fixes
32+
33+
* custom keyword duplicate error ([#84](https://github.com/jdfed/drip-form/issues/84)) ([afcaa7d](https://github.com/jdfed/drip-form/commit/afcaa7df4d0a2255de1685e37c59962d192c2b7e))
34+
* editConfig parse 函数 showTitle 判空逻辑错误修复 ([#77](https://github.com/jdfed/drip-form/issues/77)) ([bde5531](https://github.com/jdfed/drip-form/commit/bde5531190418b146fee3e61c5ca9a3ed0a7ddca))
35+
* monaco-editor always in loading ([5f50fa9](https://github.com/jdfed/drip-form/commit/5f50fa9021ec8e2817c42d01a2c02b66780fbb47))
36+
* property panel、 check panel not reload ([#90](https://github.com/jdfed/drip-form/issues/90)) ([6c13d7a](https://github.com/jdfed/drip-form/commit/6c13d7afeaa275ca8d8084d4a580d64adb2c43e7))
37+
* provide a default key for dynamic children ([#53](https://github.com/jdfed/drip-form/issues/53)) ([3abe606](https://github.com/jdfed/drip-form/commit/3abe6068e20d2d567426eb7ee637e2b6a0c93af5))
38+
* ref外抛submit函数 ([#93](https://github.com/jdfed/drip-form/issues/93)) ([6ceffa7](https://github.com/jdfed/drip-form/commit/6ceffa77ef6286332703f63c8b3b393fdfe4184e))
39+
* the delete button of the first component of the visible area is hidden ([#94](https://github.com/jdfed/drip-form/issues/94)) ([e388b6b](https://github.com/jdfed/drip-form/commit/e388b6b662617215a2ca119070e90f4be0bb5704))
40+
* upload preview error ([#83](https://github.com/jdfed/drip-form/issues/83)) ([fab9052](https://github.com/jdfed/drip-form/commit/fab90527dbedca35cc2119bca93106f9fa58ee28))
41+
* upload组件jdAction域名匹配规则 ([347b31a](https://github.com/jdfed/drip-form/commit/347b31a44227dd47195b89ef20d335cdcd0d023f))
42+
* 修复元祖无数据不展示问题 ([#112](https://github.com/jdfed/drip-form/issues/112)) ([a67ae0e](https://github.com/jdfed/drip-form/commit/a67ae0e441d06d26812d257e34f82a245c9a84ea))
43+
* 修改组件初始默认值设置 ([6ba869f](https://github.com/jdfed/drip-form/commit/6ba869fb6409cba746b4093dbc361ed5e2c8d532))
44+
* 切换monaco-editor cdn路径 ([#78](https://github.com/jdfed/drip-form/issues/78)) ([96dbcde](https://github.com/jdfed/drip-form/commit/96dbcde19bdcedb54dfe5478940d8dd0db9922d5))
45+
* 对象容器样式调整 & 数组|对象容器schema支持style参数 ([#116](https://github.com/jdfed/drip-form/issues/116)) ([45f0f39](https://github.com/jdfed/drip-form/commit/45f0f39d7ba189f8859b3a9bfa2ad636e00c38ba))
46+
* 对象嵌套拖拽报错 ([#79](https://github.com/jdfed/drip-form/issues/79)) ([a45f4a7](https://github.com/jdfed/drip-form/commit/a45f4a72fcbc2c77bb2a0a7f654e8a691305f053))
47+
* 数组容器无默认值报错 ([#75](https://github.com/jdfed/drip-form/issues/75)) ([010adcf](https://github.com/jdfed/drip-form/commit/010adcfcfef9a64725f29127e4e8417e29ae8d4b))
48+
* 时间选择器,默认占位符文案保持一致 ([#105](https://github.com/jdfed/drip-form/issues/105)) ([5b61efb](https://github.com/jdfed/drip-form/commit/5b61efb11b6f222206b0ce99dfdecea034b78730))
49+
* **utils:** 修复parse无法解析顶层$:xxx自定义属性的问题 ([36235e5](https://github.com/jdfed/drip-form/commit/36235e56f477461c49b4f59149c6da7e6ede99d9))
50+
51+
52+
### style
53+
54+
* 删除无用样式,避免样式冲突 ([c252e3e](https://github.com/jdfed/drip-form/commit/c252e3e9ac8ce04ff9f8017a80f928e4c0cf0524))
55+
56+
57+
658
## 0.2.0 (2022-01-07)
759

860

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"npmClient": "yarn",
88
"useWorkspaces": true,
9-
"version": "0.2.0",
9+
"version": "0.3.0",
1010
"command": {
1111
"version": {
1212
"allowBranch": [

packages/ajv/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.0 (2022-01-10)
7+
8+
**Note:** Version bump only for package @jdfed/ajv
9+
10+
11+
12+
13+
614
## 0.2.0 (2022-01-07)
715

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

packages/ajv/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jdfed/ajv",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "drip ajv核心包",
55
"keywords": [
66
"ajv"
@@ -34,8 +34,8 @@
3434
"url": "https://github.com/JDFED/drip-form/"
3535
},
3636
"dependencies": {
37-
"@jdfed/drip-form-plugin-formats": "^0.2.0",
38-
"@jdfed/drip-form-plugin-keywords": "^0.2.0",
37+
"@jdfed/drip-form-plugin-formats": "^0.3.0",
38+
"@jdfed/drip-form-plugin-keywords": "^0.3.0",
3939
"ajv": "^8.6.2",
4040
"ajv-errors": "^3.0.0",
4141
"ajv-formats": "^2.1.0",

packages/drip-form-plugin-formats/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.0 (2022-01-10)
7+
8+
9+
### Features
10+
11+
* ajv format添加https校验 ([#113](https://github.com/jdfed/drip-form/issues/113)) ([b38f7cb](https://github.com/jdfed/drip-form/commit/b38f7cb450d310d8651cb1934e9f8e07e199ff87))
12+
13+
14+
615
## 0.2.0 (2022-01-07)
716

817
**Note:** Version bump only for package @jdfed/drip-form-plugin-formats

packages/drip-form-plugin-formats/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jdfed/drip-form-plugin-formats",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "drip-form ajv formats插件",
55
"keywords": [
66
"ajv",

packages/drip-form-plugin-keywords/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.0 (2022-01-10)
7+
8+
**Note:** Version bump only for package @jdfed/drip-form-plugin-keywords
9+
10+
11+
12+
13+
614
## 0.2.0 (2022-01-07)
715

816
**Note:** Version bump only for package @jdfed/drip-form-plugin-keywords

packages/drip-form-plugin-keywords/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jdfed/drip-form-plugin-keywords",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "drip-form ajv关键字插件",
55
"keywords": [
66
"ajv",

packages/drip-form-theme-antd/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.0 (2022-01-10)
7+
8+
9+
### Features
10+
11+
* upload support img size limit ([#102](https://github.com/jdfed/drip-form/issues/102)) ([acbd278](https://github.com/jdfed/drip-form/commit/acbd27861a44004abf3afb7ae5ca5d210c70c28d))
12+
* uploader support maxCount ([#72](https://github.com/jdfed/drip-form/issues/72)) ([0c01435](https://github.com/jdfed/drip-form/commit/0c0143593a3e4da4eb2ff1d438cbd88c5aa999ff))
13+
* upload支持输出string类型([#52](https://github.com/jdfed/drip-form/issues/52)) ([#117](https://github.com/jdfed/drip-form/issues/117)) ([447489a](https://github.com/jdfed/drip-form/commit/447489a395c98ca63bcf76213c9778a73dffe010))
14+
15+
16+
### Bug Fixes
17+
18+
* upload preview error ([#83](https://github.com/jdfed/drip-form/issues/83)) ([fab9052](https://github.com/jdfed/drip-form/commit/fab90527dbedca35cc2119bca93106f9fa58ee28))
19+
* upload组件jdAction域名匹配规则 ([347b31a](https://github.com/jdfed/drip-form/commit/347b31a44227dd47195b89ef20d335cdcd0d023f))
20+
21+
22+
623
## 0.2.0 (2022-01-07)
724

825

packages/drip-form-theme-antd/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jdfed/drip-form-theme-antd",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"author": "JDFED",
55
"description": "drip-form antd主题包",
66
"main": "dist/index.js",
@@ -31,8 +31,8 @@
3131
"dependencies": {
3232
"@ant-design/icons": "^4.7.0",
3333
"@babel/runtime": "^7.10.2",
34-
"@jdfed/hooks": "^0.2.0",
35-
"@jdfed/utils": "^0.2.0",
34+
"@jdfed/hooks": "^0.3.0",
35+
"@jdfed/utils": "^0.3.0",
3636
"moment": "^2.26.0",
3737
"react-color": "^2.18.1",
3838
"use-immer": "^0.6.0"

0 commit comments

Comments
 (0)