Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 3, 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

  • During hydration, replace update with insert + remove for same-type <list-item /> with different item-key so the Lynx Engine detects changes. (#1598)

    Hydrate List B into List A: List A:
    <list>
      <list-item item-key="a">hello</list-item>
      <list-item item-key="a">world</list-item>
    </list>
    
    List B:
    <list>
      <list-item item-key="a1">hello</list-item>
      <list-item item-key="a2">world</list-item>
    </list>

    Previously this case was hydrated as an update; it is now emitted as insert + remove to ensure SDK detection.

  • Bump swc_core v47. (#1916)

  • Pass sourcemap generated by rspack to swc transformer. (#1910)

  • When engineVersion is greater than or equal to 3.1, use __SetAttribute to set text attribute for text node instead of creating a raw text node. (#1880)

  • Add profile for list update-list-info. (#1480)

  • Support testing React Compiler in testing library. Enable React Compiler by setting the experimental_enableReactCompiler option of createVitestConfig to true. (#1269)

    import { defineConfig, mergeConfig } from "vitest/config";
    import { createVitestConfig } from "@lynx-js/react/testing-library/vitest-config";
    
    const defaultConfig = await createVitestConfig({
      runtimePkgName: "@lynx-js/react",
      experimental_enableReactCompiler: true,
    });
    
    export default mergeConfig(defaultConfig, config);

@lynx-js/[email protected]

Patch Changes

@lynx-js/[email protected]

Patch Changes

  • fix: print out the output chunk urls (#1921)

@lynx-js/[email protected]

Patch Changes

  • When engineVersion is greater than or equal to 3.1, use __SetAttribute to set text attribute for text node instead of creating a raw text node. (#1880)

  • Add react-compiler-runtime to resolve.dedupe. (#1269)

    With this change you can setup React Compiler for ReactLynx by pluginBabel:

    import { defineConfig } from "@lynx-js/rspeedy";
    import { pluginBabel } from "@rsbuild/plugin-babel";
    
    export default defineConfig({
      plugins: [
        pluginBabel({
          include: /\.(?:jsx|tsx)$/,
          babelLoaderOptions(opts) {
            opts.plugins?.unshift([
              "babel-plugin-react-compiler",
              // See https://react.dev/reference/react-compiler/configuration for config
              {
                // ReactLynx only supports target to version 17
                target: "17",
              },
            ]);
          },
        }),
      ],
    });
  • Updated dependencies [e7d186a, 0d7a4c3]:

@lynx-js/[email protected]

Patch Changes

@lynx-js/[email protected]

Patch Changes

@lynx-js/[email protected]

Patch Changes

  • fix: define x-foldview-slot-drag-ng typo. (#1915)

  • feat: 1. Added support for the list estimated-main-axis-size-px property; the width and height of list-item are no longer required. (#1911)

    1. Fixed an issue where the list lower-threshold-item-count event would not trigger when using a horizontal layout under a waterfall layout.

    2. Fixed an issue where calling the list autoScroll method in useEffect might not scroll.

    3. Fixed an issue where the scrolltolower event might not be triggered in waterfall, because the lower styles was not updated in registerEventEnableStatusChangeHandler.

  • Updated dependencies []:

@lynx-js/[email protected]

Patch Changes

  • fix: define x-foldview-slot-drag-ng typo. (#1915)

@lynx-js/[email protected]

Patch Changes

  • feat: update @lynx-js/web-elements to 0.8.10 (#1914)

@lynx-js/[email protected]

Patch Changes

@lynx-js/[email protected]

Patch Changes

@lynx-js/[email protected]

Patch Changes

  • Pass sourcemap generated by rspack to swc transformer. (#1910)

  • When engineVersion is greater than or equal to 3.1, use __SetAttribute to set text attribute for text node instead of creating a raw text node. (#1880)

[email protected]

@lynx-js/[email protected]

[email protected]

@lynx-js/[email protected]

@lynx-js/[email protected]

@lynx-js/[email protected]

@lynx-js/[email protected]

@lynx-js/[email protected]

@github-actions github-actions bot requested review from colinaaa and hzy as code owners November 3, 2025 07:32
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 3, 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.


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

@github-actions github-actions bot changed the title chore: Release 2025-11-03 07:32:16 chore: Release 2025-11-03 09:34:09 Nov 3, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 96624b2 to ca0de89 Compare November 3, 2025 09:34
@github-actions github-actions bot requested a review from PupilTong as a code owner November 3, 2025 09:34
@github-actions github-actions bot changed the title chore: Release 2025-11-03 09:34:09 chore: Release 2025-11-03 11:50:50 Nov 3, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from ca0de89 to de3b3e5 Compare November 3, 2025 11:51
@github-actions github-actions bot changed the title chore: Release 2025-11-03 11:50:50 chore: Release 2025-11-04 06:31:46 Nov 4, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from de3b3e5 to 071e9cc Compare November 4, 2025 06:31
@github-actions github-actions bot changed the title chore: Release 2025-11-04 06:31:46 chore: Release 2025-11-04 08:21:16 Nov 4, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 071e9cc to b5104bc Compare November 4, 2025 08:21
@github-actions github-actions bot changed the title chore: Release 2025-11-04 08:21:16 chore: Release 2025-11-04 09:36:24 Nov 4, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from b5104bc to ff98d32 Compare November 4, 2025 09:36
@github-actions github-actions bot changed the title chore: Release 2025-11-04 09:36:24 chore: Release 2025-11-05 04:29:45 Nov 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from ff98d32 to 3bd08c9 Compare November 5, 2025 04:29
@github-actions github-actions bot changed the title chore: Release 2025-11-05 04:29:45 chore: Release 2025-11-05 05:36:13 Nov 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3bd08c9 to b7b07ae Compare November 5, 2025 05:36
@github-actions github-actions bot changed the title chore: Release 2025-11-05 05:36:13 chore: Release 2025-11-05 07:06:48 Nov 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from b7b07ae to 7e955f8 Compare November 5, 2025 07:07
@github-actions github-actions bot changed the title chore: Release 2025-11-05 07:06:48 chore: Release 2025-11-05 08:55:59 Nov 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7e955f8 to 9669fff Compare November 5, 2025 08:56
@github-actions github-actions bot changed the title chore: Release 2025-11-05 08:55:59 chore: Release 2025-11-06 06:09:26 Nov 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9669fff to 87b5373 Compare November 6, 2025 06:09
@github-actions github-actions bot changed the title chore: Release 2025-11-06 06:09:26 chore: Release 2025-11-06 06:21:49 Nov 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 87b5373 to 2868ccf Compare November 6, 2025 06:22
@github-actions github-actions bot changed the title chore: Release 2025-11-06 06:21:49 chore: Release 2025-11-06 08:03:00 Nov 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2868ccf to c6fe287 Compare November 6, 2025 08:03
@github-actions github-actions bot changed the title chore: Release 2025-11-06 08:03:00 chore: Release 2025-11-06 09:56:36 Nov 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from c6fe287 to 9bd14f9 Compare November 6, 2025 09:56
@github-actions github-actions bot changed the title chore: Release 2025-11-06 09:56:36 chore: Release 2025-11-06 11:46:50 Nov 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9bd14f9 to fbf0dfd Compare November 6, 2025 11:47
@github-actions github-actions bot changed the title chore: Release 2025-11-06 11:46:50 chore: Release 2025-11-08 03:21:19 Nov 8, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from fbf0dfd to 1e9c2b8 Compare November 8, 2025 03:21
@github-actions github-actions bot changed the title chore: Release 2025-11-08 03:21:19 chore: Release 2025-11-08 03:59:48 Nov 8, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1e9c2b8 to 541057f Compare November 8, 2025 04:00
@colinaaa colinaaa merged commit 9f95272 into main Nov 9, 2025
2 checks passed
@colinaaa colinaaa deleted the changeset-release/main branch November 9, 2025 11:14
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