chore(deps): update dependency @tauri-apps/api to v2.8.0 #33
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
2.0.3
->2.8.0
Release Notes
tauri-apps/tauri (@tauri-apps/api)
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
),SubmenuOptions
now has anicon
field, and theSubmenu
class providessetIcon
andsetNativeIcon
methods.This is a backwards-compatible feature. Submenus can now display icons just like regular menu items.
PNPM Publish
v2.7.0
: @tauri-apps/api v2.7.0Compare Source
PNPM Audit
[2.7.0]
New Features
232265c70
(#13209 by @kandrelczyk) AddedgetBundleType
to the app module.Enhancements
96391467e
(#13783 by @JosephBrooksbank) Allow events emitted withemit
to be handled correctly bylisten
callbacks when in a mocked environmentBug Fixes
152d971bc
(#13744 by @Legend-Master) ExposeunregisterCallback
,runCallback
,callbacks
inmockIPC
b821796ad
(#13810 by @asdolo) Add missingtrafficLightPosition
TypeScript type definitionPNPM Publish
v2.6.0
: @tauri-apps/api v2.6.0Compare Source
PNPM Audit
[2.6.0]
New Features
50ebddaa2
(#13319 by @kingsword09) Expose thesetAutoResize
API for webviews in@tauri-apps/api
.267368fd4
(#13276 by @amrbashir) AddMonitor.workArea
field.Bug Fixes
23b9da75b
(#13324 by @kingsword09) Fixed path joining behavior wherepath.join('', 'a')
incorrectly returns "/a" instead of "a".b985eaf0a
(#13306 by @lucasfernog) Immediately unregister event listener when the unlisten function is called.What's Changed
b5c549d18
(#13325 by @Legend-Master)transformCallback
now registers the callbacks insidewindow.__TAURI_INTERNALS__.callbacks
instead of directly onwindow['_{id}']
PNPM Publish
v2.5.0
: @tauri-apps/api v2.5.0Compare Source
PNPM Audit
[2.5.0]
New Features
66e6325f4
(#13136) Allow passing the callback as the parameter of constructor ofChannel
so you can use it like thisnew Channel((message) => console.log(message))
ea36294cb
(#13208) AddeddisableInputAccessoryView: bool
config for 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)WindowOptions::allowLinkPreview
WebviewOptions::allowLinkPreview
b072e2b29
(#9687) AddpreventOverflow
config option to prevent the window from overflowing the monitor size on creationdd4f13ce4
(#13185) Addedapp.setDockVisibility
for macOS.Enhancements
b8f86669a
(#13145)core.isTauri
now leveragesglobalThis
instead ofwindow
in order to be used in unit tests.Bug Fixes
66e6325f4
(#13136) FixChannel
's callback attached towindow
never cleaned upPNPM Publish
v2.4.1
: tauri-build v2.4.1Compare Source
Cargo Audit
[2.4.1]
Enhancements
c23bec62d
(#14083 by @FabianLars) Tauri now ignoresmacOS.minimumSystemVersion
intauri dev
to prevent forced rebuilds of macOS specific dependencies when using something likerust-analyzer
at the same time astauri dev
.Cargo Publish