-
-
Notifications
You must be signed in to change notification settings - Fork 10
fix(deps): update tauri monorepo to v2 (major) #553
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
base: main
Are you sure you want to change the base?
Conversation
|
913084d
to
393654d
Compare
393654d
to
fd32ab1
Compare
fd32ab1
to
5bdf620
Compare
|
5bdf620
to
04501e8
Compare
86f01d1
to
0c52c67
Compare
41e9054
to
8e9ccf2
Compare
8e9ccf2
to
8b3fb6d
Compare
8b3fb6d
to
4b2371c
Compare
4b2371c
to
cf3cd50
Compare
4c8a8eb
to
cbd6b3f
Compare
cbd6b3f
to
4bfd580
Compare
0a7293d
to
81d0e66
Compare
81d0e66
to
6875b09
Compare
|
This PR contains the following updates:
1.6.3
->2.5.0
1.6.2
->2.0.0
1.5.1
->2.0.0
Release Notes
tauri-apps/tauri (@tauri-apps/cli)
v2.5.0
: tauri v2.5.0Compare Source
Cargo Audit
[2.5.0]
New Features
dd4f13ce4
(#13185) MacOS: Addset_dock_visibility
method to support setting the visibility of the application in the dock.8cf662e34
(#13076) - add API to run initialization scripts on all frames-
WebviewBuilder::initialization_script_on_all_frames
-
WebviewWindowBuilder::initialization_script_on_all_frames
-
WebviewAttributes::initialization_script_on_all_frames
ea36294cb
(#13208) AddedWebviewWindowBuilder::with_input_accessory_view_builder
andWebviewBuilder::with_input_accessory_view_builder
on iOS.c1cd0a2dd
(#13090) macOS/iOS: add option to disable or enable link previews when building a webview (the webkit api has it enabled by default)WebViewBuilder.allow_link_preview(allow_link_preview: bool)
WebviewWindowBuilder.allow_link_preview(allow_link_preview: bool)
b072e2b29
(#9687) AddpreventOverflow
config option to prevent the window from overflowing the monitor size on creationb072e2b29
(#9687) AddWindowBuilder::prevent_overflow
,WebviewWindowBuilder::prevent_overflow
,WindowBuilder::prevent_overflow_with_margin
andWebviewWindowBuilder::prevent_overflow_with_margin
APIs to prevent the window from overflowing the monitor size on creation.Enhancements
9356fa15d
(#13239) Enhance panic message when fetching unmanaged state.ebd3dcb92
(#13135)Webview::eval
andWebviewWindow::eval
now takesimpl Into<String>
instead of&str
to allow passing the scripts more flexible and efficientlyfbd57a1af
(#13175)Builder::invoke_system
takesAsRef<str>
nowBug Fixes
66e6325f4
(#13136) FixChannel
's callback attached towindow
never cleaned up0d39ff6b0
(#13150) Fix missingcore:
in referenced commands in ACL error message690146e31
(#13217) Fix large number of commands with large structs as parameters causing stack overflow on debug build on Windowsf888502fd
(#13227)invoke
will now properly throw whenoptions.headers
contains non-ascii characters instead of silently replacing themf888502fd
(#13227) Fixinvoke
ignores the headers option if it's anHeaders
b8c0d7e40
(#13040) Fixrun_return
not responding torestart
andrequest_restart
Performance Improvements
66e6325f4
(#13136) ImproveChannel
's performance when sending small amount of data (e.g. sending a number)Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
bb5faa21f
(#13163) Update webview2-com to 0.37.bb5faa21f
(#13163) Update windows to 0.61.Breaking Changes
fca5154e7
(#13130) Removed re-exportedWebviewAttributes
fromtauri-runtime
which is exposed by accident intauri
and not used by any public facing APIsCargo Publish
v2.4.1
: @tauri-apps/cli v2.4.1Compare Source
[2.4.1]
Enhancements
f805061d1
(#13079 by @Pietagorh) Add support for passing TOML and JSON5 config files to--config
argBug Fixes
794af778e
(#13117 by @Legend-Master) Fix setting merge config value to null with--config
arg no longer worksDependencies
[email protected]
v2.4.0
: @tauri-apps/cli v2.4.0Compare Source
[2.4.0]
New Features
d91bfa5cb
(#12970 by @lucasfernog) Allow merging multiple configuration values ontauri dev
,tauri build
,tauri bundle
,tauri android dev
,tauri android build
,tauri ios dev
andtauri ios build
.30f5a1553
(#12366 by @FabianLars) AddedtrafficLightPosition
window configuration to set the traffic light buttons position on macOS.Enhancements
f981a5ee8
(#12602 by @kxxt) Add basic support for linux riscv64 platform.Bug Fixes
0c4700e99
(#12985 by @FabianLars) The cli will now accept--bundles updater
again. It's still no-op as it has been for all v2 versions. If you want to build updater artifacts, enablecreateUpdaterArtifacts
intauri.conf.json
.b83921226
(#12977 by @lucasfernog) Fixtauri ios
commands using the wrong working directory withbun@>1.2
.f268b3dbd
(#12871 by @lucasfernog) Ignore parent .gitignore files on the Tauri project path detection.Dependencies
[email protected]
v2.3.1
: @tauri-apps/cli v2.3.1Compare Source
[2.3.1]
Dependencies
[email protected]
v2.3.0
: @tauri-apps/api v2.3.0Compare Source
PNPM Audit
[2.3.0]
Enhancements
a2d36b8c3
(#12181 by @bastiankistner) Add an option to change the default background throttling policy (currently for WebKit only).PNPM Publish
v2.2.7
: @tauri-apps/cli v2.2.7Compare Source
[2.2.7]
Bug Fixes
8e9134c4a
(#12511 by @FabianLars) Fixed an issue that causedtauri dev
to fail because of an incorrect--bins
flag.Dependencies
[email protected]
v2.2.6
: @tauri-apps/cli v2.2.6Compare Source
[2.2.6]
Enhancements
1a86974aa
(#12406 by @bradleat)ios build --open
will now let xcode start the rust build process.0b79af711
(#12438 by @3lpsy) Log the command used to start the rust app in development.Dependencies
[email protected]
v2.2.5
: tauri v2.2.5Compare Source
Cargo Audit
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.