File tree 5 files changed +50
-50
lines changed
5 files changed +50
-50
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,11 @@ export default defineConfig({
9
9
'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4' ,
10
10
outputPath : '.doc' ,
11
11
exportStatic : { } ,
12
- scripts : [ {
13
- content : `
14
- (function () {
15
- var timer = setInterval(function() {
16
- try {
17
- var menuList = document.getElementsByClassName('__dumi-default-menu-list');
18
- menuList[0].childNodes[0].childNodes[0].innerText = 'rc-field-form';
19
- clearInterval(timer);
20
- } catch (e) {}
21
- }, 200)
22
- })();
12
+ styles : [
23
13
`
24
- } ]
14
+ .markdown table {
15
+ width: auto !important;
16
+ }
17
+ ` ,
18
+ ]
25
19
} ) ;
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 1.17.3
4
+
5
+ ` 2020.12.17 `
6
+
7
+ - chore: Fix ts definition.
8
+
9
+ ## 1.17.2
10
+
11
+ ` 2020.11.20 `
12
+
13
+ - fix: onFieldsChange in strict mode. [ #228 ] ( https://github.com/react-component/field-form/pull/228 )
14
+
15
+ ## 1.17.1
16
+
17
+ ` 2020.11.20 `
18
+
19
+ - fix: Declare property fieldContext as optional. [ #225 ] ( https://github.com/react-component/field-form/pull/225 )
20
+
21
+ ## 1.17.0
22
+
23
+ ` 2020.11.20 `
24
+
25
+ - feat: support validate recursive. [ #226 ] ( https://github.com/react-component/field-form/pull/226 )
26
+ ## 1.16.0
27
+
28
+ ` 2020.11.19 `
29
+
30
+ - feat: List support initialValues. [ #224 ] ( https://github.com/react-component/field-form/pull/224 )
31
+ - docs: Use dumi. [ #220 ] ( https://github.com/react-component/field-form/pull/220 )
32
+
33
+ More see in [ releases] ( https://github.com/react-component/field-form/releases ) .
Original file line number Diff line number Diff line change 1
- # Changelog
2
-
3
- ## 1.17.3
4
-
5
- ` 2020.12.17 `
6
-
7
- - chore: Fix ts definition.
8
-
9
- ## 1.17.2
10
-
11
- ` 2020.11.20 `
12
-
13
- - fix: onFieldsChange in strict mode. [ #228 ] ( https://github.com/react-component/field-form/pull/228 )
14
-
15
- ## 1.17.1
16
-
17
- ` 2020.11.20 `
18
-
19
- - fix: Declare property fieldContext as optional. [ #225 ] ( https://github.com/react-component/field-form/pull/225 )
20
-
21
- ## 1.17.0
22
-
23
- ` 2020.11.20 `
24
-
25
- - feat: support validate recursive. [ #226 ] ( https://github.com/react-component/field-form/pull/226 )
26
- ## 1.16.0
27
-
28
- ` 2020.11.19 `
29
-
30
- - feat: List support initialValues. [ #224 ] ( https://github.com/react-component/field-form/pull/224 )
31
- - docs: Use dumi. [ #220 ] ( https://github.com/react-component/field-form/pull/220 )
32
-
33
- More see in [ releases] ( https://github.com/react-component/field-form/releases ) .
1
+ <embed src =" ../CHANGELOG.md " ></embed >
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : rc-field-form
3
+ ---
4
+
5
+ <embed src =" ../README.md " ></embed >
Original file line number Diff line number Diff line change 53
53
"rc-util" : " ^5.0.0"
54
54
},
55
55
"devDependencies" : {
56
- "@umijs/test" : " ^3.2.27" ,
57
- "dumi" : " ^1.1.0-rc.1" ,
58
- "father-build" : " ^1.18.6" ,
59
- "gh-pages" : " ^3.1.0" ,
60
- "prettier" : " ^2.1.2" ,
61
56
"@types/enzyme" : " ^3.10.5" ,
62
57
"@types/jest" : " ^25.2.1" ,
63
58
"@types/lodash" : " ^4.14.135" ,
64
59
"@types/react" : " ^16.8.19" ,
65
60
"@types/react-dom" : " ^16.8.4" ,
61
+ "@umijs/test" : " ^3.2.27" ,
62
+ "dumi" : " ^1.1.0" ,
66
63
"enzyme" : " ^3.1.0" ,
67
64
"enzyme-adapter-react-16" : " ^1.0.2" ,
68
65
"enzyme-to-json" : " ^3.1.4" ,
69
66
"father" : " ^2.13.6" ,
67
+ "father-build" : " ^1.18.6" ,
68
+ "gh-pages" : " ^3.1.0" ,
70
69
"np" : " ^5.0.3" ,
70
+ "prettier" : " ^2.1.2" ,
71
71
"react" : " ^16.14.0" ,
72
72
"react-dnd" : " ^8.0.3" ,
73
73
"react-dnd-html5-backend" : " ^8.0.3" ,
You can’t perform that action at this time.
0 commit comments