Conversation
02e65f8 to
5ab9ae5
Compare
5ab9ae5 to
bc5f2d1
Compare
bc5f2d1 to
05bbcc0
Compare
05bbcc0 to
d03dd1f
Compare
d03dd1f to
aa21e0f
Compare
aa21e0f to
efb3460
Compare
efb3460 to
d7fbc1b
Compare
d7fbc1b to
5ddae32
Compare
5ddae32 to
edf6b13
Compare
edf6b13 to
08822b5
Compare
08822b5 to
72c7273
Compare
72c7273 to
7d55ac6
Compare
7d55ac6 to
831a9b6
Compare
86ce782 to
941d0c4
Compare
941d0c4 to
63c088a
Compare
63c088a to
80f7eb5
Compare
80f7eb5 to
9c822d7
Compare
9c822d7 to
429677f
Compare
429677f to
4e1d22d
Compare
4e1d22d to
0b1f8b6
Compare
0b1f8b6 to
afe266c
Compare
afe266c to
cd7f49f
Compare
cd7f49f to
910647b
Compare
910647b to
fd14ad1
Compare
fd14ad1 to
4135528
Compare
4135528 to
ec24959
Compare
hzy
previously approved these changes
Mar 7, 2025
PupilTong
previously approved these changes
Mar 7, 2025
PupilTong
previously approved these changes
Mar 8, 2025
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/web-elements@0.3.0
Minor Changes
feat: support
justify-content,align-selfin linear container (#37)Now these two properties could work in a linear container.
We don't transforms the
justify-contentandalign-selfto css vars any more.The previous version of
@lynx-js/web-corewon't work with current@lynx-js/web-coreafter this change.Patch Changes
Support NPM provenance. (#30)
Updated dependencies [
c617453]:@lynx-js/react@0.105.1
Patch Changes
Support NPM provenance. (#30)
feat: add compiler only version of addComponentElement, it does not support spread props but have no runtime overhead, use it by: (#15)
Fix error
createRef is not a function(#16)Support
MIXEDtarget for worklet, it will be used by unit testing frameworks, etc. (#27)Support return value for
runOnBackground()andrunOnMainThread(). (#119)Now you can get the return value from
runOnBackground()andrunOnMainThread(), which enables more flexible data flow between the main thread and the background thread.@lynx-js/rspeedy@0.8.3
Patch Changes
Support NPM provenance. (#30)
Fix error "'wmic' is not recognized as an internal or external command" (#91)
Bump Rsbuild v1.2.15 with Rspack v1.2.7. (#44)
Updated dependencies [
c617453]:create-rspeedy@0.8.3
Patch Changes
Support NPM provenance. (#30)
Changing filename of index.jsx to index.js because rspeedy requires index.js. Then edit index.js import statement to make it import App.jsx instead of App.js since App.jsx is present in the template. This resolves "Module not found" error. (#106)
@lynx-js/qrcode-rsbuild-plugin@0.3.4
Patch Changes
@lynx-js/react-rsbuild-plugin@0.9.1
Patch Changes
Support NPM provenance. (#30)
fix(rspeedy/plugin-react): mkdir main:background fails in windows (#76)
fix(rspeedy/plugin-react): use path.posix.join for backgroundName to ensure consistent path separators across platforms. (#122)
Updated dependencies [
c617453,870106f,ea82ef6]:@lynx-js/react-alias-rsbuild-plugin@0.9.1
Patch Changes
@lynx-js/websocket@0.0.4
Patch Changes
@lynx-js/tailwind-preset@0.0.2
Patch Changes
@lynx-js/css-serializer@0.1.2
Patch Changes
@lynx-js/web-constants@0.7.1
Patch Changes
Support NPM provenance. (#30)
fix: some valus should be updateable by global scope (#130)
Now we add an allowlist to allow some identifiers could be updated by globalThis.
For those values in the allowlist:
refractor: improve some internal logic for element creating in MTS (#71)
Updated dependencies [
c617453]:@lynx-js/web-core@0.7.1
Patch Changes
Support NPM provenance. (#30)
fix: some valus should be updateable by global scope (#130)
Now we add an allowlist to allow some identifiers could be updated by globalThis.
For those values in the allowlist:
refactor: isolate the globalThis in mts (#90)
After this commit, developers' mts code won't be able to access the globalThis
The following usage will NOT work
refractor: improve some internal logic for element creating in MTS (#71)
Updated dependencies [
c617453,2044571,7da7601]:@lynx-js/web-elements-compat@0.2.3
Patch Changes
Support NPM provenance. (#30)
feat: support
justify-content,align-selfin linear container (#37)Now these two properties could work in a linear container.
We don't transforms the
justify-contentandalign-selfto css vars any more.The previous version of
@lynx-js/web-corewon't work with current@lynx-js/web-coreafter this change.@lynx-js/web-elements-reactive@0.1.1
Patch Changes
@lynx-js/web-explorer@0.0.2
Patch Changes
@lynx-js/web-mainthread-apis@0.7.1
Patch Changes
Support NPM provenance. (#30)
fix: some valus should be updateable by global scope (#130)
Now we add an allowlist to allow some identifiers could be updated by globalThis.
For those values in the allowlist:
refactor: isolate the globalThis in mts (#90)
After this commit, developers' mts code won't be able to access the globalThis
The following usage will NOT work
refractor: improve some internal logic for element creating in MTS (#71)
Updated dependencies [
c617453,2044571,399a6d9,7da7601]:@lynx-js/web-style-transformer@0.2.2
Patch Changes
Support NPM provenance. (#30)
feat: support
justify-content,align-selfin linear container (#37)Now these two properties could work in a linear container.
We don't transforms the
justify-contentandalign-selfto css vars any more.The previous version of
@lynx-js/web-corewon't work with current@lynx-js/web-coreafter this change.@lynx-js/web-worker-rpc@0.7.1
Patch Changes
@lynx-js/web-worker-runtime@0.7.1
Patch Changes
Support NPM provenance. (#30)
Updated dependencies [
c617453,2044571,82285ce,7da7601]:@lynx-js/chunk-loading-webpack-plugin@0.1.7
Patch Changes
Support NPM provenance. (#30)
Updated dependencies [
c617453]:@lynx-js/css-extract-webpack-plugin@0.5.1
Patch Changes
@lynx-js/react-refresh-webpack-plugin@0.3.2
Patch Changes
@lynx-js/react-webpack-plugin@0.6.7
Patch Changes
Support NPM provenance. (#30)
Updated dependencies [
c617453]:@lynx-js/runtime-wrapper-webpack-plugin@0.0.8
Patch Changes
Support NPM provenance. (#30)
Updated dependencies [
c617453]:@lynx-js/template-webpack-plugin@0.6.4
Patch Changes
Support NPM provenance. (#30)
Use WASM when NAPI is not available. (#138)
Add
defaultOverflowVisibleoption toLynxTemplatePlugin. (#78)Updated dependencies [
c617453]:@lynx-js/web-webpack-plugin@0.6.2
Patch Changes
Support NPM provenance. (#30)
Updated dependencies [
c617453,399a6d9]:@lynx-js/webpack-dev-transport@0.1.1
Patch Changes
@lynx-js/webpack-runtime-globals@0.0.5
Patch Changes