Files
docs/versioned_docs/version-2.22/developer-guide/theme/api-changelog.md
Ryan Wang 27794a9ad9 Update docs for Halo Paid version (#546)
* Update docs for Halo Paid version

* Update docs/getting-started/prepare.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update docs/getting-started/install/slots/_docker-registry-list.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Add brand settings section to user guide

* Add user guide for license activation

* Add SMS notification configuration guide

* Update lxware.cn links with referral code

* Update user guide for new auth providers and features

* Add Redis integration guide for paid version

* Add license activation instructions to install docs

* Fix broken link to paid version in Redis section

* Fix broken link to release versions in JAR install docs

* Fix link anchor in Finder API changelog docs

* Update issue reporting guidelines in documentation

* Remove sponsor documentation and related references

* Add warning about backup limitations for commercial version

* Update app store guide for license activation changes

* Update docs for Halo 2.22 paid edition and license activation

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-30 21:40:38 +08:00

1.4 KiB

title, description
title description
API 变更日志 记录每一个版本的主题 API 变更记录,方便开发者适配

2.22.0

表单定义 > 新增 Iconify 图标选择器

在 2.22.0 中,我们为 FormKit 表单提供了通用的图标选择器,基于 Iconify,详细文档可查阅:表单定义#Iconify

表单定义 > 新增 array 表单类型

在 2.22.0 中,我们为 FormKit 表单新增了 array 组件,用于定义一组数据,并计划使用 array 组件替换原有的 repeater 组件。详细文档可查阅:表单定义#array

表单定义 > 重构 attachment 表单类型

在 Halo 2.22 中,我们重构了原有的 attachment 表单类型,支持了预览和直接上传文件,并将旧版的表单类型更名为了 attachmentInput

文章 Finder API > 修改 cursor(postName) 返回结构

我们修改了文章 Finder API 中 cursor(postName) 方法的返回体结构,移除了 current 字段,并修改了 previousnext 字段类型为 ListedPostVo,并明确了上一篇文章是指发布时间较当前文章更早的文章,下一篇文章是指发布时间较当前文章更新的文章。详细文档可查阅:文章 Finder API#cursor