-
Notifications
You must be signed in to change notification settings - Fork 121
chore: Release 2025-08-26 03:52:00 #1553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
Status, Documentation and Community
|
1f1698c
to
84832b2
Compare
84832b2
to
45ce579
Compare
45ce579
to
e45bfb9
Compare
e45bfb9
to
3a04860
Compare
3a04860
to
bc85d32
Compare
bc85d32
to
27f982f
Compare
27f982f
to
8464f8f
Compare
8464f8f
to
3da8ccd
Compare
3da8ccd
to
6290396
Compare
6290396
to
21e96b5
Compare
21e96b5
to
a3b170b
Compare
a3b170b
to
6ee3744
Compare
6ee3744
to
888afdc
Compare
9477589
to
eb5124d
Compare
eb5124d
to
2e5bafe
Compare
2e5bafe
to
29eb1af
Compare
29eb1af
to
bf24d80
Compare
bf24d80
to
343c1b0
Compare
343c1b0
to
015a8f6
Compare
015a8f6
to
8dbc932
Compare
8dbc932
to
502dfc2
Compare
502dfc2
to
f41644e
Compare
f41644e
to
c513e0f
Compare
c513e0f
to
c87bdc9
Compare
c87bdc9
to
34ecac7
Compare
34ecac7
to
09431cf
Compare
09431cf
to
e560428
Compare
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/[email protected]
Patch Changes
fix
withInitDataInState
got wrong state in 2nd or more timesdefaultDataProcessor
, now it will keep its own state. (#1478)change
__CreateElement('raw-text')
to__CreateRawText('')
to avoidsetNativeProps
not working (#1570)Fix wrong render result when using expression as
key
. (#1541)See lynx-family/lynx-stack#1371 for more details.
fix:
Cannot read properties of undefined
error when usingSuspense
(#1569)Add
animate
API in Main Thread Script(MTS), so you can now control a CSS animation imperatively (#1534)@lynx-js/[email protected]
Patch Changes
Support caching Lynx native events when chunk splitting is enabled. (#1370)
When
performance.chunkSplit.strategy
is notall-in-one
, Lynx native events are cached until the BTS chunk is fully loaded and are replayed when that chunk is ready. ThefirstScreenSyncTiming
flag will no longer change tojsReady
anymore.Support exporting
Promise
and function inlynx.config.ts
. (#1590)Fix missing
publicPath
using whenrspeedy dev --mode production
. (#1310)Updated dependencies [
aaca8f9
]:[email protected]
Patch Changes
@lynx-js/preact-devtools
by default. (#1593)@lynx-js/[email protected]
Patch Changes
@lynx-js/[email protected]
Patch Changes
Support using multiple times in different environments. (#1498)
Support caching Lynx native events when chunk splitting is enabled. (#1370)
When
performance.chunkSplit.strategy
is notall-in-one
, Lynx native events are cached until the BTS chunk is fully loaded and are replayed when that chunk is ready. ThefirstScreenSyncTiming
flag will no longer change tojsReady
anymore.Updated dependencies [
f0d483c
,e4d116b
,d33c1d2
]:@lynx-js/[email protected]
Patch Changes
Support using multiple times in different environments. (#1498)
Alias
@lynx-js/preact-devtools
tofalse
to reduce an import of empty webpack module. (#1593)@lynx-js/[email protected]
Patch Changes
lynx.createSelectorQuery().select()
andsetNativeProps
API (#1570)@lynx-js/[email protected]
Patch Changes
fix: globalThis is never accessible in MTS (#1531)
Updated dependencies []:
@lynx-js/[email protected]
Patch Changes
fix: fake uidisappear event (#1539)
Updated dependencies [
70863fb
]:@lynx-js/[email protected]
Patch Changes
fix: globalThis is never accessible in MTS (#1531)
Updated dependencies [
70863fb
]:@lynx-js/[email protected]
Patch Changes
fix: globalThis is never accessible in MTS (#1531)
Updated dependencies [
70863fb
]:@lynx-js/[email protected]
Patch Changes
Add new
LynxCacheEventsPlugin
, which will cache Lynx native events until the BTS chunk is fully loaded, and replay them when the BTS chunk is ready. (#1370)Updated dependencies [
aaca8f9
]:@lynx-js/[email protected]
Patch Changes
aaca8f9
]:@lynx-js/[email protected]
Patch Changes
aaca8f9
]:@lynx-js/[email protected]
Patch Changes
aaca8f9
]:@lynx-js/[email protected]
Patch Changes
Always inline the background script that contains rspack runtime module. (#1582)
Updated dependencies [
aaca8f9
]:@lynx-js/[email protected]
Patch Changes
lynxCacheEventsSetupList
andlynxCacheEvents
to RuntimeGlobals. It will be used to cache Lynx native events until the BTS chunk is fully loaded, and replay them when the BTS chunk is ready. (#1370)[email protected]
@lynx-js/[email protected]
@lynx-js/[email protected]
@lynx-js/[email protected]