Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 5, 2025

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 recyclable attribute in <list-item> to control whether the list item is recyclable. The recyclable attribute depends on Lynx Engine 3.4 or later. (#1388)

    <list-item recyclable={false} />
  • feat: Support using a host element as direct child of Suspense (#1455)

  • Add profile in production build: (#1336)

    1. diff:__COMPONENT_NAME__: how long ReactLynx diff took.
    2. render:__COMPONENT_NAME__: how long your render function took.
    3. setState: an instant trace event, indicate when your setState was called.

    NOTE: __COMPONENT_NAME__ may be unreadable when minified, setting displayName may help.

  • Add onBackgroundSnapshotInstanceUpdateId event 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)

    function handleTap() {
      "main thread";
      // The following check always returned false before this fix
      if (myHandleTap) {
        runOnBackground(myHandleTap)();
      }
    }

@lynx-js/rspeedy@0.10.6

Patch Changes

  • Remove the experimental provider option. (#1432)

  • Add output.filename.wasm and output.filename.assets options. (#1449)

  • fix deno compatibility (#1412)

  • Should call the api.onCloseBuild hook 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

  • Support ESLint for ReactLynx templates (#1274)

@lynx-js/react-rsbuild-plugin@0.10.11

Patch Changes

  • Updated dependencies [c8ce6aa]:
    • @lynx-js/react-alias-rsbuild-plugin@0.10.11
    • @lynx-js/use-sync-external-store@1.5.0
    • @lynx-js/react-refresh-webpack-plugin@0.3.4
    • @lynx-js/react-webpack-plugin@0.6.19

@lynx-js/react-alias-rsbuild-plugin@0.10.11

Patch Changes

  • Fix the Package subpath './compat' is not defined by "exports" error. (#1460)

@lynx-js/testing-environment@0.1.5

Patch Changes

  • Fix GlobalEventEmitter type definition, the emit(eventName: string, data: unknown) function should recevie an array typed data and 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)

    • Added getPathInfo API to NativeApp and its cross-thread handler for retrieving the path from a DOM node to the root.
    • Implemented endpoint and handler registration in both background and UI threads.
    • Implemented nativeApp.getPathInfo()
  • Updated dependencies []:

    • @lynx-js/web-worker-rpc@0.15.5

@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)

    • Added getPathInfo API to NativeApp and its cross-thread handler for retrieving the path from a DOM node to the root.
    • Implemented endpoint and handler registration in both background and UI threads.
    • Implemented nativeApp.getPathInfo()
  • fix: when onNativeModulesCall is delayed in mounting, the NativeModules execution result may be undefined. (#1457)

  • fix: onNativeModulesCall && onNapiModulesCall use getter to get. (#1466)

  • Updated dependencies [29434ae, fb7096b]:

    • @lynx-js/web-mainthread-apis@0.15.5
    • @lynx-js/web-constants@0.15.5
    • @lynx-js/web-worker-runtime@0.15.5
    • @lynx-js/web-worker-rpc@0.15.5

@lynx-js/web-core-server@0.15.5

Patch Changes

@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-elements-template@0.8.4

@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-constants@0.15.5
    • @lynx-js/web-style-transformer@0.15.5

@lynx-js/web-worker-runtime@0.15.5

Patch Changes

  • feat: support path() for createQuerySelector (#1456)

    • Added getPathInfo API to NativeApp and its cross-thread handler for retrieving the path from a DOM node to the root.
    • Implemented endpoint and handler registration in both background and UI threads.
    • Implemented nativeApp.getPathInfo()
  • Updated dependencies [29434ae, fb7096b]:

    • @lynx-js/web-mainthread-apis@0.15.5
    • @lynx-js/web-constants@0.15.5
    • @lynx-js/web-worker-rpc@0.15.5

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

@github-actions github-actions bot requested a review from colinaaa as a code owner August 5, 2025 11:28
@github-actions github-actions bot changed the title chore: Release 2025-08-05 11:28:14 chore: Release 2025-08-05 11:29:04 Aug 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 808cb69 to c737d44 Compare August 5, 2025 11:29
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 5, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot changed the title chore: Release 2025-08-05 11:29:04 chore: Release 2025-08-05 13:42:14 Aug 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from c737d44 to b21dac0 Compare August 5, 2025 13:42
@github-actions github-actions bot changed the title chore: Release 2025-08-05 13:42:14 chore: Release 2025-08-06 02:49:04 Aug 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from b21dac0 to def2ff9 Compare August 6, 2025 02:49
@github-actions github-actions bot requested a review from PupilTong as a code owner August 6, 2025 02:49
@github-actions github-actions bot changed the title chore: Release 2025-08-06 02:49:04 chore: Release 2025-08-06 03:24:59 Aug 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from def2ff9 to b4d995b Compare August 6, 2025 03:25
@github-actions github-actions bot changed the title chore: Release 2025-08-06 03:24:59 chore: Release 2025-08-06 03:44:27 Aug 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from b4d995b to 8e58ba2 Compare August 6, 2025 03:44
@github-actions github-actions bot changed the title chore: Release 2025-08-06 03:44:27 chore: Release 2025-08-06 04:08:50 Aug 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8e58ba2 to fb86dd9 Compare August 6, 2025 04:09
@github-actions github-actions bot changed the title chore: Release 2025-08-06 04:08:50 chore: Release 2025-08-06 04:57:27 Aug 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from fb86dd9 to e3e0122 Compare August 6, 2025 04:57
@github-actions github-actions bot changed the title chore: Release 2025-08-06 04:57:27 chore: Release 2025-08-06 05:20:46 Aug 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from e3e0122 to f8a6550 Compare August 6, 2025 05:20
@github-actions github-actions bot changed the title chore: Release 2025-08-06 05:20:46 chore: Release 2025-08-06 05:28:17 Aug 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from f8a6550 to c775547 Compare August 6, 2025 05:28
@github-actions github-actions bot changed the title chore: Release 2025-08-06 05:28:17 chore: Release 2025-08-06 06:28:26 Aug 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from c775547 to 0d0b965 Compare August 6, 2025 06:28
@github-actions github-actions bot changed the title chore: Release 2025-08-06 06:28:26 chore: Release 2025-08-06 08:34:17 Aug 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0d0b965 to d2751bb Compare August 6, 2025 08:34
@github-actions github-actions bot changed the title chore: Release 2025-08-06 08:34:17 chore: Release 2025-08-06 10:42:49 Aug 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from d2751bb to 20e91b6 Compare August 6, 2025 10:43
@github-actions github-actions bot changed the title chore: Release 2025-08-06 10:42:49 chore: Release 2025-08-06 11:21:13 Aug 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 20e91b6 to c80b496 Compare August 6, 2025 11:21
@github-actions github-actions bot changed the title chore: Release 2025-08-06 11:21:13 chore: Release 2025-08-06 12:32:24 Aug 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from a709ca6 to d4d87a1 Compare August 7, 2025 13:03
@github-actions github-actions bot changed the title chore: Release 2025-08-07 13:02:56 chore: Release 2025-08-07 13:11:11 Aug 7, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from d4d87a1 to fe4b1ac Compare August 7, 2025 13:11
@github-actions github-actions bot changed the title chore: Release 2025-08-07 13:11:11 chore: Release 2025-08-08 03:02:48 Aug 8, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from fe4b1ac to d715dde Compare August 8, 2025 03:03
@github-actions github-actions bot changed the title chore: Release 2025-08-08 03:02:48 chore: Release 2025-08-08 03:19:47 Aug 8, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from d715dde to 25070a3 Compare August 8, 2025 03:20
@github-actions github-actions bot changed the title chore: Release 2025-08-08 03:19:47 chore: Release 2025-08-08 04:48:25 Aug 8, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 25070a3 to a6e7adf Compare August 8, 2025 04:48
@github-actions github-actions bot changed the title chore: Release 2025-08-08 04:48:25 chore: Release 2025-08-08 06:44:07 Aug 8, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from a6e7adf to eb9b094 Compare August 8, 2025 06:44
@github-actions github-actions bot changed the title chore: Release 2025-08-08 06:44:07 chore: Release 2025-08-08 06:54:31 Aug 8, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from eb9b094 to 5db4bc5 Compare August 8, 2025 06:54
@github-actions github-actions bot changed the title chore: Release 2025-08-08 06:54:31 chore: Release 2025-08-08 07:55:44 Aug 8, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5db4bc5 to 14f1587 Compare August 8, 2025 07:55
@github-actions github-actions bot changed the title chore: Release 2025-08-08 07:55:44 chore: Release 2025-08-08 08:17:33 Aug 8, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 14f1587 to 0507990 Compare August 8, 2025 08:17
@github-actions github-actions bot changed the title chore: Release 2025-08-08 08:17:33 chore: Release 2025-08-08 09:08:34 Aug 8, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0507990 to 42c740e Compare August 8, 2025 09:08
@github-actions github-actions bot changed the title chore: Release 2025-08-08 09:08:34 chore: Release 2025-08-08 09:14:26 Aug 8, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 42c740e to 55520b2 Compare August 8, 2025 09:14
@github-actions github-actions bot changed the title chore: Release 2025-08-08 09:14:26 chore: Release 2025-08-08 09:16:40 Aug 8, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 55520b2 to 03e8840 Compare August 8, 2025 09:16
@github-actions github-actions bot changed the title chore: Release 2025-08-08 09:16:40 chore: Release 2025-08-08 12:58:50 Aug 8, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 03e8840 to e7696db Compare August 8, 2025 12:59
@github-actions github-actions bot changed the title chore: Release 2025-08-08 12:58:50 chore: Release 2025-08-09 04:27:19 Aug 9, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from e7696db to cac4b49 Compare August 9, 2025 04:27
@colinaaa colinaaa merged commit 05b0096 into main Aug 9, 2025
2 checks passed
@colinaaa colinaaa deleted the changeset-release/main branch August 9, 2025 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants