@lynx-js/react-canary 0.112.4-canary-20250818-70863fbc → 0.112.4-canary-20250818-19021aba
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 +2 -2
- package/package.json +1 -1
- package/refresh/.turbo/turbo-build.log +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @lynx-js/react
|
|
2
2
|
|
|
3
|
-
## 0.112.4-canary-
|
|
3
|
+
## 0.112.4-canary-20250818140150-19021abafe4e9cb78e5eadeeca39b92f269b02a5
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Add `animate` API in Main Thread Script(MTS), so you can now control a CSS animation imperatively ([
|
|
7
|
+
- Add `animate` API in Main Thread Script(MTS), so you can now control a CSS animation imperatively ([`e0c0b3a`](https://github.com/lynx-family/lynx-stack/commit/e0c0b3a0109d90f3a8cee6825d70c59e36f968be))
|
|
8
8
|
|
|
9
9
|
```
|
|
10
10
|
function startAnimation() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/react-canary",
|
|
3
|
-
"version": "0.112.4-canary-20250818-
|
|
3
|
+
"version": "0.112.4-canary-20250818-19021aba",
|
|
4
4
|
"description": "ReactLynx is a framework for developing Lynx applications with familiar React.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|