mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 09:47:10 +00:00
Update index.md
This commit is contained in:
parent
a3403a2aa6
commit
8983f3fa7b
@ -2,63 +2,63 @@
|
|||||||
|
|
||||||
## 2022/01/11 ~v0.9.0-alpha.1
|
## 2022/01/11 ~v0.9.0-alpha.1
|
||||||
|
|
||||||
### 协议变更
|
### License changes
|
||||||
|
|
||||||
- [内核](https://github.com/nocobase/nocobase/tree/main/packages/core) 继续采用 [Apache 2.0 协议](https://github.com/nocobase/nocobase/blob/main/LICENSE-APACHE-2.0)
|
- [Core](https://github.com/nocobase/nocobase/tree/main/packages/core) Continue with [Apache 2.0](https://github.com/nocobase/nocobase/blob/main/LICENSE-APACHE-2.0)
|
||||||
- [插件](https://github.com/nocobase/nocobase/tree/main/packages/plugins) 变更为 [AGPL 3.0 协议](https://github.com/nocobase/nocobase/blob/main/LICENSE-AGPL)
|
- [Plugins](https://github.com/nocobase/nocobase/tree/main/packages/plugins) changed to [AGPL 3.0](https://github.com/nocobase/nocobase/blob/main/LICENSE-AGPL)
|
||||||
|
|
||||||
### 内核改进
|
### Core improvements
|
||||||
|
|
||||||
- [NocoBase 的 Logging 系统](/welcome/release/logger)
|
- [Logging system for NocoBase](/welcome/release/logger)
|
||||||
- [数据表继承](/welcome/release/inherits)
|
- [Collection inheritance](/welcome/release/inherits)
|
||||||
- [数据表模板](/welcome/release/collection-templates)
|
- [Collection templates](/welcome/release/collection-templates)
|
||||||
- 数据表主键默认为 BigInt 类型
|
- Primary key of collection is BigInt type by default
|
||||||
- 提供更健全的 ACL 模块
|
- Provide more robust ACL modules
|
||||||
- 关系字段组件支持切换为简单的 Select 组件
|
- Association field component supports switching to a simple Select component
|
||||||
- 支持页面标签页
|
- Support page tabs
|
||||||
- 表格、看板支持固定区块
|
- Table & Kanban blocks support fixed model
|
||||||
- 提供更为友好的关系筛选
|
- Provide more friendly association filtering
|
||||||
- 日历区块支持显示农历
|
- Calendar block supports displaying lunar
|
||||||
- 日历区块支持配置、删除重复日程
|
- Calendar block supports configuration and deletion of duplicate schedules
|
||||||
- 表格区块横向滚动条优化,支持调整列宽
|
- Table block horizontal scroll bar optimization, support adjust column width
|
||||||
- 弹窗可配置尺寸大小
|
- Configurable size of pop-up windows
|
||||||
|
|
||||||
### 新增插件
|
### New Plugins
|
||||||
|
|
||||||
- Excel 数据导入插件
|
- Data import
|
||||||
- 图形化数据表配置插件
|
- Graphical interface for collections
|
||||||
- SSO 插件:OIDC、SAML
|
- SSO: OIDC, SAML
|
||||||
- 地图插件
|
- Map
|
||||||
- iframe 区块插件
|
- Iframe block
|
||||||
- 数据快照插件
|
- Data snapshot
|
||||||
- 应用复制、备份、迁移插件
|
- Duplicator: application duplication, backup, migration
|
||||||
- [字段的计算公式插件:Math Formula 和 Excel Formula](/welcome/release/formulas)
|
- [Formula for fields: Math Formula and Excel Formula](/welcome/release/formulas)
|
||||||
|
|
||||||
### 其他插件优化
|
### Other plugin optimizations
|
||||||
|
|
||||||
- 数据表配置:
|
- Collection configuration
|
||||||
- 数据表支持筛选
|
- Support for filtering
|
||||||
- 数据表支持设置标题字段
|
- Support for define title fields
|
||||||
- 数据表支持分类
|
- Support for classification
|
||||||
- 工作流:
|
- Workflow
|
||||||
- 修复触发器取值功能
|
- Fix trigger fetching function
|
||||||
- 前端代码重构,插件独立化
|
- Front-end refactoring and plugin independence
|
||||||
- 修复执行历史加载问题
|
- Fix the execution history loading problem
|
||||||
- 数据表触发后执行不再使用相同事务,优化执行流程
|
- Optimize the execution process by no longer using the same transaction after the execution of the data table trigger
|
||||||
- 新增调度器和触发缓存,以队列执行方式解决并发问题
|
- New scheduler and trigger cache are added to solve the concurrency problem by queue execution
|
||||||
- 修复定时任务结束时间组件问题
|
- Fix the problem of timed task end time component
|
||||||
- 修复定时任务跳秒问题
|
- Fix the problem of timed task skipping seconds
|
||||||
- 支持工作流级别复制
|
- Support workflow-level duplication
|
||||||
- 重构上下文及节点变量数据结构
|
- Refactor the data structure of context and node variables
|
||||||
- 验证码:
|
- Captcha
|
||||||
- 新增验证码配置面板
|
- New captcha configuration panel
|
||||||
- 文件管理器:
|
- Files Manager
|
||||||
- 修复本地存储静态文件服务中间件
|
- Fix local storage static file service middleware
|
||||||
- 本地存储空 baseUrl 配置容错处理
|
- Local storage empty baseUrl configuration fault tolerance handling
|
||||||
- 自动编号:
|
- Auto Numbering
|
||||||
- 重构为由数据表记录序列
|
- Refactor to record sequence by data table
|
||||||
- 增加可输入和匹配规则的配置
|
- Add configurations that can be entered and matched with rules
|
||||||
- 修复生成数字不小于配置的起始值
|
- Fix generating numbers not less than the configured starting value
|
||||||
|
|
||||||
## 2022/10/31 ~ v0.8.0-alpha.1
|
## 2022/10/31 ~ v0.8.0-alpha.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user