Apply Version Updates From Current Changes #12
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.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
api
[1.2.0]
acceptFirstMouse
window option.accept_first_mouse
option, closes #5347 (#5374) on 2022-10-17fs/exists
Monitor
instances with the correct classes forposition
andsize
fields instead of plain object.Monitor
initialization, closes #4672 (#5314) on 2022-09-30BaseDirectory
enum variantsAppConfig
,AppData
,AppLocalData
,AppCache
andAppLog
along with equivalent functions inpath
module and deprecated ambiguous variantsLog
andApp
along with their equivalent functions inpath
module.dialog.save
return typeshow
andhide
methods on theapp
module.show
andhide
methods (#3689) on 2022-10-03tabbingIdentifier
window option for macOS.tabbing_identifier
option, closes #2804, #3912 (#5399) on 2022-10-19tabbing_identifier
to the window builder on macOS.tabbing_identifier
option, closes #2804, #3912 (#5399) on 2022-10-19user_agent
option when creating a window.tauri-utils
[1.2.0]
pacakge > productName
in the tauri config and produce errors if it contains one of the following characters/\:*?\"<>|
productName
in config, closes #5233 (#5262) on 2022-09-28app
allowlist module.show
andhide
methods (#3689) on 2022-10-03tauri.conf.json > bundle > publisher
field to specify the app publisher.publisher
field, closes #5273 (#5283) on 2022-09-28platform::resource_dir
.title
option on the system tray configuration (macOS only).set_title
for MacOS tray (#5182) on 2022-09-30user_agent
option to the window configuration.mime_type
module.tauri-bundler
[1.1.0]
ja-JP
for japanese instead ofjp-JP
.tauri.conf.json > bundle > publisher
field to specify the app publisher.publisher
field, closes #5273 (#5283) on 2022-09-28TAURI
are propagated.tauri-runtime
[0.12.0]
focused
method. Thefocus
function has been deprecated.Runtime::show()
,RuntimeHandle::show()
,Runtime::hide()
,RuntimeHandle::hide()
for hiding/showing the entire application on macOS.show
andhide
methods (#3689) on 2022-10-03tabbing_identifier
to the window builder on macOS.tabbing_identifier
option, closes #2804, #3912 (#5399) on 2022-10-19set_title
for MacOS tray (#5182) on 2022-09-30user_agent
option when creating a window.tauri-runtime-wry
[0.12.0]
accept_first_mouse
option for macOS windows.accept_first_mouse
option, closes #5347 (#5374) on 2022-10-17tabbing_identifier
option is not defined, the window is transparent or does not have decorations.tabbing_identifier
option, closes #2804, #3912 (#5399) on 2022-10-19focused
method. Thefocus
function has been deprecated.hidden_title
option for macOS windows.title_bar_style
andhidden_title
window options, closes #2663 (#3965) on 2022-09-30Runtime::show()
,RuntimeHandle::show()
,Runtime::hide()
,RuntimeHandle::hide()
for hiding/showing the entire application on macOS.show
andhide
methods (#3689) on 2022-10-03SystemTray::with_menu_on_left_click
with_menu_on_left_click
, closes #5220 (#5235) on 2022-09-30tabbing_identifier
to the window builder on macOS.tabbing_identifier
option, closes #2804, #3912 (#5399) on 2022-10-19title_bar_style
option for macOS windows.title_bar_style
andhidden_title
window options, closes #2663 (#3965) on 2022-09-30set_title
for MacOS tray (#5182) on 2022-09-30user_agent
option when creating a window.tauri-codegen
[1.2.0]
tauri-macros
[1.2.0]
tauri-build
[1.2.0]
tauri
[1.2.0]
accept_first_mouse
option for macOS windows.accept_first_mouse
option, closes #5347 (#5374) on 2022-10-17BaseDirectory
enum variantsAppConfig
,AppData
,AppLocalData
,AppCache
andAppLog
along with equivalent functions inpath
module and deprecated ambiguous variantsLog
andApp
along with their equivalent functions inpath
module.asset:
protocoltabbing_identifier
option is not defined, the window is transparent or does not have decorations.tabbing_identifier
option, closes #2804, #3912 (#5399) on 2022-10-19asset
protocol without theconvertFileSrc
helper, the URL must now use theasset://localhost/$filePath
format.WebviewWindow.getByLabel
function in atauri://window-created
event listener.__TAURI_PATTERN__
object freeze.focused
method. Thefocus
function has been deprecated.hidden_title
option for macOS windows.title_bar_style
andhidden_title
window options, closes #2663 (#3965) on 2022-09-30App::show()
,AppHandle::show()
,App::hide()
andAppHandle::hide()
for hiding/showing the entire application on macOS.show
andhide
methods (#3689) on 2022-10-03on_menu_event
closure.on_menu_event
, closes #5254 (#5257) on 2022-09-28tabbing_identifier
to the window builder on macOS.tabbing_identifier
option, closes #2804, #3912 (#5399) on 2022-10-19title_bar_style
option for macOS windows.title_bar_style
andhidden_title
window options, closes #2663 (#3965) on 2022-09-30set_title
for MacOS tray (#5182) on 2022-09-30user_agent
option when creating a window.cli.js
[1.1.2]
node18
or when running through deno.cli.rs
[1.2.0]
tauri dev
watcher alive when the configuration is invalid..taurignore
.taurignore
rules to workspace members, closes #5355 (#5460) on 2022-10-28--no-default-features
to the app instead of the runner (Cargo).--no-default-features
to runner instead of app, closes #5415 (#5474) on 2022-10-25pacakge > productName
in the tauri config and produce errors if it contains one of the following characters/\:*?\"<>|
productName
in config, closes #5233 (#5262) on 2022-09-28tauri.conf.json > build > devPath
points to a directory.TAURI_TARGET_TRIPLE
tobeforeDevCommand
,beforeBuildCommand
andbeforeBundleCommand
TAURI_TARGET_TRIPLE
to before*Commands, closes #5091 (#5101) on 2022-10-03TAURI_PLATFORM_TYPE
,TAURI_FAMILY
,TAURI_ARCH
andTAURI_PLATFORM
env vars for hook commands to based on the app not the cli.TAURI_TARGET_TRIPLE
to before*Commands, closes #5091 (#5101) on 2022-10-03tauri.conf.json > bundle > publisher
field to specify the app publisher.publisher
field, closes #5273 (#5283) on 2022-09-28