Skip to content
This repository was archived by the owner on Oct 10, 2018. It is now read-only.

Commit cb90fd5

Browse files
committed
releases: 1.0.0-beta.0
1 parent 82dd6d9 commit cb90fd5

File tree

5 files changed

+4
-37
lines changed

5 files changed

+4
-37
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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

docs/changelog.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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",

src/app/document/data.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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: [

src/app/schema/sampleschema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
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": {

0 commit comments

Comments
 (0)