2025R1-Beta2 → 2025R1
本次 UOF X 由 2025R1-Beta 升級至 2025R1 注意事項如下:
建議更新方式¶
這次新增面板功能,為降低非預期錯誤的風險,建議先從 GitHub 下載對應版本 v2025R1,然後再合併相關客製內容。
Web¶
- primeng 升級至 17.18.15
- gcpdfviewer 變更為 dspdfviewer
- 新增 ngx-skeleton-loader
可複製下方指令,直接執行。
npm install primeng@17.18.15 @mescius/dspdfviewer@8.0.4 install i18next@24.2.2 install moment@2.30.1 install ngx-skeleton-loader@8.1.0
安裝 UOF X 新版套件包¶
套件名稱 | 版本 |
---|---|
@uofx/web-components | 4.12.5 |
@uofx/app-components | 3.12.1 |
@uofx/core | 3.7.0 |
@uofx/error-code | 2.10.0 |
@uofx/icon | 2.7.0 |
@uofx/plugin | 4.2.0 |
可複製下方指令,直接執行。
npm install @uofx/web-components@4.12.5 @uofx/app-components@3.12.1 @uofx/core@3.7.0 @uofx/error-code@2.10.0 @uofx/icon@2.7.0 @uofx/plugin@4.2.0
Breaking Changes¶
1. 更名 EmployeeHttpHandler¶
將 EmployeeHttpHandler 改為 MyHttpHandler
新功能¶
Web¶
1. 外掛面板¶
能依據自身需求所開發的面板,掛載於 UOFX 中,提升跨系統的整合能力。
詳細使用方式請參考 外掛面板
修正¶
Web¶
1. 讀取 Plugin 站台 code 字數長度限制由 20 改為 50
2. 重載設定檔時,不要將現有的 Plugin 頁面權限 > 誰能使用 清除。