chore(deps): update tauri monorepo to v2 (major) #1167
+6
−6
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 contains the following updates:
^1.6.0
->^2.3.0
^1.6.3
->^2.3.1
1.8.2
->2.3.1
1.5.6
->2.0.6
Release Notes
tauri-apps/tauri (@tauri-apps/api)
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.0
: tauri v2.2.0Compare Source
Cargo Audit
[2.2.0]
New Features
f884bae75
(#11742 by @amrbashir) Addtauri::Builder::on_tray_icon_event
handler.5188c0fae
(#11767 by @FabianLars) AddedScope::is_forbidden
to check if a path was explicitly forbidden.18bd639f6
(#11798 by @lars-berger) AddWebviewWindowBuilder/WebviewBuilder::data_store_identifier
on macOS.dc4d79477
(#11628 by @SpikeHD) AddWebviewWindowBuilder/WebviewBuilder::extensions_path
on Linux and Windows.020ea0556
(#11661 by @ahqsoftwares) Add badging APIs:Window/WebviewWindow::set_badge_count
for Linux, macOS and IOS.Window/WebviewWindow::set_overlay_icon
for Windows Only.Window/WebviewWindow::set_badge_label
for macOS Only.fc30b20be
(#11726 by @amrbashir) AddTrayIconBuilder::show_menu_on_left_click
method and deprecateTrayIconBuilder::menu_on_left_click
for consistent naming and clarity.Enhancements
d86aaccb0
(#11729 by @sandercox) Add support forTrayIconBuilder::menu_on_left_click
andTrayIcon::set_show_menu_on_left_click
on Windows.b0ddee899
(#12101 by @renovate) Breaking change: Updatedwebview2-com
to0.34
. This may be a breaking change if you use thewith_webview
method.Bug Fixes
b50a1ac0e
(#11850 by @FabianLars) Add webview and window color setters to autogenerated permissions.ba6f37014
(#11785 by @lars-berger) Fix panic when a plugin command is run with a capability added at runtime (viaManager::add_capability
).e349dfe57
(#12000 by @stringhandler) Fixed a panic caused by an assert when the resource random id has been used already.46935212b
(#11658 by @Legend-Master) Fix.json5
capability files not recognized even withconfig-json5
feature enabledb37741da6
(#11871 by @johncarmack1984) Fixspecta-util
dependency not found error when usingspecta
featureca7f025fd
(#11958 by @amrbashir) Fix panic when invoking a command with an unmanaged state, an error will be returned instead.Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Cargo Publish
v2.1.1
: @tauri-apps/api v2.1.1Compare Source
PNPM Audit
[2.1.1]
Bug Fixes
5e9435487
(#11645 by dgerhardt) Fix regression intoLogical
andtoPhysical
for position types indpi
module returning incorrecty
value.e8a50f6d7
(#11645) Fix integer values ofBasDirectory.Home
andBaseDirectory.Font
regression which broke path APIs in JS.PNPM Publish
v2.1.0
: @tauri-apps/api v2.1.0Compare Source
PNPM Audit
[2.1.0]
New Features
5c4b83084
(#11191 by @amrbashir) Improved support fordpi
module types to allow these types to be used without manual conversions withinvoke
:SERIALIZE_TO_IPC_FN
const incore
module which can be used to implement custom IPC serialization for types passed toinvoke
.Size
andPosition
classes indpi
module.SERIALIZE_TO_IPC_FN
method onPhysicalSize
,PhysicalPosition
,LogicalSize
andLogicalPosition
to convert it into a valid IPC-compatible value that can be deserialized correctly on the Rust side into its equivalent struct.4d545ab3c
(#11486 by @amrbashir) AddedWebview::setBackgroundColor
,WebviewWindow::setBackgroundColor
APIs to set the window background color dynamicallyand a
backgroundColor
window option to set the background color on window creation.cbc095ec5
(#11451 by @amrbashir) Addapp > windows > devtools
config option and when creating the webview from JS, to enable or disable devtools for a specific webview.2a75c64b5
(#11469 by @amrbashir) AddedwindowClassname
option, when constructing aWebview
orWebviewWindow
, to specify the name of the window class on Windows.Bug Fixes
54cbf59b5
(#11441 by @amrbashir) Fix submenu created as a menu item instead of a submenu when created by using an object in theitems
field in the options object passed toMenu.new
orSubmenu.new
.PNPM Publish
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.