-
Notifications
You must be signed in to change notification settings - Fork 109
chore: Release 2025-08-09 04:27:19 #1434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
808cb69 to
c737d44
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
c737d44 to
b21dac0
Compare
b21dac0 to
def2ff9
Compare
def2ff9 to
b4d995b
Compare
b4d995b to
8e58ba2
Compare
8e58ba2 to
fb86dd9
Compare
fb86dd9 to
e3e0122
Compare
e3e0122 to
f8a6550
Compare
f8a6550 to
c775547
Compare
c775547 to
0d0b965
Compare
0d0b965 to
d2751bb
Compare
d2751bb to
20e91b6
Compare
20e91b6 to
c80b496
Compare
a709ca6 to
d4d87a1
Compare
d4d87a1 to
fe4b1ac
Compare
fe4b1ac to
d715dde
Compare
d715dde to
25070a3
Compare
25070a3 to
a6e7adf
Compare
a6e7adf to
eb9b094
Compare
eb9b094 to
5db4bc5
Compare
5db4bc5 to
14f1587
Compare
14f1587 to
0507990
Compare
0507990 to
42c740e
Compare
42c740e to
55520b2
Compare
55520b2 to
03e8840
Compare
03e8840 to
e7696db
Compare
e7696db to
cac4b49
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@lynx-js/react@0.112.2
Patch Changes
Supports
recyclableattribute in<list-item>to control whether the list item is recyclable. Therecyclableattribute depends on Lynx Engine 3.4 or later. (#1388)feat: Support using a host element as direct child of Suspense (#1455)
Add profile in production build: (#1336)
diff:__COMPONENT_NAME__: how long ReactLynx diff took.render:__COMPONENT_NAME__: how long your render function took.setState: an instant trace event, indicate when your setState was called.NOTE:
__COMPONENT_NAME__may be unreadable when minified, settingdisplayNamemay help.Add
onBackgroundSnapshotInstanceUpdateIdevent on dev for Preact Devtools to keep the correct snapshotInstanceId info. (#1173)fix: Prevent error when spreading component props onto an element (#1459)
fix: Correctly check for the existence of background functions in MTS (#1416)
@lynx-js/rspeedy@0.10.6
Patch Changes
Remove the experimental
provideroption. (#1432)Add
output.filename.wasmandoutput.filename.assetsoptions. (#1449)fix deno compatibility (#1412)
Should call the
api.onCloseBuildhook after the build finished. (#1446)Bump Rsbuild v1.4.15. (#1423)
Support using function in
output.filename.*. (#1449)create-rspeedy@0.10.6
Patch Changes
@lynx-js/react-rsbuild-plugin@0.10.11
Patch Changes
c8ce6aa]:@lynx-js/react-alias-rsbuild-plugin@0.10.11
Patch Changes
Package subpath './compat' is not defined by "exports"error. (#1460)@lynx-js/testing-environment@0.1.5
Patch Changes
GlobalEventEmittertype definition, theemit(eventName: string, data: unknown)function should recevie an array typeddataand pass as param list of listeners. (#1479)@lynx-js/web-constants@0.15.5
Patch Changes
fix: load main-thread chunk in ESM format (#1437)
See nodejs/node#59362 for more details.
feat: support path() for
createQuerySelector(#1456)getPathInfoAPI toNativeAppand its cross-thread handler for retrieving the path from a DOM node to the root.nativeApp.getPathInfo()Updated dependencies []:
@lynx-js/web-core@0.15.5
Patch Changes
fix: load main-thread chunk in ESM format (#1437)
See nodejs/node#59362 for more details.
feat: support path() for
createQuerySelector(#1456)getPathInfoAPI toNativeAppand its cross-thread handler for retrieving the path from a DOM node to the root.nativeApp.getPathInfo()fix: when
onNativeModulesCallis delayed in mounting, the NativeModules execution result may be undefined. (#1457)fix:
onNativeModulesCall&&onNapiModulesCalluse getter to get. (#1466)Updated dependencies [
29434ae,fb7096b]:@lynx-js/web-core-server@0.15.5
Patch Changes
fix: load main-thread chunk in ESM format (#1437)
See nodejs/node#59362 for more details.
@lynx-js/web-elements@0.8.4
Patch Changes
feat: add autocomplete attribute support for x-input component (#1444)
Implements autocomplete attribute forwarding from the x-input custom element to the internal HTML input element in the shadow DOM. This enables standard browser autocomplete functionality for x-input elements.
Add referrerpolicy attribute support to x-image web component (#1420)
Updated dependencies []:
@lynx-js/web-mainthread-apis@0.15.5
Patch Changes
fix: load main-thread chunk in ESM format (#1437)
See nodejs/node#59362 for more details.
Updated dependencies [
29434ae,fb7096b]:@lynx-js/web-worker-runtime@0.15.5
Patch Changes
feat: support path() for
createQuerySelector(#1456)getPathInfoAPI toNativeAppand its cross-thread handler for retrieving the path from a DOM node to the root.nativeApp.getPathInfo()Updated dependencies [
29434ae,fb7096b]:upgrade-rspeedy@0.10.6
@lynx-js/web-elements-template@0.8.4
@lynx-js/web-style-transformer@0.15.5
@lynx-js/web-worker-rpc@0.15.5