Skip to content

Commit

Permalink
docs: 1.0.0-alpha.5 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Oct 23, 2024
1 parent bf81cdd commit b1e7bbf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ tag: vVERSION

---

## 1.0.0-alpha.5

`2024-10-23`

- 🆕 Bubble support `loadingRender` to customize loading content. [#165](https://github.com/ant-design/x/pull/165)
- 🐛 Fix components missing style when without XProvider. [#163](https://github.com/ant-design/x/pull/163)

## 1.0.0-alpha.4

`2024-10-17`
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ tag: vVERSION

---

## 1.0.0-alpha.5

`2024-10-23`

- 🆕 Bubble 支持 `loadingRender` 以自定义加载状态。[#165](https://github.com/ant-design/x/pull/165)
- 🐛 修复不包裹 XProvider 时,组件样式丢失的问题。[#163](https://github.com/ant-design/x/pull/163)

## 1.0.0-alpha.4

`2024-10-17`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/x",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "Crafting AI-driven interfaces with React, seamlessly integrating smart chat components and API services at your fingertips.",
"keywords": [
"AI",
Expand Down

0 comments on commit b1e7bbf

Please sign in to comment.