Skip to content

chore: Release 2026-01-23 09:19:50#2105

Merged
colinaaa merged 1 commit intomainfrom
changeset-release/main
Jan 25, 2026
Merged

chore: Release 2026-01-23 09:19:50#2105
colinaaa merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Jan 12, 2026

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.116.0

Minor Changes

Patch Changes

  • Add safety checks for compilation macros to prevent runtime errors when they are undefined. (#2110)

    Replaces direct usage of __PROFILE__, __MAIN_THREAD__, __BACKGROUND__ with typeof checks.

    This improves robustness by checking variable existence before access, preventing runtime errors in environments where compilation macros are not defined.

@lynx-js/lynx-bundle-rslib-config@0.2.0

Minor Changes

  • Use LAYERS exposed by DSL plugins (#2114)

@lynx-js/gesture-runtime@2.1.2

Patch Changes

  • Fix an issue that NativeGesture does not get correct types in callback (#2130)

@lynx-js/rspeedy@0.13.1

Patch Changes

  • Updated dependencies []:
    • @lynx-js/web-rsbuild-server-middleware@0.19.6

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

Patch Changes

  • Support using pluginReactLynx in Rslib. (#2114)

  • Updated dependencies [4cd7182]:

    • @lynx-js/template-webpack-plugin@0.10.2
    • @lynx-js/react-alias-rsbuild-plugin@0.12.6
    • @lynx-js/use-sync-external-store@1.5.0
    • @lynx-js/react-refresh-webpack-plugin@0.3.4
    • @lynx-js/react-webpack-plugin@0.7.3
    • @lynx-js/css-extract-webpack-plugin@0.7.0

upgrade-rspeedy@0.13.1

Patch Changes

  • Fix the issue rslib-runtime.js was not published in dist folder. (#2122)

@lynx-js/testing-environment@0.1.10

Patch Changes

  • Fix the error "lynxTestingEnv is not defined" (#2118)

@lynx-js/web-constants@0.19.6

Patch Changes

  • feat: add main-thread API: __QuerySelector (#2115)

  • fix: when a list-item is deleted from list, the deleted list-item is still showed incorrectly. (#1092)

    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.

  • feat: support main thread invoke ui method (#2104)

  • feat: support lynx.reload() (#2127)

  • Updated dependencies [f7133c1]:

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

@lynx-js/web-core@0.19.6

Patch Changes

  • fix: avoid crash on CPUs that do not support SIMD (#2133)

  • feat: support lynx.reload() (#2127)

  • Updated dependencies [179f984, f7133c1, 6c2b51a, 556fe9f, 5b589ab]:

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

@lynx-js/web-core-wasm@0.0.1

Patch Changes

  • Updated dependencies [f7133c1]:
    • @lynx-js/web-worker-rpc@0.19.6

@lynx-js/web-mainthread-apis@0.19.6

Patch Changes

  • feat: add main-thread API: __QuerySelector (#2115)

  • fix: when a list-item is deleted from list, the deleted list-item is still showed incorrectly. (#1092)

    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.

  • feat: support main thread invoke ui method (#2104)

  • fix: mts && bts events can be binded both (#2121)

  • Updated dependencies [179f984, f7133c1, 6c2b51a, 5b589ab]:

    • @lynx-js/web-constants@0.19.6

@lynx-js/web-worker-rpc@0.19.6

Patch Changes

  • fix: when a list-item is deleted from list, the deleted list-item is still showed incorrectly. (#1092)

    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.

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

Patch Changes

  • feat: support lynx.reload() (#2127)

  • Updated dependencies [179f984, f7133c1, 6c2b51a, 556fe9f, 5b589ab]:

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

@lynx-js/template-webpack-plugin@0.10.2

Patch Changes

  • Polyfill lynx.requireModuleAsync to allow cache same parallel requests. (#2108)

create-rspeedy@0.13.1

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

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

@lynx-js/web-rsbuild-server-middleware@0.19.6

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Jan 12, 2026

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.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot changed the title chore: Release 2026-01-12 09:14:40 chore: Release 2026-01-12 11:36:26 Jan 12, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6d4a94e to 710c25b Compare January 12, 2026 11:36
@github-actions github-actions bot changed the title chore: Release 2026-01-12 11:36:26 chore: Release 2026-01-13 07:44:17 Jan 13, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from 710c25b to 8dfd707 Compare January 13, 2026 07:44
@github-actions github-actions bot changed the title chore: Release 2026-01-13 07:44:17 chore: Release 2026-01-14 07:06:26 Jan 14, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8dfd707 to f0c5392 Compare January 14, 2026 07:06
@github-actions github-actions bot changed the title chore: Release 2026-01-14 07:06:26 chore: Release 2026-01-14 09:36:21 Jan 14, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from f0c5392 to b68d332 Compare January 14, 2026 09:36
@github-actions github-actions bot requested review from HuJean and hzy as code owners January 14, 2026 09:36
@github-actions github-actions bot changed the title chore: Release 2026-01-14 09:36:21 chore: Release 2026-01-16 06:49:11 Jan 16, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from b68d332 to 61556da Compare January 16, 2026 06:49
@github-actions github-actions bot changed the title chore: Release 2026-01-16 06:49:11 chore: Release 2026-01-16 08:26:01 Jan 16, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from 61556da to a580747 Compare January 16, 2026 08:26
@github-actions github-actions bot changed the title chore: Release 2026-01-16 08:26:01 chore: Release 2026-01-16 09:43:27 Jan 16, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from a580747 to f8c4369 Compare January 16, 2026 09:43
@github-actions github-actions bot changed the title chore: Release 2026-01-16 09:43:27 chore: Release 2026-01-16 11:01:00 Jan 16, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from f8c4369 to d1dc8e4 Compare January 16, 2026 11:01
@github-actions github-actions bot changed the title chore: Release 2026-01-16 11:01:00 chore: Release 2026-01-19 04:06:40 Jan 19, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from d1dc8e4 to a505d60 Compare January 19, 2026 04:06
@github-actions github-actions bot changed the title chore: Release 2026-01-19 04:06:40 chore: Release 2026-01-19 07:14:09 Jan 19, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from a505d60 to 081c02a Compare January 19, 2026 07:14
@github-actions github-actions bot requested a review from luhc228 as a code owner January 19, 2026 07:14
@github-actions github-actions bot changed the title chore: Release 2026-01-19 07:14:09 chore: Release 2026-01-19 07:15:35 Jan 19, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from 081c02a to 0a0c1ed Compare January 19, 2026 07:15
@github-actions github-actions bot changed the title chore: Release 2026-01-19 07:15:35 chore: Release 2026-01-20 11:44:05 Jan 20, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0a0c1ed to 73b1395 Compare January 20, 2026 11:44
@github-actions github-actions bot changed the title chore: Release 2026-01-20 11:44:05 chore: Release 2026-01-20 14:04:11 Jan 20, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from 73b1395 to 9c053ee Compare January 20, 2026 14:04
@github-actions github-actions bot changed the title chore: Release 2026-01-20 14:04:11 chore: Release 2026-01-21 15:00:18 Jan 21, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9c053ee to 3ce46e0 Compare January 21, 2026 15:00
@github-actions github-actions bot changed the title chore: Release 2026-01-21 15:00:18 chore: Release 2026-01-22 08:58:01 Jan 22, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3ce46e0 to 694789e Compare January 22, 2026 08:58
@github-actions github-actions bot changed the title chore: Release 2026-01-22 08:58:01 chore: Release 2026-01-22 10:06:01 Jan 22, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from 694789e to 10a4c26 Compare January 22, 2026 10:06
@github-actions github-actions bot changed the title chore: Release 2026-01-22 10:06:01 chore: Release 2026-01-22 13:38:10 Jan 22, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from 10a4c26 to 2f1bf92 Compare January 22, 2026 13:38
@github-actions github-actions bot changed the title chore: Release 2026-01-22 13:38:10 chore: Release 2026-01-23 06:24:34 Jan 23, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2f1bf92 to b602701 Compare January 23, 2026 06:24
@github-actions github-actions bot changed the title chore: Release 2026-01-23 06:24:34 chore: Release 2026-01-23 08:46:20 Jan 23, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from b602701 to 2acc358 Compare January 23, 2026 08:46
@github-actions github-actions bot changed the title chore: Release 2026-01-23 08:46:20 chore: Release 2026-01-23 09:19:50 Jan 23, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2acc358 to 8aeaff5 Compare January 23, 2026 09:20
@colinaaa colinaaa merged commit 08bda95 into main Jan 25, 2026
2 checks passed
@colinaaa colinaaa deleted the changeset-release/main branch January 25, 2026 11:07
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