Conversation
b8c8a8f to
8c4ce93
Compare
8c4ce93 to
0daf2ea
Compare
0daf2ea to
29b0211
Compare
29b0211 to
49d42c3
Compare
49d42c3 to
5b43597
Compare
5b43597 to
08eacca
Compare
08eacca to
a73eb95
Compare
a73eb95 to
eb546b7
Compare
eb546b7 to
99d7b26
Compare
99d7b26 to
2d9f301
Compare
2d9f301 to
9447010
Compare
9447010 to
6fffa44
Compare
6fffa44 to
21017d9
Compare
21017d9 to
00b4f18
Compare
065be23 to
3341a1a
Compare
3341a1a to
c686d06
Compare
c686d06 to
737acd2
Compare
737acd2 to
edfd607
Compare
edfd607 to
e3676a3
Compare
e3676a3 to
8aaffb8
Compare
8aaffb8 to
b742922
Compare
b742922 to
1aa40ed
Compare
1aa40ed to
100a676
Compare
100a676 to
dbb15e6
Compare
dbb15e6 to
8206a16
Compare
8206a16 to
30f5017
Compare
30f5017 to
e5bac68
Compare
e5bac68 to
7be0bd1
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/runtime-wrapper-webpack-plugin@0.1.0
Minor Changes
Add parameter forwarding for Browser Object Model (BOM) APIs. (#787)
This allows direct access to APIs like
fetch,requestAnimationFrame.@lynx-js/react@0.108.1
Patch Changes
@lynx-js/rspeedy@0.9.5
Patch Changes
Support
source.preEntry. (#750)Add a script before the entry file of each page. This script will be executed before the page code.
It can be used to execute global logics, such as injecting polyfills, setting global styles, etc.
example:
Bump Rsbuild v1.3.20 with Rspack v1.3.10. (#799)
Add
callerNameoption tocreateRspeedy. (#757)It can be accessed by Rsbuild plugins through
api.context.callerName, and execute different logic based on this identifier.Support
performance.buildCache. (#766)Updated dependencies [
fbc4fbb]:@lynx-js/react-rsbuild-plugin@0.9.10
Patch Changes
e599635,c38c737,d16522e]:@lynx-js/offscreen-document@0.0.3
Patch Changes
@lynx-js/web-constants@0.13.2
Patch Changes
fix: corrupt mainthread module cache (#806)
Updated dependencies []:
@lynx-js/web-core@0.13.2
Patch Changes
feat: allow lynx code to get JS engine provided properties on globalThis (#786)
Note that
assigning to the globalThisis still not allowed.perf: use v8 hint for generated javascript file (#807)
https://v8.dev/blog/explicit-compile-hints
feat: add new property
inject-style-rulesfor LynxView (#785)This property allows developer to inject some style rules into the shadowroot.
It's a wrapper of https://developer.mozilla.org/docs/Web/API/CSSStyleSheet/insertRule
fix: corrupt mainthread module cache (#806)
Updated dependencies [
03a5f64,6d3d852,8cdd288,6d3d852]:@lynx-js/web-core-server@0.13.2
Patch Changes
perf: use v8 hint for generated javascript file (#807)
https://v8.dev/blog/explicit-compile-hints
fix: corrupt mainthread module cache (#806)
feat: improve template js loading (#807)
now we will create temp js file based on the new
templateNameargument.@lynx-js/web-elements@0.7.2
Patch Changes
refactor: split shadowroot templates into a package (#811)
We're going to implement Lynx Web Platform's SSR based on the
shadowrootmode.https://developer.mozilla.org/en-US/docs/Web/API/HTMLTemplateElement/shadowRootMode(chrome 111, firefox 123, safari 16.4)
This means those modern browsers are able to show the correct layout before the web components are defined.
To make this work, we have to split the shadowroot template string into a new package
@lynx-js/web-elements-template.No features affected.
Updated dependencies [
ae9652a,ae9652a]:@lynx-js/web-elements-reactive@0.2.2
Patch Changes
feat: do not create shadowroot if there already have one (#811)
the shadowroot may already be created by
https://developer.mozilla.org/en-US/docs/Web/API/HTMLTemplateElement/shadowRootMode
@lynx-js/web-elements-template@0.7.2
Patch Changes
refactor: split shadowroot templates into a package (#811)
We're going to implement Lynx Web Platform's SSR based on the
shadowrootmode.https://developer.mozilla.org/en-US/docs/Web/API/HTMLTemplateElement/shadowRootMode(chrome 111, firefox 123, safari 16.4)
This means those modern browsers are able to show the correct layout before the web components are defined.
To make this work, we have to split the shadowroot template string into a new package
@lynx-js/web-elements-template.No features affected.
@lynx-js/web-explorer@0.0.8
Patch Changes
@lynx-js/web-mainthread-apis@0.13.2
Patch Changes
feat: allow lynx code to get JS engine provided properties on globalThis (#786)
Note that
assigning to the globalThisis still not allowed.fix: corrupt mainthread module cache (#806)
Updated dependencies [
8cdd288]:@lynx-js/web-worker-runtime@0.13.2
Patch Changes
feat: allow lynx code to get JS engine provided properties on globalThis (#786)
Note that
assigning to the globalThisis still not allowed.feat: return the offscreenDocument instance for startMainThread() (#772)
Updated dependencies [
03a5f64,8cdd288,6d3d852]:@lynx-js/template-webpack-plugin@0.6.11
Patch Changes
Be compatible with rspack-manifest-plugin. (#812)
Now only the
[name].lynx.bundleand[name].web.bundlewould exist inmanifest.json.See lynx-family/lynx-stack#763 for details.
Avoid CSS encode crash on Web platform. (#814)
@lynx-js/web-webpack-plugin@0.6.7
Patch Changes
Be compatible with rspack-manifest-plugin. (#812)
Now only the
[name].lynx.bundleand[name].web.bundlewould exist inmanifest.json.See lynx-family/lynx-stack#763 for details.
@lynx-js/webpack-dev-transport@0.1.3
Patch Changes
create-rspeedy@0.9.5
@lynx-js/react-alias-rsbuild-plugin@0.9.10
upgrade-rspeedy@0.9.5
@lynx-js/web-worker-rpc@0.13.2