@lynx-js/web-worker-rpc-canary 0.19.6-canary-20260122-af2487a2 → 0.19.6-canary-20260123-4d91dd32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# @lynx-js/web-worker-rpc
|
|
2
2
|
|
|
3
|
-
## 0.19.6-canary-
|
|
3
|
+
## 0.19.6-canary-20260123062439-4d91dd3219defd0dcc650e55591849921a991b57
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: when a list-item is deleted from list, the deleted list-item is still showed incorrectly. ([#1092](https://github.com/lynx-family/lynx-stack/pull/1092))
|
|
8
|
+
|
|
9
|
+
This is because the `enqueueComponent` method does not delete the node from the Element Tree. It is only to maintain the display node on RL, and lynx web needs to delete the dom additionally.
|
|
4
10
|
|
|
5
11
|
## 0.19.5
|
|
6
12
|
|