From 285974f4d5dbdbfbce86eb55fb9340b768753adf Mon Sep 17 00:00:00 2001 From: luofann Date: Wed, 11 Sep 2024 15:25:45 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=97=A5=E5=BF=97=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/RELEASE.md | 6 +++++- docs/RELEASE_EN.md | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 053855c8..0ad9bfd9 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,9 +1,13 @@ # Changelog ## [Version: 2.7.0] - 2024-08-29 【优化】esb鉴权信息迁移到header,支持版本 open-paas/esb >= 2.12.20 +【修复】导航栏样式按照设计规范统一处理 +【修复】公共API文件导出实现方式修改 +【修复】修复单据列表在非首页搜索报错的问题 +【修复】任务模板编辑点击上一步返回路径优化 ## [Version: 2.6.30] - 2024-08-15 -【修复】项目初始化时登录后重定向url异常修复 +【修复】项目初始化时登录后重定向url异常修复 ## [Version: 2.6.29] - 2024-08-14 【修复】修复权限申请内容国际化问题 diff --git a/docs/RELEASE_EN.md b/docs/RELEASE_EN.md index e716b1c8..c311f3b8 100644 --- a/docs/RELEASE_EN.md +++ b/docs/RELEASE_EN.md @@ -1,6 +1,10 @@ # Changelog ## [Version: 2.7.0] - 2024-08-29 【Improved】Migrated the authentication information to header when calling esb, support open-paas/esb >= 2.12.20 +【Fixed】The navigation bar style has been standardized according to the design specifications. +【Fixed】Modified the implementation method for exporting common API files. +【Fixed】Fixed the issue where searching on the document list in non-home pages resulted in an error. +【Fixed】Optimized the return path when clicking ‘Previous’ during task template editing. ## [Version: 2.6.30] - 2024-08-15 【Fixed】Fixed the URL Redirection Issue after Login during Project Initialization