Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 18, 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/[email protected]

Patch Changes

  • fix withInitDataInState got wrong state in 2nd or more times defaultDataProcessor, now it will keep its own state. (#1478)

  • change __CreateElement('raw-text') to __CreateRawText('') to avoid setNativeProps not working (#1570)

  • Fix wrong render result when using expression as key. (#1541)

    See lynx-family/lynx-stack#1371 for more details.

  • fix: Cannot read properties of undefined error when using Suspense (#1569)

  • Add animate API in Main Thread Script(MTS), so you can now control a CSS animation imperatively (#1534)

    import type { MainThread } from "@lynx-js/types";
    
    function startAnimation(ele: MainThread.Element) {
      "main thread";
      const animation = ele.animate([{ opacity: 0 }, { opacity: 1 }], {
        duration: 3000,
      });
    
      // Can also be paused
      // animation.pause()
    }

@lynx-js/[email protected]

Patch Changes

  • Support caching Lynx native events when chunk splitting is enabled. (#1370)

    When performance.chunkSplit.strategy is not all-in-one, Lynx native events are cached until the BTS chunk is fully loaded and are replayed when that chunk is ready. The firstScreenSyncTiming flag will no longer change to jsReady anymore.

  • Support exporting Promise and function in lynx.config.ts. (#1590)

  • Fix missing publicPath using when rspeedy dev --mode production. (#1310)

  • Updated dependencies [aaca8f9]:

[email protected]

Patch Changes

  • Add @lynx-js/preact-devtools by default. (#1593)

@lynx-js/[email protected]

Patch Changes

  • Bump @clack/prompts to v1.0.0-alpha.4 (#1559)

@lynx-js/[email protected]

Patch Changes

@lynx-js/[email protected]

Patch Changes

  • Support using multiple times in different environments. (#1498)

  • Alias @lynx-js/preact-devtools to false to reduce an import of empty webpack module. (#1593)

@lynx-js/[email protected]

Patch Changes

  • Support lynx.createSelectorQuery().select() and setNativeProps API (#1570)

@lynx-js/[email protected]

Patch Changes

@lynx-js/[email protected]

Patch Changes

@lynx-js/[email protected]

Patch Changes

@lynx-js/[email protected]

Patch Changes

@lynx-js/[email protected]

Patch Changes

  • Add new LynxCacheEventsPlugin, which will cache Lynx native events until the BTS chunk is fully loaded, and replay them when the BTS chunk is ready. (#1370)

  • Updated dependencies [aaca8f9]:

@lynx-js/[email protected]

Patch Changes

@lynx-js/[email protected]

Patch Changes

@lynx-js/[email protected]

Patch Changes

@lynx-js/[email protected]

Patch Changes

@lynx-js/[email protected]

Patch Changes

  • Add lynxCacheEventsSetupList and lynxCacheEvents to RuntimeGlobals. It will be used to cache Lynx native events until the BTS chunk is fully loaded, and replay them when the BTS chunk is ready. (#1370)

[email protected]

@lynx-js/[email protected]

@lynx-js/[email protected]

@lynx-js/[email protected]

Copy link
Contributor

coderabbitai bot commented Aug 18, 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.
    • 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.
  • 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 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/Issue comments)

Type @coderabbitai help to get the list of available commands.

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.

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • 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-18 10:04:01 chore: Release 2025-08-18 12:02:09 Aug 18, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1f1698c to 84832b2 Compare August 18, 2025 12:02
@github-actions github-actions bot requested a review from PupilTong as a code owner August 18, 2025 12:02
@github-actions github-actions bot changed the title chore: Release 2025-08-18 12:02:09 chore: Release 2025-08-18 14:01:49 Aug 18, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 84832b2 to 45ce579 Compare August 18, 2025 14:02
@github-actions github-actions bot changed the title chore: Release 2025-08-18 14:01:49 chore: Release 2025-08-19 04:11:39 Aug 19, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 45ce579 to e45bfb9 Compare August 19, 2025 04:11
@github-actions github-actions bot changed the title chore: Release 2025-08-19 04:11:39 chore: Release 2025-08-19 06:49:03 Aug 19, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from e45bfb9 to 3a04860 Compare August 19, 2025 06:49
@github-actions github-actions bot changed the title chore: Release 2025-08-19 06:49:03 chore: Release 2025-08-19 08:12:39 Aug 19, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3a04860 to bc85d32 Compare August 19, 2025 08:12
@github-actions github-actions bot changed the title chore: Release 2025-08-19 08:12:39 chore: Release 2025-08-19 10:10:28 Aug 19, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from bc85d32 to 27f982f Compare August 19, 2025 10:10
@github-actions github-actions bot changed the title chore: Release 2025-08-19 10:10:28 chore: Release 2025-08-19 11:34:05 Aug 19, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 27f982f to 8464f8f Compare August 19, 2025 11:34
@github-actions github-actions bot changed the title chore: Release 2025-08-19 11:34:05 chore: Release 2025-08-19 12:08:48 Aug 19, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8464f8f to 3da8ccd Compare August 19, 2025 12:09
@github-actions github-actions bot changed the title chore: Release 2025-08-19 12:08:48 chore: Release 2025-08-19 12:10:33 Aug 19, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3da8ccd to 6290396 Compare August 19, 2025 12:10
@github-actions github-actions bot changed the title chore: Release 2025-08-19 12:10:33 chore: Release 2025-08-19 12:13:58 Aug 19, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6290396 to 21e96b5 Compare August 19, 2025 12:14
@github-actions github-actions bot requested a review from colinaaa as a code owner August 19, 2025 12:14
@github-actions github-actions bot changed the title chore: Release 2025-08-19 12:13:58 chore: Release 2025-08-19 13:27:52 Aug 19, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 21e96b5 to a3b170b Compare August 19, 2025 13:28
@github-actions github-actions bot changed the title chore: Release 2025-08-19 13:27:52 chore: Release 2025-08-20 04:49:39 Aug 20, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from a3b170b to 6ee3744 Compare August 20, 2025 04:49
@github-actions github-actions bot changed the title chore: Release 2025-08-20 04:49:39 chore: Release 2025-08-20 05:15:53 Aug 20, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6ee3744 to 888afdc Compare August 20, 2025 05:16
@github-actions github-actions bot changed the title chore: Release 2025-08-20 05:15:53 chore: Release 2025-08-20 05:36:14 Aug 20, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9477589 to eb5124d Compare August 21, 2025 04:07
@github-actions github-actions bot changed the title chore: Release 2025-08-21 04:07:07 chore: Release 2025-08-21 07:07:34 Aug 21, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from eb5124d to 2e5bafe Compare August 21, 2025 07:07
@github-actions github-actions bot changed the title chore: Release 2025-08-21 07:07:34 chore: Release 2025-08-21 11:44:59 Aug 21, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2e5bafe to 29eb1af Compare August 21, 2025 11:45
@github-actions github-actions bot changed the title chore: Release 2025-08-21 11:44:59 chore: Release 2025-08-21 13:07:33 Aug 21, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 29eb1af to bf24d80 Compare August 21, 2025 13:07
@github-actions github-actions bot changed the title chore: Release 2025-08-21 13:07:33 chore: Release 2025-08-21 22:31:01 Aug 21, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from bf24d80 to 343c1b0 Compare August 21, 2025 22:31
@github-actions github-actions bot changed the title chore: Release 2025-08-21 22:31:01 chore: Release 2025-08-21 22:33:42 Aug 21, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 343c1b0 to 015a8f6 Compare August 21, 2025 22:33
@github-actions github-actions bot changed the title chore: Release 2025-08-21 22:33:42 chore: Release 2025-08-21 22:35:55 Aug 21, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 015a8f6 to 8dbc932 Compare August 21, 2025 22:36
@github-actions github-actions bot changed the title chore: Release 2025-08-21 22:35:55 chore: Release 2025-08-22 07:53:22 Aug 22, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8dbc932 to 502dfc2 Compare August 22, 2025 07:53
@github-actions github-actions bot changed the title chore: Release 2025-08-22 07:53:22 chore: Release 2025-08-22 08:55:35 Aug 22, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 502dfc2 to f41644e Compare August 22, 2025 08:55
@github-actions github-actions bot changed the title chore: Release 2025-08-22 08:55:35 chore: Release 2025-08-22 09:34:19 Aug 22, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from f41644e to c513e0f Compare August 22, 2025 09:34
@github-actions github-actions bot changed the title chore: Release 2025-08-22 09:34:19 chore: Release 2025-08-22 10:52:31 Aug 22, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from c513e0f to c87bdc9 Compare August 22, 2025 10:52
@github-actions github-actions bot changed the title chore: Release 2025-08-22 10:52:31 chore: Release 2025-08-25 09:20:28 Aug 25, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from c87bdc9 to 34ecac7 Compare August 25, 2025 09:20
@github-actions github-actions bot changed the title chore: Release 2025-08-25 09:20:28 chore: Release 2025-08-25 13:05:15 Aug 25, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 34ecac7 to 09431cf Compare August 25, 2025 13:05
@github-actions github-actions bot changed the title chore: Release 2025-08-25 13:05:15 chore: Release 2025-08-26 03:52:00 Aug 26, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 09431cf to e560428 Compare August 26, 2025 03:52
@colinaaa colinaaa merged commit 8cd2a94 into main Aug 26, 2025
2 checks passed
@colinaaa colinaaa deleted the changeset-release/main branch August 26, 2025 04:41
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.

1 participant