Conversation
8d64f35 to
e8f6768
Compare
e8f6768 to
df897ae
Compare
df897ae to
da8ba7d
Compare
da8ba7d to
92ef78c
Compare
92ef78c to
de19a1e
Compare
de19a1e to
6bad5c2
Compare
6bad5c2 to
16f9d0a
Compare
16f9d0a to
8a40aef
Compare
8a40aef to
3694578
Compare
3694578 to
196e295
Compare
196e295 to
79c5872
Compare
79c5872 to
57ead94
Compare
57ead94 to
8b6592a
Compare
8b6592a to
6c1fe98
Compare
0eca4d9 to
3154d34
Compare
3154d34 to
5e2e339
Compare
5e2e339 to
c2f7142
Compare
c2f7142 to
6158709
Compare
6158709 to
8cc82f9
Compare
8cc82f9 to
fa1293e
Compare
fa1293e to
da91a17
Compare
da91a17 to
0e62ed2
Compare
0e62ed2 to
09e3747
Compare
09e3747 to
29467be
Compare
29467be to
9dfee2e
Compare
9dfee2e to
b9b225e
Compare
b9b225e to
3b7b339
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.108.0
Minor Changes
Reverts fix(react/runtime): batch multiple patches for main thread communication #239: "batch multiple patches for main thread communication" (#649)
This reverts the change that batched updates sent to the main thread in a single render pass.
Patch Changes
Add support for batch rendering in
<list>with async resolution of sub-tree properties and element trees. (#624)Use the
experimental-batch-render-strategyattribute of<list>:rename @lynx-js/test-environment to @lynx-js/testing-environment (#704)
Auto import
@lynx-js/react/experimental/lazy/importwhen usingimport(url)(#667)Auto import
@lynx-js/react/experimental/lazy/importwhen using<component is={url} />(#666)Fixed a race condition when updating states and GlobalProps simultaneously. (#707)
This fix prevents the "Attempt to render more than one
<page />" error from occurring during normal application usage.Fix error like
Unterminated string constantwhen using multi-line JSX StringLiteral. (#654)@lynx-js/testing-environment@0.1.0
Minor Changes
"type": "module". (#703)Patch Changes
@lynx-js/web-platform-rsbuild-plugin@0.1.0
Minor Changes
feat: add new parameter
nativeModulesPathtopluginWebPlatform({}). (#668)After this commit, you can use
nativeModulesPathto package custom nativeModules directly into the worker, and no longer need to passnativeModulesMapto lynx-view.Here is an example:
native-modules.ts:feat: Provides Rsbuild plugin for Web projects in Lynx Web Platform, currently supports polyfill about lynx. (#606)
@lynx-js/rspeedy@0.9.4
Patch Changes
Bump Rsbuild v1.3.17 with Rspack v1.3.9. (#708)
Support
performance.profile. (#691)Support CLI flag
--modeto specify the build mode. (#723)Enable native Rsdoctor plugin by default. (#688)
Set
tools.rsdoctor.experiments.enableNativePlugintofalseto use the old JS plugin.See Rsdoctor - 1.0 for more details.
Bump Rsbuild v1.3.14 with Rspack v1.3.8. (#630)
@lynx-js/react-rsbuild-plugin@0.9.9
Patch Changes
Fix runtime error: "SyntaxError: Identifier 'i' has already been declared". (#651)
Enable runtime profiling when
performance.profileis set to true. (#722)fix: resolve page crash on development mode when enabling
experimental_isLazyBundle: true(#653)Support
@lynx-js/reactv0.108.0. (#649)Updated dependencies [
ea4da1a,ca15dda,f8d369d,ea4da1a]:@lynx-js/tailwind-preset@0.0.3
Patch Changes
hidden,no-underlineandline-throughutilities. (#745)@lynx-js/offscreen-document@0.0.2
Patch Changes
@lynx-js/web-constants@0.13.1
Patch Changes
feat: support touch events for MTS (#641)
now we support
Updated dependencies []:
@lynx-js/web-core@0.13.1
Patch Changes
fix: some inline style properties cause crash (#647)
add support for the following css properties
feat: support touch events for MTS (#641)
now we support
feat: add SystemInfo.screenWidth and SystemInfo.screenHeight (#641)
Updated dependencies [
c9ccad6,9ad394e,f4cfb70,c9ccad6,839d61c]:@lynx-js/web-elements@0.7.1
Patch Changes
fix(web): x-swiper-item threshold updated to 20 (#639)
fix: In React19, setter and getter functions are treated as properties, making it impossible to retrieve the current value via attributes. (#639)
@lynx-js/web-explorer@0.0.7
Patch Changes
feat: use nativeModulesPath instead of nativeModulesMap to lynx-view. (#668)
fix: fork @vant/touch-emulator and make it work with shadowroot (#662)
fix: loading errors caused by script import order (#665)
chore: update homepage (#645)
@lynx-js/web-mainthread-apis@0.13.1
Patch Changes
fix: some inline style properties cause crash (#647)
add support for the following css properties
feat: support touch events for MTS (#641)
now we support
Updated dependencies [
c9ccad6]:@lynx-js/web-worker-runtime@0.13.1
Patch Changes
feat: support for using
lynx.queueMicrotask. (#702)feat: support touch events for MTS (#641)
now we support
feat: provide comments for
@lynx-js/web-platform-rsbuild-plugin. (#668)Updated dependencies [
c9ccad6,9ad394e,c9ccad6]:@lynx-js/react-webpack-plugin@0.6.13
Patch Changes
feat: add
experimental_isLazyBundleoption, it will disable snapshot HMR for standalone lazy bundle (#653)Add the
profileoption to control whether__PROFILE__is enabled. (#722)Support
@lynx-js/reactv0.108.0. (#649)@lynx-js/runtime-wrapper-webpack-plugin@0.0.10
Patch Changes
experimental_isLazyBundleoption, it will disable lynxChunkEntries for standalone lazy bundle (#653)create-rspeedy@0.9.4
@lynx-js/react-alias-rsbuild-plugin@0.9.9
upgrade-rspeedy@0.9.4
@lynx-js/web-worker-rpc@0.13.1