Skip to content

chore: Release 2025-03-31 09:13:17#357

Merged
colinaaa merged 1 commit intomainfrom
changeset-release/main
Mar 31, 2025
Merged

chore: Release 2025-03-31 09:13:17#357
colinaaa merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 27, 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/web-constants@0.10.0

Minor Changes

  • feat: rewrite the main thread Element PAPIs (#343)

    In this commit we've rewritten the main thread apis.

    The most highlighted change is that

    • Before this commit we send events directly to bts
    • After this change, we send events to mts then send them to bts with some data combined.

Patch Changes

  • feat: The onNapiModulesCall function of lynx-view provides the fourth parameter: lynxView, which is the actual lynx-view DOM. (#350)

  • fix: publicComponentEvent args order (#401)

  • Updated dependencies [a521759]:

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

@lynx-js/web-core@0.10.0

Minor Changes

  • feat: rewrite the main thread Element PAPIs (#343)

    In this commit we've rewritten the main thread apis.

    The most highlighted change is that

    • Before this commit we send events directly to bts
    • After this change, we send events to mts then send them to bts with some data combined.

Patch Changes

  • refactor: timing system (#378)

    Now we moved the timing system to the background thread.

  • feat: support defaultOverflowVisible config (#406)

  • fix(web): rsbuild will bundle 2 exactly same chunk for two same new Worker stmt (#372)

    the bundle size will be optimized about 28.2KB

  • fix: inline style will be removed for value number 0 (#368)

    the inline style value could be incorrectly removed for number value 0;

    For example, flex-shrink:0 may be ignored.

  • feat: The onNapiModulesCall function of lynx-view provides the fourth parameter: lynxView, which is the actual lynx-view DOM. (#350)

  • fix: publicComponentEvent args order (#401)

  • Updated dependencies [3a8dabd, a521759, 890c6c5]:

    • @lynx-js/web-worker-runtime@0.10.0
    • @lynx-js/web-constants@0.10.0
    • @lynx-js/web-worker-rpc@0.10.0

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

Minor Changes

  • feat: rewrite the main thread Element PAPIs (#343)

    In this commit we've rewritten the main thread apis.

    The most highlighted change is that

    • Before this commit we send events directly to bts
    • After this change, we send events to mts then send them to bts with some data combined.

Patch Changes

  • feat(web): use pure DOM API to implement Element PAPIs (#334)

    1. rewrite all element PAPIs impl. Now we use DOM.
    2. use our new package @lynx-js/offscreen-document to support the new Element PAPI implementation in a worker
  • fix: inline style will be removed for value number 0 (#368)

    the inline style value could be incorrectly removed for number value 0;

    For example, flex-shrink:0 may be ignored.

  • fix: publicComponentEvent args order (#401)

  • Updated dependencies [3a8dabd, a521759, 890c6c5]:

    • @lynx-js/web-constants@0.10.0

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

Minor Changes

  • feat: rewrite the main thread Element PAPIs (#343)

    In this commit we've rewritten the main thread apis.

    The most highlighted change is that

    • Before this commit we send events directly to bts
    • After this change, we send events to mts then send them to bts with some data combined.

Patch Changes

@lynx-js/react@0.106.2

Patch Changes

  • fix: prevent multiple firstScreen events when reloading before jsReady (#377)

  • Optimize the bundle size by eliminating unnecessary code when the lazy bundle is not utilized. (#284)

@lynx-js/rspeedy@0.8.7

Patch Changes

  • Support using -debugids in output.sourceMap.js. (#342)

    See Source Map Debug ID Proposal for more details.

  • Use chunkLoading: 'import-scripts' for Web platform (#352)

  • Support output.distPath.*. (#366)

    See Rsbuild - distPath for all available options.

  • Support performance.printFileSize (#336)

    Whether to print the file sizes after production build.

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

Patch Changes

  • feat: add extractStr option to pluginReactLynx (#391)

  • Convert background-only files from js to ts (#346)

  • Updated dependencies [f849117, d730101, 42217c2, f03bd4a]:

    • @lynx-js/react-webpack-plugin@0.6.10
    • @lynx-js/template-webpack-plugin@0.6.7
    • @lynx-js/react-alias-rsbuild-plugin@0.9.4
    • @lynx-js/react-refresh-webpack-plugin@0.3.2
    • @lynx-js/css-extract-webpack-plugin@0.5.2
    • @lynx-js/web-webpack-plugin@0.6.3

@lynx-js/web-elements@0.5.2

Patch Changes

  • fix: When list with list-type: flow, scrolltoupper, scrolltolower were specified, there was a blank block. (#379)

  • fix: do not show scroll bar (#406)

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

Patch Changes

  • feat: The onNapiModulesCall function of lynx-view provides the fourth parameter: lynxView, which is the actual lynx-view DOM. (#350)

@lynx-js/react-webpack-plugin@0.6.10

Patch Changes

  • feat: add extractStr option to pluginReactLynx (#391)

  • Fix issue with lazy loading of bundles when source maps are enabled. (#380)

  • Fix issue where loading a lazy bundle fails if it does not return a webpack chunk. (#365)

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

Patch Changes

  • fix: merge different chunk groups for same output filename (#371)

create-rspeedy@0.8.7

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

upgrade-rspeedy@0.8.7

@github-actions github-actions bot changed the title chore: Release 2025-03-27 05:26:27 chore: Release 2025-03-27 05:37:15 Mar 27, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 396358b to b9a4874 Compare March 27, 2025 05:37
@github-actions github-actions bot changed the title chore: Release 2025-03-27 05:37:15 chore: Release 2025-03-27 05:50:04 Mar 27, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from b9a4874 to 33ededc Compare March 27, 2025 05:50
@github-actions github-actions bot changed the title chore: Release 2025-03-27 05:50:04 chore: Release 2025-03-27 06:34:15 Mar 27, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 33ededc to 4b694a2 Compare March 27, 2025 06:34
@github-actions github-actions bot changed the title chore: Release 2025-03-27 06:34:15 chore: Release 2025-03-27 06:41:33 Mar 27, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4b694a2 to cad46f0 Compare March 27, 2025 06:41
@github-actions github-actions bot changed the title chore: Release 2025-03-27 06:41:33 chore: Release 2025-03-27 07:01:52 Mar 27, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from cad46f0 to 19c175f Compare March 27, 2025 07:02
@github-actions github-actions bot changed the title chore: Release 2025-03-27 07:01:52 chore: Release 2025-03-27 10:35:21 Mar 27, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 19c175f to 267b879 Compare March 27, 2025 10:35
@github-actions github-actions bot changed the title chore: Release 2025-03-27 10:35:21 chore: Release 2025-03-27 11:07:57 Mar 27, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 267b879 to 0b88c4b Compare March 27, 2025 11:08
@github-actions github-actions bot changed the title chore: Release 2025-03-27 11:07:57 chore: Release 2025-03-27 11:10:13 Mar 27, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0b88c4b to 4ca8853 Compare March 27, 2025 11:10
@github-actions github-actions bot changed the title chore: Release 2025-03-27 11:10:13 chore: Release 2025-03-27 12:00:45 Mar 27, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4ca8853 to 103c0d2 Compare March 27, 2025 12:00
@github-actions github-actions bot changed the title chore: Release 2025-03-27 12:00:45 chore: Release 2025-03-27 15:23:25 Mar 27, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 103c0d2 to 6dd7c4d Compare March 27, 2025 15:23
@github-actions github-actions bot changed the title chore: Release 2025-03-27 15:23:25 chore: Release 2025-03-27 16:44:30 Mar 27, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6dd7c4d to c887806 Compare March 27, 2025 16:44
@github-actions github-actions bot changed the title chore: Release 2025-03-27 16:44:30 chore: Release 2025-03-27 16:55:14 Mar 27, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from c887806 to af723fb Compare March 27, 2025 16:55
@github-actions github-actions bot changed the title chore: Release 2025-03-27 16:55:14 chore: Release 2025-03-28 02:35:14 Mar 28, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from af723fb to 81b5cd4 Compare March 28, 2025 02:35
@github-actions github-actions bot changed the title chore: Release 2025-03-28 02:35:14 chore: Release 2025-03-28 03:11:12 Mar 28, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 81b5cd4 to 21a407b Compare March 28, 2025 03:11
@github-actions github-actions bot force-pushed the changeset-release/main branch from bc28f02 to 82a21a1 Compare March 28, 2025 08:14
@github-actions github-actions bot changed the title chore: Release 2025-03-28 08:14:39 chore: Release 2025-03-28 10:22:22 Mar 28, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 82a21a1 to 64e4b2c Compare March 28, 2025 10:22
@github-actions github-actions bot changed the title chore: Release 2025-03-28 10:22:22 chore: Release 2025-03-28 10:24:41 Mar 28, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 64e4b2c to 3506dc3 Compare March 28, 2025 10:24
@github-actions github-actions bot changed the title chore: Release 2025-03-28 10:24:41 chore: Release 2025-03-28 11:11:37 Mar 28, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3506dc3 to 1c65866 Compare March 28, 2025 11:11
@github-actions github-actions bot changed the title chore: Release 2025-03-28 11:11:37 chore: Release 2025-03-30 14:16:29 Mar 30, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1c65866 to c210784 Compare March 30, 2025 14:16
@github-actions github-actions bot changed the title chore: Release 2025-03-30 14:16:29 chore: Release 2025-03-31 04:17:25 Mar 31, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from c210784 to f6144d3 Compare March 31, 2025 04:17
@github-actions github-actions bot changed the title chore: Release 2025-03-31 04:17:25 chore: Release 2025-03-31 04:32:54 Mar 31, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from f6144d3 to 82bbeba Compare March 31, 2025 04:33
@github-actions github-actions bot changed the title chore: Release 2025-03-31 04:32:54 chore: Release 2025-03-31 05:32:27 Mar 31, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 82bbeba to 7851d55 Compare March 31, 2025 05:32
@github-actions github-actions bot changed the title chore: Release 2025-03-31 05:32:27 chore: Release 2025-03-31 07:15:44 Mar 31, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7851d55 to c443934 Compare March 31, 2025 07:15
@github-actions github-actions bot changed the title chore: Release 2025-03-31 07:15:44 chore: Release 2025-03-31 08:03:47 Mar 31, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from c443934 to bd986e6 Compare March 31, 2025 08:03
@github-actions github-actions bot changed the title chore: Release 2025-03-31 08:03:47 chore: Release 2025-03-31 08:39:53 Mar 31, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from bd986e6 to f3a2db2 Compare March 31, 2025 08:40
PupilTong
PupilTong previously approved these changes Mar 31, 2025
@github-actions github-actions bot changed the title chore: Release 2025-03-31 08:39:53 chore: Release 2025-03-31 09:13:17 Mar 31, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from f3a2db2 to ff7f3f8 Compare March 31, 2025 09:13
@colinaaa colinaaa merged commit 5f3c12b into main Mar 31, 2025
1 check passed
@colinaaa colinaaa deleted the changeset-release/main branch March 31, 2025 09:27
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