chore(examples) Update Rust Deps to v2 (major) #1542
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.0.0-beta-rc.4->2.0.01.0.0-beta-rc.1->2.0.0Release Notes
tauri-apps/tauri (tauri)
v2.9.4: @tauri-apps/cli v2.9.4Compare Source
[2.9.4]
Bug Fixes
b586ecf1f(#14416 by @Legend-Master) Premultiply Alpha before Resizing which gets rid of the gray fringe around the icons for svg images.Dependencies
[email protected]v2.9.3: @tauri-apps/cli v2.9.3Compare Source
[2.9.3]
Bug Fixes
fd8c30b4f(#14353 by @ChaseKnowlden) Premultiply Alpha before Resizing which gets rid of the gray fringe around the icons.Dependencies
[email protected]v2.9.2: @tauri-apps/cli v2.9.2Compare Source
[2.9.2]
Dependencies
[email protected]v2.9.1: @tauri-apps/api v2.9.1Compare Source
PNPM Audit
[2.9.1]
Bug Fixes
ad1dec2e2(#14464 by @funnydino) FixaddPluginListenerfallback added in #14132 didn't work properlyPNPM Publish
v2.9.0: @tauri-apps/api v2.9.0Compare Source
PNPM Audit
[2.9.0]
New Features
f5851ee00(#14089) Adds thescrollBarStyleoption to the Webview and WebviewBuilder constructors.3397fd9bf(#14133) Addedapp > onBackButtonPressfor Android back button handling.Enhancements
59089723f(#14091) Added a config to set a data_directory relative to the app-specific data dir in JavaScript andtauri.conf.json.Bug Fixes
08bda64c2(#14132) Fixcore > addPluginListenerfailing on command permission check.PNPM Publish
v2.8.5: tauri v2.8.5Compare Source
Cargo Audit
[2.8.5]
Enhancements
07e134f70(#14107 by @lucasfernog) Improve error message for request errors on iOS when local network permission has been denied and the app tries to reach the development server.Dependencies
[email protected]Cargo Publish
v2.8.4: @tauri-apps/cli v2.8.4Compare Source
[2.8.4]
Enhancements
f70b28529(#14093 by @lucasfernog) Ensure Rust targets for mobile are installed when running the dev and build commands (previously only checked on init).a9b342125(#14114 by @lucasfernog) Fix iOS dev and build targeting the simulator on Intel machines.61b9b681e(#14111 by @lucasfernog) RetainRUST_*environment variables when running the mobile commands.c23bec62d(#14083 by @FabianLars) Tauri now ignoresmacOS.minimumSystemVersionintauri devto prevent forced rebuilds of macOS specific dependencies when using something likerust-analyzerat the same time astauri dev.Bug Fixes
c37a29833(#14112 by @lucasfernog) Fix usage with Deno failing withReferenceError: require is not defined.bcf000c0a(#14110 by @lucasfernog) Fixes runningioscommands withdenocrashing due to incorrect current working directory resolution.7db7142f9(#14119 by @lucasfernog) Fixes empty device name when using an Android emulator causing the emulator to never be detected as running.956b4fd6f(#14106 by @lucasfernog) Use the correct export method on Xcode < 15.4.Dependencies
[email protected]v2.8.3: @tauri-apps/cli v2.8.3Compare Source
[2.8.3]
Bug Fixes
0ac89d3b6(#14078 by @FabianLars) Updatedcargo-mobile2to allow running on iOS simulators that have a higher version than the XCode SDK. This fixes compatiblity issues with Apple's recent "iOS 18.5 + iOS 18.6 Simulator" platform support component.Dependencies
[email protected]v2.8.2: @tauri-apps/cli v2.8.2Compare Source
[2.8.2]
Dependencies
[email protected]v2.8.1: @tauri-apps/cli v2.8.1Compare Source
[2.8.1]
Bug Fixes
f0172a454(#14038 by @KushalMeghani1644) FixesremoveDataStorereturn type.v2.8.0: @tauri-apps/api v2.8.0Compare Source
PNPM Audit
[2.8.0]
New Features
68874c68c(#13564 by @robertrpf) Add window focusable attribute and set_focusable API.5110a762e(#13830 by @Sky-walkerX) AddedWindow::setSimpleFullscreen.Enhancements
5ba1c3faa(#13722 by @s00d) Added icon (icon and nativeIcon) support for Submenu:tauri), you can now set an icon for submenus via the builder and dedicated methods.@tauri-apps/api),SubmenuOptionsnow has aniconfield, and theSubmenuclass providessetIconandsetNativeIconmethods.This is a backwards-compatible feature. Submenus can now display icons just like regular menu items.
PNPM Publish