-
Notifications
You must be signed in to change notification settings - Fork 116
chore: Release 2025-04-05 13:19:16 #413
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
f698631 to
72cdfbf
Compare
72cdfbf to
0bddf55
Compare
0bddf55 to
ef9d565
Compare
ef9d565 to
3521eec
Compare
3521eec to
fbbb352
Compare
fbbb352 to
8a85e92
Compare
8a85e92 to
c6929b2
Compare
c6929b2 to
f75dedc
Compare
f75dedc to
e617409
Compare
e617409 to
4616781
Compare
4616781 to
479b77b
Compare
479b77b to
d9b2cc4
Compare
d9b2cc4 to
0be6834
Compare
0be6834 to
d120fb8
Compare
3aa2760 to
99df8e7
Compare
99df8e7 to
bef56cc
Compare
bef56cc to
b3f925c
Compare
b3f925c to
d73a60e
Compare
d73a60e to
7b4c6c1
Compare
7b4c6c1 to
6e8f6cc
Compare
6e8f6cc to
56a5591
Compare
56a5591 to
fe90143
Compare
fe90143 to
bd22ca9
Compare
bd22ca9 to
0422ae6
Compare
0422ae6 to
3455c85
Compare
3455c85 to
d455708
Compare
d455708 to
1bbf2a1
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]
Minor Changes
Bundle Rspeedy with Rslib for faster start-up times. (#395)
This would be a BREAKING CHANGE for using global version of Rspeedy.
Please ensure that you update your globally installed version of Rspeedy:
Bump Rsbuild v1.3.2 with Rspack v1.3.1 (#446)
BREAKING CHANGE: Added explicit TypeScript peer dependency requirement of 5.1.6 - 5.8.x. (#480)
This formalizes the existing TypeScript version requirement in
peerDependencies(marked as optional since it is only needed for TypeScript configurations). The actual required TypeScript version has not changed.Note: This may cause installation to fail if you have strict peer dependency checks enabled.
Node.js v22.7+ users can bypass TypeScript installation using
--experimental-transform-typesor--experimental-strip-typesflags. Node.js v23.6+ users don't need any flags. See Node.js - TypeScript for details.Patch Changes
Support cli flag
--baseto specify the base path of the server. (#387)Support cli option
--environmentto specify the name of environment to build (#462)Select the most appropriate network interface. (#457)
This is a port of webpack/webpack-dev-server#5411.
Support Node.js v23.6+ native TypeScript. (#481)
See Node.js - TypeScript for more details.
Support cli option
--env-modeto specify the env mode to load the.env.[mode]file. (#453)Support
dev.hmranddev.liveReload. (#458)Updated dependencies [
df63722,df63722]:@lynx-js/[email protected]
Minor Changes
BREAKING CHANGE: Requires
@rspack/corev1.3.0. (#400)BREAKING CHANGE: Remove the deprecated
ChunkLoadingRspackPlugin, useChunkLoadingWebpackPluginwithoutput.chunkLoading: 'lynx'instead. (#400)@lynx-js/[email protected]
Patch Changes
Do some global var initialize in hydrate, which fixes error like
cannot read property '-21' of undefinedand some style issue. (#461)fix: ensure ref lifecycle events run after firstScreen in the background thread (#434)
This patch fixes an issue where ref lifecycle events were running before firstScreen events in the background thread async render mode, which could cause refs to be undefined when components try to access them.
@lynx-js/[email protected]
Patch Changes
@lynx-js/[email protected]
Patch Changes
fix: add enableCSSInvalidation for encodeCSS of css HMR, this will fix pseudo-class (such as
:active) not working in HMR. (#435)Disable
module.generator.json.JSONParseoption as it increases the bundle size ofmain-thread.js. For more detail, please see this issue. (#402)Updated dependencies [
3e7988f,7243242]:@lynx-js/[email protected]
Patch Changes
feat: onNapiModulesCall function add new param:
dispatchNapiModules, napiModulesMap val add new param:handleDispatch. (#414)Now you can use them to actively communicate to napiModules (background thread) in onNapiModulesCall (ui thread).
Updated dependencies []:
@lynx-js/[email protected]
Patch Changes
docs: fix documents about lynx-view's properties (#412)
Attributes should be hyphen-name: 'init-data', 'global-props'.
now all properties has corresponding attributes.
feat: onNapiModulesCall function add new param:
dispatchNapiModules, napiModulesMap val add new param:handleDispatch. (#414)Now you can use them to actively communicate to napiModules (background thread) in onNapiModulesCall (ui thread).
Updated dependencies [
1af3b60]:@lynx-js/[email protected]
Patch Changes
layoutchangeevent support for x-view and x-text (#408)@lynx-js/[email protected]
Patch Changes
1af3b60]:@lynx-js/[email protected]
Patch Changes
feat: onNapiModulesCall function add new param:
dispatchNapiModules, napiModulesMap val add new param:handleDispatch. (#414)Now you can use them to actively communicate to napiModules (background thread) in onNapiModulesCall (ui thread).
Updated dependencies [
1af3b60]:@lynx-js/[email protected]
Patch Changes
Fix CSS HMR not working with nested entry name. (#456)
fix: add enableCSSInvalidation for encodeCSS of css HMR, this will fix pseudo-class (such as
:active) not working in HMR. (#435)@lynx-js/[email protected]
Patch Changes
:active) not working in HMR. (#435)[email protected]
@lynx-js/[email protected]
[email protected]
@lynx-js/[email protected]