2.0.1 • Published 3 days ago

@ruiyun/react-schema-form-web v2.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 days ago

react-schema-form-web

ts build 有问题,主要是本地软链链接依赖的依赖时导致到打包报错。参见https://github.com/microsoft/TypeScript/issues/42873

目前解决办法如下

  • tsconfig增加
"baseUrl": ".",
"paths": {
      "@ruiyun/react-form": ["node_modules/@ruiyun/react-form"],
    }
  • 将@ruiyun/react-form添加为开发依赖

Usage

  1. 开始有布局,所以有了布局相关的参数配置。
  2. field上开始有label的配置(有了ui才会有展示label的需求)。
  3. 开始对表单组件分类,CustomComponent对应上一层的render
  4. 新增能从url加载远程组件的类型RemoteComponent。
  5. renderButtons也开始细分出renderSubmitButton和renderResetButton,并增加了showSubmit和showReset这种细粒度的控制。
  6. 按钮可以支持渲染到指定的容器下。
// TODO: DEMONSTRATE API
2.0.1

3 days ago

2.0.0

1 month ago

1.2.6

3 months ago

1.2.5

8 months ago

1.2.4

8 months ago

1.2.3

9 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

11 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.55

1 year ago

1.0.56

1 year ago

1.0.54

1 year ago

1.0.53

1 year ago

1.0.51

2 years ago

1.0.52

2 years ago

1.0.50

2 years ago

1.0.45

2 years ago

1.0.44

2 years ago

1.0.41

2 years ago

1.0.38

2 years ago

1.0.35

2 years ago

1.0.34

2 years ago

1.0.32

2 years ago