Releases: ant-design/pro-chat
Releases · ant-design/pro-chat
v1.15.3
What's Changed
- fix: delete console log by @ONLY-yours in #271
- 📝 docs: update cra & webpack docs by @ONLY-yours in #280
- 📝 docs: core api request docs by @ONLY-yours in #282
- feat: add setChats hooks by @ONLY-yours in #289
- 🐛 fix: 清空对话后,【返回底部】按钮未隐藏 by @mannix-lei in #287
- fix: 修复 useStyles 可能引发的异常 by @LengYXin in #293
- 🐛 fix: disable Enter when loading by @gin-lsl in #284
- 📝 docs: update ai use docs by @chen201724 in #272
- 🐛 fix: ChatItem demo error by @chen201724 in #273
- fix: userMeta设置backgroundColor 不生效的问题 by @fisher-zh in #295
- 🐛 fix: 在antd对话框中使用,消息输入太多撑开输入框,然后就缩不回去了 by @mannix-lei in #294
- Revert "fix: userMeta设置backgroundColor 不生效的问题 (#295)" by @ONLY-yours in #298
- ✏️ fix: ci update fixed by @ONLY-yours in #299
- fix: 修复 main ci 问题 by @ONLY-yours in #300
- fix: update snapshot by @ONLY-yours in #301
- 📝 docs: add solutions for nextjs problems by @AmAzing129 in #308
- Add locales by @dominikvytisk in #311
- 🏗️ build(pnpm): update pnpm to 9 and fix docs by @AmAzing129 in #313
- ✨ feat: assistantMeta 和 userMeta支持自定义类名 by @mannix-lei in #302
- 🔨 chore: add packageManager & update snap by @thinkasany in #314
- ✨ feat: 新增加每个单元的自定义渲染按钮配置透出 by @ONLY-yours in #318
New Contributors
- @mannix-lei made their first contribution in #287
- @LengYXin made their first contribution in #293
- @chen201724 made their first contribution in #272
- @fisher-zh made their first contribution in #295
- @AmAzing129 made their first contribution in #308
- @dominikvytisk made their first contribution in #311
- @thinkasany made their first contribution in #314
Full Changelog: v1.15.0...v1.15.3
v1.15.0
What's Changed
- feat: add callbacks by @LCJove in #239
- ✨ feat: optimize pushChat function by @LCJove in #244
- 🐛 fix: 修复窗口特殊情况下不停 Shaking 的问题 by @ONLY-yours in #252
- 🧪 fix: change some fail test ci by @ONLY-yours in #256
- 📝 docs: update ai use docs by @ONLY-yours in #257
- ✨ feat: 增加 chats 的三个回掉 by @ONLY-yours in #265
- feat: 更新 Request 支持更多自定义设置 by @ONLY-yours in #267
- 🔖 feat: release version 1.15.0 by @ONLY-yours in #268
Full Changelog: v1.14.0...v1.15.0
v1.14.0
What's Changed
- ✨ feat: support input area value controlled by @ONLY-yours in #197
- feat: 新增繁体中文 by @LCJove in #198
- 🐛 fix: 解决一些特殊无法渲染更新的问题 by @ONLY-yours in #209
- ✨ feat: add onScroll listener by @ONLY-yours in #222
- 🐛 fix: 修复输入框受控模式下中文无法输入的问题 by @ONLY-yours in #223
- 🐛 fix: docs error by @jaluik in #220
- 🐛 fix: 解决MockResponse下, emoji乱码问题 by @songhanlin in #231
- ✨ feat: 暴露Input.TextArea的ref到inputAreaProps中 by @songhanlin in #235
- 🐛 fix: 修复 input text ref 透传失败的问题 by @ONLY-yours in #241
- 💄 style: 将所有全局样式收敛至 .ant-pro-chat 内 by @gin-lsl in #237
- 🐛 fix: ActionIconGroup不设置dropdownMenu, 依旧显示...省略号 by @songhanlin in #238
New Contributors
- @jaluik made their first contribution in #220
- @songhanlin made their first contribution in #231
- @gin-lsl made their first contribution in #237
Full Changelog: v1.13.4...v1.14.0
v1.13.4
What's Changed
- 🐛 fix: 修复有些时候回到底部按钮不展示的问题 by @ONLY-yours in #175
- 🐛 fix: 不要让 ProChat 覆盖里面的 antd 组件样式 by @ONLY-yours in #180
- fix: 修复 itemShouldUpdate 功能不生效的问题 by @ONLY-yours in #181
- 🐛 fix: inputAreaProps 变化的时候应该重新触发渲染 by @ONLY-yours in #188
- 🐛 fix: 解决 Local 有些时候无效的问题 by @ONLY-yours in #190
- 🐛 fix: 全局 CSS 影响问题去除 by @ONLY-yours in #192
Full Changelog: v1.13.0...v1.13.4
v1.13.0
What's Changed
- 🌐 chore: 更新国际化 i18n hook by @LCJove in #148
- 📝 docs: 更新使用案例-结合Drawer 案例 by @ONLY-yours in #154
- 🐛 fix: 解决受控情况下,有些 Chats 数据依然不被受控的问题 by @ONLY-yours in #166
- ✨ feat: 添加 transformToChatMessage 的转换并添加 pushChat hooks by @ONLY-yours in #157
- ✨ feat: 支持自定义 Error 渲染 & 配套文档 by @ONLY-yours in #155
- 📝 feat: 优化一些滚动判断逻辑,更加平滑的滚动 by @ONLY-yours in #171
Full Changelog: v1.12.2...v1.13.0
v1.12.2
What's Changed
- 🐛 fix: slove send button not work by @ONLY-yours in #135
- ✨ feat: 优化大数据量的时候渲染卡顿问题
Full Changelog: v1.12.0...v1.12.2
v1.12.0
What's Changed
- feat: support sendButtonRender props by @chenshuai2144 in #129
- chore: add new locale by @LCJove in #131
New Contributors
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- 🐛 fix: slove loading was not stop by @ONLY-yours in #123
- ✨ markdown支持插件 by @sivdead in #116
- 🐛 fix: slove markdown style null render problem by @ONLY-yours in #124
- ✨ feat: support input render by @chenshuai2144 in #125
New Contributors
Full Changelog: v1.10.2...v1.11.0
v1.10.2
What's Changed
- ✏️ fix: slove if return null, still loading flag problem by @ONLY-yours in #115
- 🐛 fix: slove sse output loading problem by @ONLY-yours in #120
- 🔖 feat: 修改部分场景下ProChatProvider中对StoreUpdater的重复引入 by @levidcd in #118
New Contributors
Full Changelog: v1.10.0...v1.10.2
v1.10.0
What's Changed
- ✨ feat: 增加 Loading 时候允许停止继续生成的按钮 by @ONLY-yours in #103
- ✨ feat: support autoCompleteProps by @ONLY-yours in #110
- ✨ feat: useChat add getChatLoadingId by @ONLY-yours in #111
- 🔖 chore: publish 1.10.0 by @ONLY-yours in #112
Full Changelog: v1.9.3...v1.10.0