-
Notifications
You must be signed in to change notification settings - Fork 111
chore: Release 2025-08-01 13:46:47 #1364
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
Conversation
|
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. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
333a61a to
d4e41b5
Compare
d4e41b5 to
2f59d81
Compare
2f59d81 to
5be33fe
Compare
5be33fe to
9f69d0f
Compare
9f69d0f to
6d59c87
Compare
6d59c87 to
3667200
Compare
3667200 to
94b5b13
Compare
94b5b13 to
b7c143a
Compare
b7c143a to
ca2dcc4
Compare
ca2dcc4 to
481216c
Compare
481216c to
0ed7766
Compare
0ed7766 to
f1b5016
Compare
f1b5016 to
ec4c994
Compare
ec4c994 to
c0634bd
Compare
c0634bd to
dbdd9f5
Compare
dbdd9f5 to
a573323
Compare
a573323 to
abfd9c4
Compare
abfd9c4 to
556ce08
Compare
556ce08 to
a6185fb
Compare
a6185fb to
2687824
Compare
2687824 to
f6d9922
Compare
f6d9922 to
6cb130f
Compare
6cb130f to
a9e2aba
Compare
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
Add support for Lynx UI plugin system with configurable options. (#1363)
Introduced
lynxUIPluginsoption increateLynxPreset, allowing userland opt-in to Lynx UI specific plugins.Implemented
uiVariantsplugin as the first UI plugin, supportingui-*variant prefixes (e.g.ui-checked,ui-open) with customizable mappings.@lynx-js/[email protected]
Patch Changes
Fix crash caused by not removing event listeners during destroy. (#1379)
Fix missing "type" in "update-list-info" in hydrate (#1392)
@lynx-js/[email protected]
Patch Changes
@lynx-js/[email protected]
Patch Changes
e9edca0,6f37db2]:@lynx-js/[email protected]
Patch Changes
feat: support
__ElementFromBinary(#1391)Updated dependencies []:
@lynx-js/[email protected]
Patch Changes
feat: support
__ElementFromBinary(#1391)fix: crash on chrome<96 (#1361)
Rust v1.82 enables reference type transformations by default wasm-bindgen/wasm-bindgen#4211 (comment)
wasm2js: support multiple tables WebAssembly/binaryen#7358
The rust toolchain enables WASM feature
reference typesby default.However this feature is not supported by chromium lower than version 96
Therefore we found a workaround for it.
In this implementation we detect if browser supports
reference typesfirst.If user's browser supported it, we load the wasm file with
reference typeson, otherwise we load the wasm file withreference typesoff.Updated dependencies [
22ca433,8645d12,143e481]:@lynx-js/[email protected]
Patch Changes
@lynx-js/[email protected]
Patch Changes
feat: support color style for x-textarea (#1382)
Updated dependencies []:
@lynx-js/[email protected]
Patch Changes
feat: support
__ElementFromBinary(#1391)fix: crash on chrome<96 (#1361)
Rust v1.82 enables reference type transformations by default wasm-bindgen/wasm-bindgen#4211 (comment)
wasm2js: support multiple tables WebAssembly/binaryen#7358
The rust toolchain enables WASM feature
reference typesby default.However this feature is not supported by chromium lower than version 96
Therefore we found a workaround for it.
In this implementation we detect if browser supports
reference typesfirst.If user's browser supported it, we load the wasm file with
reference typeson, otherwise we load the wasm file withreference typesoff.Updated dependencies [
22ca433]:@lynx-js/[email protected]
Patch Changes
optimize IO for all-on-ui: make startMainThreadWorker async and defer import (#1385)
Updated dependencies [
22ca433,143e481]:@lynx-js/[email protected]
Patch Changes
@lynx-js/[email protected]
Patch Changes
[email protected]
@lynx-js/[email protected]
[email protected]
@lynx-js/[email protected]
@lynx-js/[email protected]
@lynx-js/[email protected]