docs: update changelogs

This commit is contained in:
nocobase[bot] 2025-02-05 14:29:36 +00:00
parent dbf4fb713d
commit 6789096193
2 changed files with 394 additions and 0 deletions

View File

@ -5,6 +5,203 @@ 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/) 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.5.0](https://github.com/nocobase/nocobase/compare/v1.4.34...v1.5.0) - 2025-02-05
### 🎉 New Features
- **[client]**
- Add date limited range to the date field component ([#5852](https://github.com/nocobase/nocobase/pull/5852)) by @Cyx649312038
- Support configuring text, icon, and type for add and select buttons in sub-table ([#5778](https://github.com/nocobase/nocobase/pull/5778)) by @katherinehhh
- Support enabling link opening pop ups on readPretty field ([#5747](https://github.com/nocobase/nocobase/pull/5747)) by @katherinehhh
- Support associate and disassociate action in association block ([#5695](https://github.com/nocobase/nocobase/pull/5695)) by @katherinehhh
- **[server]** Add audit manager ([#5601](https://github.com/nocobase/nocobase/pull/5601)) by @chenzhizdt
- **[Workflow]**
- add random character patterns ([#5959](https://github.com/nocobase/nocobase/pull/5959)) by @kennnnnnnnnn
- Add stack limit configuration for workflows ([#6077](https://github.com/nocobase/nocobase/pull/6077)) by @citlalinda
- support manually triggering workflow ([#5664](https://github.com/nocobase/nocobase/pull/5664)) by @mytharcher
- **[Mobile]** add global switch to control all back buttons in mobile (default enabled) ([#5868](https://github.com/nocobase/nocobase/pull/5868)) by @katherinehhh
- **[Calendar]** Calendar plugin add event opening mode ([#5808](https://github.com/nocobase/nocobase/pull/5808)) by @Cyx649312038
- **[Collection: Tree]** Allows to filter child nodes in tree table blocks ([#4770](https://github.com/nocobase/nocobase/pull/4770)) by @jimmy201602
- **[Workflow: Pre-action event]** support manually triggering workflow by @mytharcher
- **[Redis pub sub adapter]** Add Redis sync adapter plugin by @mytharcher
### 🚀 Improvements
- **[client]**
- remove linkage rules from Associate button ([#6016](https://github.com/nocobase/nocobase/pull/6016)) by @katherinehhh
- Remove table row skeleton component ([#5751](https://github.com/nocobase/nocobase/pull/5751)) by @zhangzhonghe
- Optimize recursive logic in useMenuSearch for better performance ([#5784](https://github.com/nocobase/nocobase/pull/5784)) by @katherinehhh
- Remove Formily components from the table to improve performance when switching table pagination ([#5738](https://github.com/nocobase/nocobase/pull/5738)) by @zhangzhonghe
- Improve page rendering performance and support page keep-alive functionality ([#5515](https://github.com/nocobase/nocobase/pull/5515)) by @zhangzhonghe
- implement on-demand loading for front-end components ([#5647](https://github.com/nocobase/nocobase/pull/5647)) by @gchust
- **[Notification: Email]** Add homepage links to notification plugins in package.json. ([#6150](https://github.com/nocobase/nocobase/pull/6150)) by @sheldon66
- **[Workflow: Loop node]** Fix styles ([#6095](https://github.com/nocobase/nocobase/pull/6095)) by @mytharcher
- **[File manager]** support for other storage plugins ([#6096](https://github.com/nocobase/nocobase/pull/6096)) by @jiannx
Reference: [File Storage: S3 (Pro)](https://docs.nocobase.com/handbook/file-manager/storage/s3-pro)
- **[Workflow: test kit]** adjust style of workflow canvas, to make content compacted ([#6088](https://github.com/nocobase/nocobase/pull/6088)) by @mytharcher
- **[Workflow]** Change API name to reasonable ones ([#6082](https://github.com/nocobase/nocobase/pull/6082)) by @mytharcher
- **[Data visualization]** Add offset param to charts-query ([#5911](https://github.com/nocobase/nocobase/pull/5911)) by @Albert-mah
- **[Mobile]** Adapt time & date range picker component for mobile ([#5863](https://github.com/nocobase/nocobase/pull/5863)) by @katherinehhh
- **[Authentication]** Optimize the logic of getting metadata of audit actions. ([#5814](https://github.com/nocobase/nocobase/pull/5814)) by @chenzhizdt
- **[Public forms]** Optimize action panel and public form components for mobile adaptation ([#5788](https://github.com/nocobase/nocobase/pull/5788)) by @katherinehhh
- **[Collection field: Sort]** add plugin description ([#5720](https://github.com/nocobase/nocobase/pull/5720)) by @mytharcher
- **[Workflow: Custom action event]** Change API of manually execute by @mytharcher
- **[Workflow: JSON calculation]**
- Change JSON-query node name and group by @mytharcher
- Add icon to nodes by @mytharcher
- **[Embed NocoBase]** Improve page rendering performance by @zhangzhonghe
- **[Backup manager]** Improved error messages for restore failures by @gchust
### 🐛 Bug Fixes
- **[client]**
- The linkage rules of the button are not functioning properly due to an issue with the sequence ([#6147](https://github.com/nocobase/nocobase/pull/6147)) by @zhangzhonghe
- Layout anomaly after deleting blocks or fields ([#6139](https://github.com/nocobase/nocobase/pull/6139)) by @zhangzhonghe
- Fix filter button nonfilterable field settings affecting other table with the same collection ([#6121](https://github.com/nocobase/nocobase/pull/6121)) by @katherinehhh
- data not displayed for the association field in the sub-details ([#6117](https://github.com/nocobase/nocobase/pull/6117)) by @zhangzhonghe
- Fix the issue where 'data loading mode' becomes invalid after switching pages ([#6115](https://github.com/nocobase/nocobase/pull/6115)) by @zhangzhonghe
- Fix the issue where association field default values are not refreshed after switching pages ([#6114](https://github.com/nocobase/nocobase/pull/6114)) by @zhangzhonghe
- Fix the issue where default values for association fields are not taking effect in Easy-reading mode ([#6066](https://github.com/nocobase/nocobase/pull/6066)) by @zhangzhonghe
- Fix the issue where field assignments for form buttons in workflow manual nodes are invalid ([#6054](https://github.com/nocobase/nocobase/pull/6054)) by @zhangzhonghe
- Fix missing current popup variable in the field enable link modal ([#6045](https://github.com/nocobase/nocobase/pull/6045)) by @katherinehhh
- Continue rendering the page after the authentication check request is completed ([#6020](https://github.com/nocobase/nocobase/pull/6020)) by @2013xile
- Fix the issue where table rows cannot be dragged and sorted ([#6013](https://github.com/nocobase/nocobase/pull/6013)) by @zhangzhonghe
- Fix the issue where empty sub-tables display one row of empty data on iOS ([#5990](https://github.com/nocobase/nocobase/pull/5990)) by @zhangzhonghe
- Fix the issue where clicking on association fields does not open the popup dialog ([#5972](https://github.com/nocobase/nocobase/pull/5972)) by @zhangzhonghe
- Fix date range picker in filter form/action not showing time picker when showTime is set ([#5956](https://github.com/nocobase/nocobase/pull/5956)) by @katherinehhh
- Fix the issue of unexpected table cell display in third-party plugins ([#5934](https://github.com/nocobase/nocobase/pull/5934)) by @zhangzhonghe
- Fix the issue where the delete button is disabled in the block template management page ([#5922](https://github.com/nocobase/nocobase/pull/5922)) by @zhangzhonghe
- Fix the issue where form linkage rules fail when they depend on field values from subtables ([#5876](https://github.com/nocobase/nocobase/pull/5876)) by @zhangzhonghe
- Fix the issue of data not changing after pagination in sub-table ([#5856](https://github.com/nocobase/nocobase/pull/5856)) by @zhangzhonghe
- Fix the issue where the browser tab title doesn't update after switching pages ([#5857](https://github.com/nocobase/nocobase/pull/5857)) by @zhangzhonghe
- Fix the issue where refreshing the page in the data source management page redirects to the homepage ([#5855](https://github.com/nocobase/nocobase/pull/5855)) by @zhangzhonghe
- Fix the issue where association fields in reference templates sometimes do not display data ([#5848](https://github.com/nocobase/nocobase/pull/5848)) by @zhangzhonghe
- Fix the issue where role data is not displayed in the user management table ([#5846](https://github.com/nocobase/nocobase/pull/5846)) by @zhangzhonghe
- Fix the issue where the 'Custom Request' button is not immediately visible after being added ([#5845](https://github.com/nocobase/nocobase/pull/5845)) by @zhangzhonghe
- Fix the issue where blocks added in a popup window are not displayed when reopening the popup ([#5838](https://github.com/nocobase/nocobase/pull/5838)) by @zhangzhonghe
- Prevent hidden pages from affecting interactions with other pages ([#5836](https://github.com/nocobase/nocobase/pull/5836)) by @zhangzhonghe
- Fix the issue where changing the value of a association field in the details block does not refresh immediately ([#5826](https://github.com/nocobase/nocobase/pull/5826)) by @zhangzhonghe
- Fix the issue where fields are not displayed after adding them in a subform ([#5827](https://github.com/nocobase/nocobase/pull/5827)) by @zhangzhonghe
- Fix the issue where clicking links doesn't open a popup when 'Enable link' is turned on for the first time ([#5812](https://github.com/nocobase/nocobase/pull/5812)) by @zhangzhonghe
- Fix the issue where mobile login redirects to desktop page ([#5805](https://github.com/nocobase/nocobase/pull/5805)) by @zhangzhonghe
- Fix configure action button should be left-aligned ([#5798](https://github.com/nocobase/nocobase/pull/5798)) by @katherinehhh
- Prevent multiple API calls when closing the popup ([#5804](https://github.com/nocobase/nocobase/pull/5804)) by @zhangzhonghe
- Fix issues where variables cannot be properly used in third-party data source blocks ([#5782](https://github.com/nocobase/nocobase/pull/5782)) by @zhangzhonghe
- Fix the issue where association field values are empty in block templates. Fix the problem where block data scope using variables don't work properly in third-party data sources ([#5777](https://github.com/nocobase/nocobase/pull/5777)) by @zhangzhonghe
- Fix the issue where component's dynamic props do not work with lazy loading ([#5776](https://github.com/nocobase/nocobase/pull/5776)) by @gchust
- fixed the warning message in React when dynamically loading hooks in the development environment ([#5758](https://github.com/nocobase/nocobase/pull/5758)) by @gchust
- **[build]**
- Fixed issue with loading after setting the `APP_PUBLIC_PATH` environment variable ([#5924](https://github.com/nocobase/nocobase/pull/5924)) by @gchust
- Fixed incorrect caching of frontend js files after plugin build ([#5801](https://github.com/nocobase/nocobase/pull/5801)) by @gchust
- Fix the issue executing `yarn dev` after create-nocobase-app results in an error ([#5708](https://github.com/nocobase/nocobase/pull/5708)) by @gchust
- **[server]** Set the default available actions for the ACL ([#5847](https://github.com/nocobase/nocobase/pull/5847)) by @chenos
- **[Public forms]** Unable to add fields in the `Sub-form(Popover)` of public forms ([#6157](https://github.com/nocobase/nocobase/pull/6157)) by @gchust
- **[Collection: SQL]** Fix the issue where filtering SQL Collection throws an error when `DB_TABLE_PREFIX` is set ([#6156](https://github.com/nocobase/nocobase/pull/6156)) by @2013xile
- **[Workflow]**
- Add test case for "move" action to trigger workflow ([#6145](https://github.com/nocobase/nocobase/pull/6145)) by @mytharcher
- Fix error thrown when async node resuming in manually executing workflow ([#5877](https://github.com/nocobase/nocobase/pull/5877)) by @mytharcher
- **[User data synchronization]**
- Fix the issue where the "retry" button is not displayed in the task list ([#6079](https://github.com/nocobase/nocobase/pull/6079)) by @2013xile
- Fix display issues of sync and tasks buttons. ([#5896](https://github.com/nocobase/nocobase/pull/5896)) by @2013xile
- **[Verification]** Fix empty form fields when opening the edit drawer in the Verification settings page ([#5949](https://github.com/nocobase/nocobase/pull/5949)) by @chenos
- **[Data source: Main]** Fix the issue where system fields in the filter form block cannot be edited ([#5885](https://github.com/nocobase/nocobase/pull/5885)) by @zhangzhonghe
- **[Data visualization]**
- Fix the initial height of chart block ([#5879](https://github.com/nocobase/nocobase/pull/5879)) by @2013xile
- Fix the issue where filter field components of chart blocks not rendering ([#5769](https://github.com/nocobase/nocobase/pull/5769)) by @2013xile
- **[Mobile]**
- Fix mobile adaptation of date component on sub-page ([#5859](https://github.com/nocobase/nocobase/pull/5859)) by @katherinehhh
- Fix missing date input field in filter operation on mobile ([#5779](https://github.com/nocobase/nocobase/pull/5779)) by @katherinehhh
- **[Workflow: Custom action event]**
- Fix test cases of custom action trigger by @mytharcher
- Fix test case failed on SQLite by @mytharcher
- **[Workflow: Pre-action event]** Fix test cases of request interceptor by @mytharcher
- **[Workflow: Response message]** Fix wrong parameter name used by @mytharcher
## [v1.4.34](https://github.com/nocobase/nocobase/compare/v1.4.33...v1.4.34) - 2025-02-02 ## [v1.4.34](https://github.com/nocobase/nocobase/compare/v1.4.33...v1.4.34) - 2025-02-02
### 🐛 Bug Fixes ### 🐛 Bug Fixes

View File

@ -5,6 +5,203 @@
格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/), 格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/),
并且本项目遵循 [语义化版本](https://semver.org/spec/v2.0.0.html)。 并且本项目遵循 [语义化版本](https://semver.org/spec/v2.0.0.html)。
## [v1.5.0](https://github.com/nocobase/nocobase/compare/v1.4.34...v1.5.0) - 2025-02-05
### 🎉 新特性
- **[client]**
- 日期字段组件添加日期限定范围 ([#5852](https://github.com/nocobase/nocobase/pull/5852)) by @Cyx649312038
- 支持子表格的添加和选择按钮配置文字、图标和类型 ([#5778](https://github.com/nocobase/nocobase/pull/5778)) by @katherinehhh
- 支持在阅读态字段字段上启用链接打开弹窗 ([#5747](https://github.com/nocobase/nocobase/pull/5747)) by @katherinehhh
- 支持关系区块中配置关联和取消关联操作 ([#5695](https://github.com/nocobase/nocobase/pull/5695)) by @katherinehhh
- **[server]** 新增接口审计管理模块 ([#5601](https://github.com/nocobase/nocobase/pull/5601)) by @chenzhizdt
- **[工作流]**
- 新增了两种序列号生成规则:定长随机数字和随机字符串 ([#5959](https://github.com/nocobase/nocobase/pull/5959)) by @kennnnnnnnnn
- 对工作流增加堆栈限制的配置项 ([#6077](https://github.com/nocobase/nocobase/pull/6077)) by @citlalinda
- 支持手动触发工作流 ([#5664](https://github.com/nocobase/nocobase/pull/5664)) by @mytharcher
- **[移动端]** 移动端增加全局开关控制所有返回按钮(默认开启) ([#5868](https://github.com/nocobase/nocobase/pull/5868)) by @katherinehhh
- **[日历]** 日历插件添加事项打开模式 ([#5808](https://github.com/nocobase/nocobase/pull/5808)) by @Cyx649312038
- **[数据表:树]** 支持在树表格区块中筛选子节点 ([#4770](https://github.com/nocobase/nocobase/pull/4770)) by @jimmy201602
- **[工作流:操作前事件]** 支持手动触发工作流 by @mytharcher
- **[Redis 发布订阅适配器]** 添加基于 Redis 的同步适配器插件 by @mytharcher
### 🚀 优化
- **[client]**
- Associate按钮去掉联动规则设置项 ([#6016](https://github.com/nocobase/nocobase/pull/6016)) by @katherinehhh
- 去除表格行的骨架屏组件 ([#5751](https://github.com/nocobase/nocobase/pull/5751)) by @zhangzhonghe
- 优化 useMenuSearch 递归逻辑,提升性能 ([#5784](https://github.com/nocobase/nocobase/pull/5784)) by @katherinehhh
- 去除表格的 Formily 组件,以提高切换表格分页时的性能 ([#5738](https://github.com/nocobase/nocobase/pull/5738)) by @zhangzhonghe
- 提升页面的渲染性能,和支持页面的 keep-alive 功能 ([#5515](https://github.com/nocobase/nocobase/pull/5515)) by @zhangzhonghe
- 实现前端组件的按需加载 ([#5647](https://github.com/nocobase/nocobase/pull/5647)) by @gchust
- **[通知:电子邮件]** 在通知插件的 package.json 中添加主页链接。 ([#6150](https://github.com/nocobase/nocobase/pull/6150)) by @sheldon66
- **[工作流:循环节点]** 修复工作流画布的样式问题 ([#6095](https://github.com/nocobase/nocobase/pull/6095)) by @mytharcher
- **[文件管理器]** 支持其他存储插件 ([#6096](https://github.com/nocobase/nocobase/pull/6096)) by @jiannx
参考文档:[文件存储S3 (Pro)](https://docs-cn.nocobase.com/handbook/file-manager/storage/s3-pro)
- **[工作流:测试工具包]** 调整工作流画布样式,使内容更紧凑 ([#6088](https://github.com/nocobase/nocobase/pull/6088)) by @mytharcher
- **[工作流]** 将部分 API 调整为更合理的名称 ([#6082](https://github.com/nocobase/nocobase/pull/6082)) by @mytharcher
- **[数据可视化]** 图表查询增加 offset 参数 ([#5911](https://github.com/nocobase/nocobase/pull/5911)) by @Albert-mah
- **[移动端]** 优化移动端日期和时间、日期范围选择组件交互体验 ([#5863](https://github.com/nocobase/nocobase/pull/5863)) by @katherinehhh
- **[用户认证]** 优化获取审计操作的 metadata 的逻辑 ([#5814](https://github.com/nocobase/nocobase/pull/5814)) by @chenzhizdt
- **[公开表单]** 操作面板、公开表单组件优化适配移动端 ([#5788](https://github.com/nocobase/nocobase/pull/5788)) by @katherinehhh
- **[数据表字段:排序]** 补充插件描述 ([#5720](https://github.com/nocobase/nocobase/pull/5720)) by @mytharcher
- **[工作流:自定义操作事件]** 调整手动执行工作流的 API by @mytharcher
- **[工作流JSON 计算]**
- 修改 JSON 解析的节点名称为 JSON 计算,并调整分组 by @mytharcher
- 为节点增加类型图标 by @mytharcher
- **[嵌入 NocoBase]** 提升页面的渲染性能 by @zhangzhonghe
- **[备份管理器]** 优化还原失败时的错误消息 by @gchust
### 🐛 修复
- **[client]**
- 按钮的联动规则因顺序问题导致的不能正常工作 ([#6147](https://github.com/nocobase/nocobase/pull/6147)) by @zhangzhonghe
- 删除区块或者字段后,布局异常 ([#6139](https://github.com/nocobase/nocobase/pull/6139)) by @zhangzhonghe
- 修复筛选按钮中非筛选字段设置影响同一数据表的其他表格区块的筛选按钮 ([#6121](https://github.com/nocobase/nocobase/pull/6121)) by @katherinehhh
- 子详情中添加关系字段不显示数据 ([#6117](https://github.com/nocobase/nocobase/pull/6117)) by @zhangzhonghe
- 修复切换页面后“数据加载方式”失效的问题 ([#6115](https://github.com/nocobase/nocobase/pull/6115)) by @zhangzhonghe
- 修复切换页面后,不刷新关系字段默认值的问题 ([#6114](https://github.com/nocobase/nocobase/pull/6114)) by @zhangzhonghe
- 修复 Easy-reading 模式的关系字段默认值不生效的问题 ([#6066](https://github.com/nocobase/nocobase/pull/6066)) by @zhangzhonghe
- 修复工作流人工节点的表单按钮的字段赋值无效的问题 ([#6054](https://github.com/nocobase/nocobase/pull/6054)) by @zhangzhonghe
- 修复 字段启用连接的弹窗中缺少当前弹窗变量 ([#6045](https://github.com/nocobase/nocobase/pull/6045)) by @katherinehhh
- 认证检查请求完成后才继续渲染页面 ([#6020](https://github.com/nocobase/nocobase/pull/6020)) by @2013xile
- 修复表格行无法拖拽排序的问题 ([#6013](https://github.com/nocobase/nocobase/pull/6013)) by @zhangzhonghe
- 修复在 IOS 中,空的子表格会显示一行空数据的问题 ([#5990](https://github.com/nocobase/nocobase/pull/5990)) by @zhangzhonghe
- 修复点击关系字段无法打开弹窗的问题 ([#5972](https://github.com/nocobase/nocobase/pull/5972)) by @zhangzhonghe
- 修 复 筛选表单/筛选操作中日期范围选择器设置 showTime=true 时未显示时间 ([#5956](https://github.com/nocobase/nocobase/pull/5956)) by @katherinehhh
- 修复在第三方插件中,表格单元格的显示不符合预期的问题 ([#5934](https://github.com/nocobase/nocobase/pull/5934)) by @zhangzhonghe
- 修复区块模板管理页面中,删除按钮被禁用的问题 ([#5922](https://github.com/nocobase/nocobase/pull/5922)) by @zhangzhonghe
- 修复在表单联动规则中,如果依赖了子表格中的字段值,而导致的联动规则失效的问题 ([#5876](https://github.com/nocobase/nocobase/pull/5876)) by @zhangzhonghe
- 修复子表格翻页后,数据不变的问题 ([#5856](https://github.com/nocobase/nocobase/pull/5856)) by @zhangzhonghe
- 修复切换页面后,浏览器标签名称未更新的问题 ([#5857](https://github.com/nocobase/nocobase/pull/5857)) by @zhangzhonghe
- 修复在数据源管理页面刷新页面后,会跳转到首页的问题 ([#5855](https://github.com/nocobase/nocobase/pull/5855)) by @zhangzhonghe
- 修复在引用模板中的关系字段,有时会不显示数据的问题 ([#5848](https://github.com/nocobase/nocobase/pull/5848)) by @zhangzhonghe
- 修复用户管理表格中,不显示角色数据的问题 ([#5846](https://github.com/nocobase/nocobase/pull/5846)) by @zhangzhonghe
- 修复添加“自定义请求”按钮后,不会立即显示的问题 ([#5845](https://github.com/nocobase/nocobase/pull/5845)) by @zhangzhonghe
- 修复在弹窗中增加区块后,再次打开不显示区块的问题 ([#5838](https://github.com/nocobase/nocobase/pull/5838)) by @zhangzhonghe
- 避免已隐藏的页面影响其它页面的交互 ([#5836](https://github.com/nocobase/nocobase/pull/5836)) by @zhangzhonghe
- 修复在详情区块中,更改关系字段的值,不会立即刷新的问题 ([#5826](https://github.com/nocobase/nocobase/pull/5826)) by @zhangzhonghe
- 修复在子表单中添加字段后,不显示字段的问题 ([#5827](https://github.com/nocobase/nocobase/pull/5827)) by @zhangzhonghe
- 修复首次开启“启用链接”后,点击链接打不开弹窗的问题 ([#5812](https://github.com/nocobase/nocobase/pull/5812)) by @zhangzhonghe
- 修复在移动端登录后,会跳转到桌面端页面的问题 ([#5805](https://github.com/nocobase/nocobase/pull/5805)) by @zhangzhonghe
- 修复操作配置按钮未左对齐的问题 ([#5798](https://github.com/nocobase/nocobase/pull/5798)) by @katherinehhh
- 关闭弹窗时,防止触发多次 API 请求 ([#5804](https://github.com/nocobase/nocobase/pull/5804)) by @zhangzhonghe
- 修复一些变量在第三方数据源区块中无法正常使用的问题 ([#5782](https://github.com/nocobase/nocobase/pull/5782)) by @zhangzhonghe
- 修复区块模板中,关系字段值为空的问题。修复第三方数据源的区块数据范围,使用变量时,不能正常工作的问题 ([#5777](https://github.com/nocobase/nocobase/pull/5777)) by @zhangzhonghe
- 修复懒加载组件时组件的动态属性不起作用的问题 ([#5776](https://github.com/nocobase/nocobase/pull/5776)) by @gchust
- 修复开发环境中动态加载 hook 时会出现 React 告警消息 ([#5758](https://github.com/nocobase/nocobase/pull/5758)) by @gchust
- **[build]**
- 修复设置环境变量 `APP_PUBLIC_PATH` 后无法加载的问题 ([#5924](https://github.com/nocobase/nocobase/pull/5924)) by @gchust
- 修复插件构建后前端 js 文件错误缓存的问题 ([#5801](https://github.com/nocobase/nocobase/pull/5801)) by @gchust
- 修复 `create-nocobase-app` 后执行 `yarn dev` 报错的问题 ([#5708](https://github.com/nocobase/nocobase/pull/5708)) by @gchust
- **[server]** 为 ACL 设置默认的可用操作 ([#5847](https://github.com/nocobase/nocobase/pull/5847)) by @chenos
- **[公开表单]** 无法在公开表单的`子表单(弹窗)`中新增字段 ([#6157](https://github.com/nocobase/nocobase/pull/6157)) by @gchust
- **[数据表: SQL]** 修复设置了 `DB_TABLE_PREFIX` 时过滤 SQL Collection 报错的问题 ([#6156](https://github.com/nocobase/nocobase/pull/6156)) by @2013xile
- **[工作流]**
- 为“移动”操作可触发工作流增加测试用例 ([#6145](https://github.com/nocobase/nocobase/pull/6145)) by @mytharcher
- 修复手动执行未启用工作流在异步节点报错的问题 ([#5877](https://github.com/nocobase/nocobase/pull/5877)) by @mytharcher
- **[用户数据同步]**
- 修复同步任务列表中“重试”按钮不显示的问题 ([#6079](https://github.com/nocobase/nocobase/pull/6079)) by @2013xile
- 修复同步和任务按钮的显示问题。 ([#5896](https://github.com/nocobase/nocobase/pull/5896)) by @2013xile
- **[验证码]** 修复在验证码配置页面,打开编辑弹窗,弹窗中的表单不显示值的问题 ([#5949](https://github.com/nocobase/nocobase/pull/5949)) by @chenos
- **[数据源:主数据库]** 修复筛选表单中的系统字段无法编辑的问题 ([#5885](https://github.com/nocobase/nocobase/pull/5885)) by @zhangzhonghe
- **[数据可视化]**
- 修复图表区块的初始高度 ([#5879](https://github.com/nocobase/nocobase/pull/5879)) by @2013xile
- 修复图表区块的筛选字段组件没有渲染的问题 ([#5769](https://github.com/nocobase/nocobase/pull/5769)) by @2013xile
- **[移动端]**
- 修复 移动端子页面日期组件未适配为移动端组件 ([#5859](https://github.com/nocobase/nocobase/pull/5859)) by @katherinehhh
- 修复 移动端筛选操作缺少日期输入框 ([#5779](https://github.com/nocobase/nocobase/pull/5779)) by @katherinehhh
- **[工作流:自定义操作事件]**
- 修复自定义操作事件的测试用例 by @mytharcher
- 修复 SQLite 下的测试用例 by @mytharcher
- **[工作流:操作前事件]** 修复请求拦截器的测试用例 by @mytharcher
- **[工作流:响应消息]** 修复错误的参数名 by @mytharcher
## [v1.4.34](https://github.com/nocobase/nocobase/compare/v1.4.33...v1.4.34) - 2025-02-02 ## [v1.4.34](https://github.com/nocobase/nocobase/compare/v1.4.33...v1.4.34) - 2025-02-02
### 🐛 修复 ### 🐛 修复