Skip to content

chore: Release 2026-01-11 16:34:15#2091

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

chore: Release 2026-01-11 16:34:15#2091
colinaaa merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jan 5, 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/rspeedy@0.13.0

Minor Changes

  • Bump Rsbuild v1.7.1 with Rspack v1.7.0. (#2088)

  • BREAKING CHANGE: Remove the CLI version selector and the --unmanaged flag. (#2093)

    Rspeedy will no longer automatically attempt to use the locally installed version when the CLI is invoked.

    Please uninstall your globally installed version of Rspeedy:

    npm uninstall -g @lynx-js/rspeedy

Patch Changes

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

@lynx-js/web-elements@0.11.0

Minor Changes

  • feat: integrate the LinearContainer Compat plugin (#2100)

    This is a BREAKING CHANGE

    Now we integrated the LinearCompat into @lynx-js/web-elements. Developers can safely remove the following imports:

    import "@lynx-js/web-elements/compat/LinearContainer";
    import "@lynx-js/web-elements-compat/LinearContainer";

Patch Changes

  • fix: list-item contain property changes from size to layout paint, because the size of the list-item can be expanded by its children. (#2043)

  • Use the scoped @lynx-js/source-field for source build resolution. (#2096)

@lynx-js/react@0.115.4

Patch Changes

  • fix: unable to access MainThreadRef in some scenarios (#1996)

  • Add getComputedStyleProperty for MainThread.Element to retrieve computed style values synchronously. (#2005)

    Requires Lynx SDK >= 3.5

    function getStyle(ele: MainThread.Element) {
      "main thread";
      const width = ele.getComputedStyleProperty("width"); // Returns 300px
      const transformMatrix = ele.getComputedStyleProperty("transform"); // Returns matrix(2, 0, 0, 2, 200, 400)
    }

@lynx-js/config-rsbuild-plugin@0.0.1

Patch Changes

  • Init @lynx-js/config-rsbuild-plugin for configuring Lynx Configs that are not exposed by DSL plugins. (#2052)

    For example:

    // lynx.config.ts
    import { pluginLynxConfig } from "@lynx-js/config-rsbuild-plugin";
    import { defineConfig } from "@lynx-js/rspeedy";
    
    export default defineConfig({
      plugins: [
        pluginLynxConfig({
          enableCheckExposureOptimize: false,
        }),
      ],
    });

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

Patch Changes

  • Support reading config from pluginLynxConfig. (#2054)

  • Updated dependencies []:

    • @lynx-js/react-alias-rsbuild-plugin@0.12.5
    • @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/web-constants@0.19.5

Patch Changes

  • Updated dependencies [a91173c]:
    • @lynx-js/web-worker-rpc@0.19.5

@lynx-js/web-core@0.19.5

Patch Changes

  • fix: pixelWidth and pixelHeight use client instead of screen (#2055)

  • Updated dependencies [a91173c]:

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

@lynx-js/web-explorer@0.0.16

Patch Changes

  • fix: add web bundle check && toast error (#2101)

  • fix: list-item contain property changes from size to layout paint, because the size of the list-item can be expanded by its children. (#2043)

  • fix: pixelWidth and pixelHeight use client instead of screen (#2055)

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

Patch Changes

  • Updated dependencies []:
    • @lynx-js/web-constants@0.19.5

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

Patch Changes

  • Use the scoped @lynx-js/source-field for source build resolution. (#2096)

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

Patch Changes

  • Updated dependencies [a91173c]:
    • @lynx-js/web-worker-rpc@0.19.5
    • @lynx-js/web-constants@0.19.5
    • @lynx-js/web-mainthread-apis@0.19.5

create-rspeedy@0.13.0

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

upgrade-rspeedy@0.13.0

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

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

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jan 5, 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-05 04:36:55 chore: Release 2026-01-05 05:28:38 Jan 5, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f76f3f7 to d9b7247 Compare January 5, 2026 05:28
@github-actions github-actions Bot changed the title chore: Release 2026-01-05 05:28:38 chore: Release 2026-01-05 06:36:08 Jan 5, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from d9b7247 to 52874fb Compare January 5, 2026 06:36
@github-actions github-actions Bot changed the title chore: Release 2026-01-05 06:36:08 chore: Release 2026-01-05 07:34:35 Jan 5, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 52874fb to b9dd98d Compare January 5, 2026 07:34
@github-actions github-actions Bot changed the title chore: Release 2026-01-05 07:34:35 chore: Release 2026-01-05 07:35:31 Jan 5, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from b9dd98d to 38b87e1 Compare January 5, 2026 07:35
@github-actions github-actions Bot changed the title chore: Release 2026-01-05 07:35:31 chore: Release 2026-01-05 08:52:24 Jan 5, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 38b87e1 to e3b5523 Compare January 5, 2026 08:52
@github-actions github-actions Bot changed the title chore: Release 2026-01-05 08:52:24 chore: Release 2026-01-05 09:50:49 Jan 5, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from e3b5523 to 66c962d Compare January 5, 2026 09:50
@github-actions github-actions Bot changed the title chore: Release 2026-01-05 09:50:49 chore: Release 2026-01-06 06:10:14 Jan 6, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 66c962d to d4b7c62 Compare January 6, 2026 06:10
@github-actions github-actions Bot requested review from HuJean and hzy as code owners January 6, 2026 06:10
@github-actions github-actions Bot changed the title chore: Release 2026-01-06 06:10:14 chore: Release 2026-01-07 05:36:23 Jan 7, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from d4b7c62 to eca0792 Compare January 7, 2026 05:36
@github-actions github-actions Bot changed the title chore: Release 2026-01-07 05:36:23 chore: Release 2026-01-07 06:14:21 Jan 7, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from eca0792 to 81c062a Compare January 7, 2026 06:14
@github-actions github-actions Bot requested a review from PupilTong as a code owner January 7, 2026 06:14
@github-actions github-actions Bot changed the title chore: Release 2026-01-07 06:14:21 chore: Release 2026-01-07 11:00:31 Jan 7, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 81c062a to 543d357 Compare January 7, 2026 11:00
@github-actions github-actions Bot changed the title chore: Release 2026-01-07 11:00:31 chore: Release 2026-01-08 09:37:00 Jan 8, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 543d357 to a71fe5a Compare January 8, 2026 09:37
@github-actions github-actions Bot changed the title chore: Release 2026-01-08 09:37:00 chore: Release 2026-01-08 11:38:54 Jan 8, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from a71fe5a to 0b9b6e1 Compare January 8, 2026 11:39
@github-actions github-actions Bot changed the title chore: Release 2026-01-08 11:38:54 chore: Release 2026-01-08 12:47:34 Jan 8, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 0b9b6e1 to f294e97 Compare January 8, 2026 12:47
@github-actions github-actions Bot changed the title chore: Release 2026-01-08 12:47:34 chore: Release 2026-01-08 13:06:25 Jan 8, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f294e97 to b7fead4 Compare January 8, 2026 13:06
@github-actions github-actions Bot changed the title chore: Release 2026-01-08 13:06:25 chore: Release 2026-01-08 13:25:47 Jan 8, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from b7fead4 to 822c6f4 Compare January 8, 2026 13:26
@github-actions github-actions Bot changed the title chore: Release 2026-01-08 13:25:47 chore: Release 2026-01-09 07:09:01 Jan 9, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 822c6f4 to f3b2b2e Compare January 9, 2026 07:09
@github-actions github-actions Bot changed the title chore: Release 2026-01-09 07:09:01 chore: Release 2026-01-09 09:26:09 Jan 9, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f3b2b2e to 344a8a8 Compare January 9, 2026 09:26
@github-actions github-actions Bot changed the title chore: Release 2026-01-09 09:26:09 chore: Release 2026-01-11 10:29:44 Jan 11, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 344a8a8 to aca9aac Compare January 11, 2026 10:29
@github-actions github-actions Bot changed the title chore: Release 2026-01-11 10:29:44 chore: Release 2026-01-11 16:34:15 Jan 11, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from aca9aac to b3485bf Compare January 11, 2026 16:34
@colinaaa colinaaa merged commit 23403f6 into main Jan 11, 2026
2 checks passed
@colinaaa colinaaa deleted the changeset-release/main branch January 11, 2026 16:36
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