mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
2d89e680cf
41
CHANGELOG.md
41
CHANGELOG.md
@ -5,6 +5,47 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [v1.6.33](https://github.com/nocobase/nocobase/compare/v1.6.32...v1.6.33) - 2025-05-23
|
||||
|
||||
### 🚀 Improvements
|
||||
|
||||
- **[undefined]** Build the full docker image ([#6898](https://github.com/nocobase/nocobase/pull/6898)) by @chenos
|
||||
|
||||
- **[client]** Optimize the issue of pages becoming increasingly slow with use ([#6888](https://github.com/nocobase/nocobase/pull/6888)) by @zhangzhonghe
|
||||
|
||||
- **[Calendar]** support configurable refresh button in calendar block ([#6920](https://github.com/nocobase/nocobase/pull/6920)) by @katherinehhh
|
||||
|
||||
- **[Workflow: Custom action event]** Fix en-US locales based on zh-CN keys by @mytharcher
|
||||
|
||||
- **[Workflow: Approval]** Support to do all todos in workflow tasks center by @mytharcher
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- **[client]**
|
||||
- rendering error caused by invalid style format when adding association field ([#6903](https://github.com/nocobase/nocobase/pull/6903)) by @katherinehhh
|
||||
|
||||
- incorrect empty value check for toMany association field in linkage rule ([#6905](https://github.com/nocobase/nocobase/pull/6905)) by @katherinehhh
|
||||
|
||||
- **[Collection field: Markdown(Vditor)]** markdown (Vditor) field not adapting to theme ([#6919](https://github.com/nocobase/nocobase/pull/6919)) by @katherinehhh
|
||||
|
||||
- **[Collection: Tree]** Avoid incorrect updates to similar path prefixes during path updates ([#6913](https://github.com/nocobase/nocobase/pull/6913)) by @2013xile
|
||||
|
||||
- **[File manager]**
|
||||
- Fix preview match rule ([#6902](https://github.com/nocobase/nocobase/pull/6902)) by @mytharcher
|
||||
|
||||
- Fix client collection injection and upload parameter ([#6909](https://github.com/nocobase/nocobase/pull/6909)) by @mytharcher
|
||||
|
||||
- Fix preview URL on non-image files ([#6889](https://github.com/nocobase/nocobase/pull/6889)) by @mytharcher
|
||||
|
||||
- **[Workflow: mailer node]** Handle undefined 'to' field and improve email recipient processing. ([#6915](https://github.com/nocobase/nocobase/pull/6915)) by @sheldon66
|
||||
|
||||
- **[Workflow: Custom action event]**
|
||||
- Fix button perform incorrectly after a few clicks by @mytharcher
|
||||
|
||||
- Fix error handler can not be matched by class by @mytharcher
|
||||
|
||||
- **[Workflow: Approval]** Fix association appends calculation by @mytharcher
|
||||
|
||||
## [v1.6.32](https://github.com/nocobase/nocobase/compare/v1.6.31...v1.6.32) - 2025-05-20
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
@ -5,6 +5,47 @@
|
||||
格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/),
|
||||
并且本项目遵循 [语义化版本](https://semver.org/spec/v2.0.0.html)。
|
||||
|
||||
## [v1.6.33](https://github.com/nocobase/nocobase/compare/v1.6.32...v1.6.33) - 2025-05-23
|
||||
|
||||
### 🚀 优化
|
||||
|
||||
- **[undefined]** 构建 Full 版本 Docker 镜像 ([#6898](https://github.com/nocobase/nocobase/pull/6898)) by @chenos
|
||||
|
||||
- **[client]** 优化页面越用越卡的问题 ([#6888](https://github.com/nocobase/nocobase/pull/6888)) by @zhangzhonghe
|
||||
|
||||
- **[日历]** 日历区块支持配置刷新按钮 ([#6920](https://github.com/nocobase/nocobase/pull/6920)) by @katherinehhh
|
||||
|
||||
- **[工作流:自定义操作事件]** 基于中文语言的字典表修复英文翻译 by @mytharcher
|
||||
|
||||
- **[工作流:审批]** 支持在待办中心处理所有待办任务 by @mytharcher
|
||||
|
||||
### 🐛 修复
|
||||
|
||||
- **[client]**
|
||||
- 添加关联字段时因 style 字段格式导致的渲染报错 ([#6903](https://github.com/nocobase/nocobase/pull/6903)) by @katherinehhh
|
||||
|
||||
- 联动规则中对多关系字段的为空判断不正确 ([#6905](https://github.com/nocobase/nocobase/pull/6905)) by @katherinehhh
|
||||
|
||||
- **[数据表字段:Markdown(Vditor)]** Markdown(Vditor)字段未适配主题 ([#6919](https://github.com/nocobase/nocobase/pull/6919)) by @katherinehhh
|
||||
|
||||
- **[数据表:树]** 更新路径表的时候避免由于匹配到相似前缀,导致错误更新 ([#6913](https://github.com/nocobase/nocobase/pull/6913)) by @2013xile
|
||||
|
||||
- **[文件管理器]**
|
||||
- 修复文件预览 URL 的生成匹配规则 ([#6902](https://github.com/nocobase/nocobase/pull/6902)) by @mytharcher
|
||||
|
||||
- 修复前端文件表注入和上传文件参数 ([#6909](https://github.com/nocobase/nocobase/pull/6909)) by @mytharcher
|
||||
|
||||
- 修复非图片文件的预览地址 ([#6889](https://github.com/nocobase/nocobase/pull/6889)) by @mytharcher
|
||||
|
||||
- **[工作流:邮件发送节点]** 处理未定义的 'to' 字段并优化邮件收件人处理。 ([#6915](https://github.com/nocobase/nocobase/pull/6915)) by @sheldon66
|
||||
|
||||
- **[工作流:自定义操作事件]**
|
||||
- 修复自定义操作按钮点击几次后表现不正常 by @mytharcher
|
||||
|
||||
- 修复错误处理函数无法通过类匹配的问题 by @mytharcher
|
||||
|
||||
- **[工作流:审批]** 修复关系追加参数计算 by @mytharcher
|
||||
|
||||
## [v1.6.32](https://github.com/nocobase/nocobase/compare/v1.6.31...v1.6.32) - 2025-05-20
|
||||
|
||||
### 🐛 修复
|
||||
|
Loading…
x
Reference in New Issue
Block a user