This repository was archived by the owner on Oct 10, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +4
-37
lines changed
Expand file tree Collapse file tree 5 files changed +4
-37
lines changed Original file line number Diff line number Diff line change 33[ ![ Build Status] ( https://travis-ci.org/cipchk/nz-schema-form.svg?branch=master )] ( https://travis-ci.org/cipchk/nz-schema-form )
44[ ![ Dependency Status] ( https://david-dm.org/cipchk/nz-schema-form/status.svg )] ( https://david-dm.org/cipchk/nz-schema-form )
55[ ![ NPM version] ( https://img.shields.io/npm/v/nz-schema-form.svg )] ( https://www.npmjs.com/package/nz-schema-form )
6+ [ ![ NPM version] ( https://img.shields.io/npm/v/nz-schema-form/next.svg )] ( https://www.npmjs.com/package/nz-schema-form )
67
78[ ng-zorro-antd] ( https://ng.ant.design/ ) form generation based on JSON-Schema.
89
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2727 "version:bump" : " gulp bump" ,
2828 "release:prepare" : " npm run build:package" ,
2929 "release:validity" : " npm run version:bump && npm run release:prepare" ,
30- "release" : " npm run version:bump && npm run release:prepare && npm publish --access=public .lib"
30+ "release" : " npm run version:bump && npm run release:prepare && npm publish --access=public .lib --tag next "
3131 },
3232 "peerDependencies" : {
3333 "z-schema" : " ^3.19.0" ,
Original file line number Diff line number Diff line change @@ -30,11 +30,6 @@ export const DATA = {
3030 id : 'qa' ,
3131 title : '常见问题' ,
3232 content : getMd ( require ( '!!raw-loader!../../../docs/qa.md' ) )
33- } ,
34- {
35- id : 'changelog' ,
36- title : '更新日志' ,
37- content : getMd ( require ( '!!raw-loader!../../../docs/changelog.md' ) )
3833 }
3934 ] ,
4035 widgets : [
Original file line number Diff line number Diff line change 2929 "products" : {
3030 "type" : " array" ,
3131 "title" : " 产品清单" ,
32- "maxItems" : 2 ,
32+ "maxItems" : 4 ,
33+ "grid" : { "span" : 24 , "array_span" : 8 },
3334 "items" : {
3435 "type" : " object" ,
3536 "properties" : {
You can’t perform that action at this time.
0 commit comments