Skip to content

Commit a780413

Browse files
authored
Merge pull request #21 from alibaba/dev
update docs
2 parents 2dc2903 + 12a6382 commit a780413

File tree

4 files changed

+19
-22
lines changed

4 files changed

+19
-22
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Change Log
22

3-
### 0.2.6
3+
### 0.3.1
44

55
- [+] 重磅:schema 里大部分属性现在都支持函数表达式,方便表单组件间的关联(详见文档 UISchema、PropsSchema 部分)
6-
- [+] Demo 地址等更新
76
- [!] 依赖组件库的抽离,避免了重复下载 antd/fusion
8-
- [!] antd 组件按需加载使用 less 文件
97
- [!] 修复了 ui:options/format 被 format 属性覆盖的问题[@ColinChen2](https://github.com/ColinChen2)
108

119
### 0.2.5

docs/demo/main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<title>FormRender</title>
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7-
<meta
8-
name="description"
9-
content="通过标准 JSON Schema 生成可视化 From 表单,常用于搭建表单配置,支持 Antd 和 Fusion 体系、一排N、无限嵌套、自定义正则校验、自定义样式组件等能力"
10-
/>
11-
<meta
12-
name="viewport"
13-
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
14-
/>
15-
<link rel="icon" href="https://img.alicdn.com/tfs/TB17UtINiLaK1RjSZFxXXamPFXa-606-643.png" type="image/png" />
16-
<link rel="stylesheet" href="//h5.m.taobao.com/trip/fp-form-render/vue.css" /
17-
<script src="//unpkg.com/form-render/docs/dist/vue.css"></script>
18-
3+
<link>
4+
<meta charset="UTF-8" />
5+
<title>FormRender</title>
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7+
<meta
8+
name="description"
9+
content="通过标准 JSON Schema 生成可视化 From 表单,常用于搭建表单配置,支持 Antd 和 Fusion 体系、一排N、无限嵌套、自定义正则校验、自定义样式组件等能力"
10+
/>
11+
<meta
12+
name="viewport"
13+
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
14+
/>
15+
<link rel="icon" href="https://img.alicdn.com/tfs/TB17UtINiLaK1RjSZFxXXamPFXa-606-643.png" type="image/png" />
16+
<link rel="stylesheet" href="//unpkg.com/form-render/docs/dist/vue.css" />
1917
</head>
2018
<body>
2119
<div id="app">Loading</div>

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "form-render",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成",
55
"repository": {
66
"type": "git",
@@ -32,7 +32,8 @@
3232
"dist": "webpack --mode=production",
3333
"lint": "eslint 'src/**/*.@(js|jsx)'",
3434
"test": "mocha --compilers js:babel-core/register --recursive test/",
35-
"prettier": "prettier --write \"{demo,src}/**/*.{js,jsx,css,md}\""
35+
"prettier": "prettier --write \"{demo,src}/**/*.{js,jsx,css,md}\"",
36+
"publish:next": "npm publish --tag next"
3637
},
3738
"dependencies": {
3839
"moment": "^2.22.2",

0 commit comments

Comments
 (0)