mirror of
https://github.com/molvqingtai/WebChat.git
synced 2025-11-25 11:18:33 +08:00
chore(release): 1.9.0 [skip ci]
# [1.9.0](https://github.com/molvqingtai/WebChat/compare/v1.8.6...v1.9.0) (2025-10-01) ### Bug Fixes * prevent setup component render before userInfo loads ([cae3a08](cae3a08811)) ### Features * add message send throttling and fix IME composition issue ([2d3e6db](2d3e6db731)) ### Performance Improvements * optimize drag/resize performance with RAF and prevent unnecessary re-renders ([82577d0](82577d0bcd)) * optimize message sync with hash comparison ([da8c411](da8c411ac5)) * use useLayoutEffect for beforeunload listener to ensure early registration ([97e9574](97e957420c))
This commit is contained in:
19
CHANGELOG.md
19
CHANGELOG.md
@@ -1,3 +1,22 @@
|
||||
# [1.9.0](https://github.com/molvqingtai/WebChat/compare/v1.8.6...v1.9.0) (2025-10-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* prevent setup component render before userInfo loads ([cae3a08](https://github.com/molvqingtai/WebChat/commit/cae3a08811d3885bf409a8a86e9fd5322ee4a504))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add message send throttling and fix IME composition issue ([2d3e6db](https://github.com/molvqingtai/WebChat/commit/2d3e6db7318841577d0a368dbf7ffd791b3fc8c7))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* optimize drag/resize performance with RAF and prevent unnecessary re-renders ([82577d0](https://github.com/molvqingtai/WebChat/commit/82577d0bcdca7c46d20128e51bc128662e201647))
|
||||
* optimize message sync with hash comparison ([da8c411](https://github.com/molvqingtai/WebChat/commit/da8c411ac5a34e808b0fcf7a6cb591c32387d9ee))
|
||||
* use useLayoutEffect for beforeunload listener to ensure early registration ([97e9574](https://github.com/molvqingtai/WebChat/commit/97e957420ceaa80ca04380c68179716c612643d6))
|
||||
|
||||
## [1.8.6](https://github.com/molvqingtai/WebChat/compare/v1.8.5...v1.8.6) (2025-09-30)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "web-chat",
|
||||
"displayName": "WebChat",
|
||||
"version": "1.8.6",
|
||||
"version": "1.9.0",
|
||||
"description": "Chat with anyone on any website.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user