-
-
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
ccf4c26
to
99042f4
Compare
99042f4
to
7c7bc37
Compare
7c7bc37
to
6fcfb48
Compare
|
This PR contains the following updates:
1.6.3
->2.7.1
1.6.2
->2.0.0
1.5.1
->2.0.0
Release Notes
tauri-apps/tauri (@tauri-apps/cli)
v2.7.1
: @tauri-apps/cli v2.7.1Compare Source
[2.7.1]
Dependencies
tauri-cli@2.7.1
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.2
: @tauri-apps/cli v2.6.2Compare Source
[2.6.2]
Bug Fixes
cbd962972
(#13730 by @lucasfernog) Load--config
arguments when running the Xcode and Android Studio build scripts.Dependencies
tauri-cli@2.6.2
v2.6.1
: tauri v2.6.1Compare Source
Cargo Audit
[2.6.1]
Bug Fixes
5bbcaaec8
(#13707 by @Legend-Master) Fix a regression that the JavaScript API can no longer set menus and icons for tray iconsDependencies
tauri-macros@2.3.1
Cargo 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 v2.5.0Compare Source
Cargo Audit