mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 03:55:10 +00:00
e6a2a292b3
* feat: upgrade formily * fix: upgrade @formily/json-schema * fix: optimizing performance * fix: performance code * refactor: `React.memo` and `observer` component add `displayName` property * fix: add cache to Schema.compile * feat: 优化代码 * fix: 修复卡顿最终的问题 * Update SchemaComponentProvider.tsx * feat: 再次优化代码 * feat: optimized code --------- Co-authored-by: dream2023 <1098626505@qq.com>
17 lines
510 B
JSON
17 lines
510 B
JSON
{
|
|
"name": "@nocobase/plugin-ui-schema-storage",
|
|
"displayName": "UI schema storage",
|
|
"displayName.zh-CN": "UI schema",
|
|
"description": "A plugin used for managing page UI schemas.",
|
|
"description.zh-CN": "UI schema 配置。",
|
|
"version": "0.9.4-alpha.2",
|
|
"license": "AGPL-3.0",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"devDependencies": {
|
|
"@formily/json-schema": "2.2.24",
|
|
"@nocobase/test": "0.9.4-alpha.2"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|