Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
".changes/bubble-perf.md",
".changes/chore-deps.md",
".changes/file-upload.md",
".changes/fix-list-selection.md",
".changes/fix-prompt.md",
".changes/fix-sender-lint.md",
".changes/fix-utils-build.md",
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## \[0.1.0-rc.2]

### Bug Fixes

- [`9f3c6a9`](https://github.com/DevCloudFE/matechat-react/commit/9f3c6a99bac9fe8e9a7a031cfd6c1ae4e7720603) ([#67](https://github.com/DevCloudFE/matechat-react/pull/67) by [@TMZZ031130](https://github.com/DevCloudFE/matechat-react/../../TMZZ031130)) Fixed the issue that normal list mode cannot be selected.

Other optimizations:

- Remove the `className` attribute from the `list`.
- Add an id attribute to the li option of the list component.

## \[0.1.0-rc.1]

### New Features
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": "@matechat/react",
"version": "0.1.0-rc.1",
"version": "0.1.0-rc.2",
"packageManager": "[email protected]",
"description": "Front-end AI scenario solution UI library based on Huawei DevUI Design.",
"type": "module",
Expand Down