-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Apply Version Updates From Current Changes #9279
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
5fffd4a
to
9b52706
Compare
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhat is an install script?Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts. Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead. Take a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
755fd39
to
477e76c
Compare
477e76c
to
f780364
Compare
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
@tauri-apps/api
[2.0.0-beta.7]
Bug Fixes
c33f6e6cf
(#9211) Re-added theTauriEvent.WINDOW_CREATED
(tauri://window-created
) event.Breaking Changes
06833f4fa
(#9100) RenameFileDrop
toDragDrop
on structs, enums and enum variants. Also renamedfile_drop
todrag_drop
on fields and function names.tauri-utils
[2.0.0-beta.11]
New Features
259d84529
(#9209) AddedpreInstallScript
,postInstallScript
,preRemoveScript
andpostRemoveScript
options forbundler > deb
andbundler > rpm
configs.Enhancements
7c334cb18
(#9327) Make the isolation pattern encrypt key unextractable.a804a70a7
(#9328) The isolation iframe script now removes itself after execution.Breaking Changes
06833f4fa
(#9100) RenameFileDrop
toDragDrop
on structs, enums and enum variants. Also renamedfile_drop
todrag_drop
on fields and function names.tauri-bundler
[2.0.1-beta.8]
New Features
259d84529
(#9209) Add suport for includepreinstall
,postinstall
,preremove
andpostremove
scripts into Debian and RPM packages.Dependencies
[email protected]
tauri-runtime
[2.0.0-beta.11]
What's Changed
06833f4fa
(#9100) Updatedhttp
crate to1.1
Dependencies
[email protected]
Breaking Changes
06833f4fa
(#9100) The IPC handler closure now receives ahttp::Request
instead of a String representing the request body.06833f4fa
(#9100) RenameFileDrop
toDragDrop
on structs, enums and enum variants. Also renamedfile_drop
todrag_drop
on fields and function names.06833f4fa
(#9100) Movedwindow::dpi
module to the root of the crate.tauri-runtime-wry
[2.0.0-beta.11]
Bug Fixes
4c0c780e0
(#2690) Fix window inner size evaluation on macOS.5bd47b446
(#9246) Fix webview's visibility doesn't change with the app windowWhat's Changed
06833f4fa
(#9100) Updatedhttp
crate to1.1
Dependencies
[email protected]
[email protected]
06833f4fa
(#9100) Upgraded to[email protected]
Breaking Changes
06833f4fa
(#9100) The IPC handler closure now receives ahttp::Request
instead of a String representing the request body.06833f4fa
(#9100) RenameFileDrop
toDragDrop
on structs, enums and enum variants. Also renamedfile_drop
todrag_drop
on fields and function names.tauri-codegen
[2.0.0-beta.11]
Dependencies
[email protected]
tauri-macros
[2.0.0-beta.11]
Dependencies
[email protected]
[email protected]
tauri-plugin
[2.0.0-beta.11]
Dependencies
[email protected]
tauri-build
[2.0.0-beta.11]
Dependencies
[email protected]
[email protected]
tauri
[2.0.0-beta.14]
New Features
06833f4fa
(#9100) AddedRect
struct.06833f4fa
(#9100) AddWebview::bounds
andWebview::set_bounds
APIs.Enhancements
06833f4fa
(#9100) Enhance the IPC URL check by using the Origin header on the custom protocol IPC and the new request URI field on the postMessage IPC instead of usingWebview::url()
which only returns the URL of the main frame and is not suitable for iframes (iframe URL fetch is still not supported on Android and on Linux when using the postMessage IPC).Bug Fixes
c33f6e6cf
(#9211) Fixed an issue preventing webview/window creation events to not be emitted. This also fixed thegetByLabel
andgetAll
JavaScript functions.What's Changed
06833f4fa
(#9100) Updatedhttp
crate to1.1
Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Breaking Changes
06833f4fa
(#9100) RenameFileDrop
toDragDrop
on structs, enums and enum variants. Also renamedfile_drop
todrag_drop
on fields and function names.284eca9ef
(#9272)Manager::resources_table
is now scoped so eachApp/AppHandle/Window/Webview/WebviewWindow
has its own resource collection.06833f4fa
(#9100) Refactored the tray icon event struct:TrayIconEvent.icon_rect
type to use the newtauri::Rect
type.TrayIconEvent.x
andTrayIconEvent.y
fields and combined them intoTrayIconEvent.position
field.tauri::tray::Rectangle
struct.@tauri-apps/cli
[2.0.0-beta.12]
New Features
93e0e1392
Support specifying a version fortauri add
subcommand, for example:tauri add [email protected]
Dependencies
[email protected]
tauri-cli
[2.0.0-beta.12]
New Features
93e0e1392
Support specifying a version fortauri add
subcommand, for example:tauri add [email protected]
Enhancements
6703b7cbc
(#9310) Use$CARGO_MANIFEST_DIR
when including templates at build-time.Dependencies
[email protected]
[email protected]