Apply Version Updates From Current Changes #11062
Merged
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.
@tauri-apps/api
[2.0.0-rc.6]
New Features
webview.clear_all_browsing_data
#11066 by @amrbashir) AddWebviewWindow.clearAllBrowsingData
andWebview.clearAllBrowsingData
to clear the webview browsing data.Window.setTheme
orsetTheme
function from theapp
moduleWebview::show
andWebview::hide
#11140 by @amrbashir) AddWebview.hide
andWebview.show
methods.Window::set_enabled
andWindow::is_enabled
#11154 by @amrbashir) AddWindow::setEnabled
andWindow::isEnabled
methodsBug Fixes
button_state
to camelCase #11114 by @lucasfernog) Change thebutton_state
tray event field to camelCasebuttonState
.Breaking Changes
TrayIconEvent
in JS by tagging it withtype
field #11121 by @amrbashir) Simplified emitted tray event JS value and updatedTrayIconEvent
type definition to match it.tauri-utils
[2.0.0-rc.13]
New Features
upgradeCode
config option #11039 by @amrbashir) AddupgradeCode
inwix
configuration to set an upgrade code for your MSI installer. This is recommended to be set if you plan to change yourproductName
.Bug Fixes
tauri-bundler
[2.0.1-rc.14]
New Features
TAURI_BUNDLER_TOOLS_GITHUB_MIRROR_TEMPLATE
environment variable to specify a more accessible mirror template, facilitating companies, organizations, or individuals who cannot access GitHub to download the necessary files through their own mirror servers.upgradeCode
config option #11039 by @amrbashir) AddupgradeCode
inwix
configuration to set an upgrade code for your MSI installer. This is recommended to be set if you plan to change yourproductName
.Bug Fixes
tauri_bundler::bundle::Settings::binary_arch
to return an enum instead of a&str
.Dependencies
[email protected]
tauri-runtime
[2.0.0-rc.13]
New Features
webview.clear_all_browsing_data
#11066 by @amrbashir) AddWebviewWindow::clear_all_browsing_data
andWebview::clear_all_browsing_data
to clear the webview browsing data.Window::set_theme
,App::set_theme
Webview::show
andWebview::hide
#11140 by @amrbashir) AddWebviewDispatch::hide
andWebviewDispatch::show
methods.Window::set_enabled
andWindow::is_enabled
#11154 by @amrbashir) AddWindow::set_enabled
andWindow::is_enabled
methodsDependencies
[email protected]
tauri-runtime-wry
[2.0.0-rc.14]
New Features
webview.clear_all_browsing_data
#11066 by @amrbashir) AddWebviewWindow::clear_all_browsing_data
andWebview::clear_all_browsing_data
to clear the webview browsing data.Window::set_theme
,App::set_theme
Webview::show
andWebview::hide
#11140 by @amrbashir) AddWebviewDispatch::hide
andWebviewDispatch::show
methods.Window::set_enabled
andWindow::is_enabled
#11154 by @amrbashir) AddWindow::set_enabled
andWindow::is_enabled
methodsBug Fixes
localStorage
not shared between webviews that use the same data directory.Dependencies
[email protected]
[email protected]
tauri-codegen
[2.0.0-rc.13]
Bug Fixes
Dependencies
[email protected]
tauri-macros
[2.0.0-rc.12]
New Features
mobile_entry_point
macro #11162 by @amrbashir) Support async functions formobile_entry_point
macroDependencies
[email protected]
[email protected]
tauri-plugin
[2.0.0-rc.13]
Dependencies
[email protected]
tauri-build
[2.0.0-rc.13]
Bug Fixes
Dependencies
[email protected]
[email protected]
tauri
[2.0.0-rc.16]
New Features
webview.clear_all_browsing_data
#11066 by @amrbashir) AddWebviewWindow::clear_all_browsing_data
andWebview::clear_all_browsing_data
to clear the webview browsing data.Manager::unmanage
#11071 by @amrbashir) AddManager::unmanage
to remove previously managed state.mobile_entry_point
macro #11162 by @amrbashir) Support async functions formobile_entry_point
macroScopeObjectMatch
trait for easy scope validation #11132 by @chippers) AddScopeObjectMatch
for easy scope validation those that can be represented by a boolean return value.Window::set_theme
,App::set_theme
Webview::show
andWebview::hide
#11140 by @amrbashir) AddWebview::hide
andWebview::show
methods.Window::set_enabled
andWindow::is_enabled
#11154 by @amrbashir) AddWindow::set_enabled
andWindow::is_enabled
methodsBug Fixes
button_state
to camelCase #11114 by @lucasfernog) Change thebutton_state
tray event field to camelCasebuttonState
.Window
directly onWebview
andWebviewWindow
#11161 by @amrbashir) Fix internal crash when trying to close the same window multiple times.localStorage
not shared between webviews that use the same data directory.Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Breaking Changes
TrayIconEvent
in JS by tagging it withtype
field #11121 by @amrbashir) Simplified emitted tray event JS value and updatedTrayIconEvent
type definition to match it.@tauri-apps/cli
[2.0.0-rc.17]
New Features
--github-workflows
#11118 by @amrbashir) Add--github-workflows
flag fortauri plugin new/init
.upgradeCode
config option #11039 by @amrbashir) Addtauri inspect wix-upgrade-code
to print default Upgrade Code for your MSI installer derived fromproductName
.Bug Fixes
>=
for npm and~
for other package managers #11064 by @amrbashir) Fixtauri add
failing to add NPM depenency withnpm
package manager.ios xcode-script
arg parsing when using bun, closes #10742 #11100 by @lucasfernog) Fix iOS xcode-script usage withbun
._
in build configuration IDs.Dependencies
[email protected]
Breaking Changes
--github-workflows
#11118 by @amrbashir)tauri plugin init/new
will no longer generate a.github
directory with workflows by default, instead use the new--github-workflows
flag.tauri-cli
[2.0.0-rc.17]
New Features
TAURI_BUNDLER_TOOLS_GITHUB_MIRROR_TEMPLATE
environment variable to specify a more accessible mirror template, facilitating companies, organizations, or individuals who cannot access GitHub to download the necessary files through their own mirror servers.--github-workflows
#11118 by @amrbashir) Add--github-workflows
flag fortauri plugin new/init
.upgradeCode
config option #11039 by @amrbashir) Addtauri inspect wix-upgrade-code
to print default Upgrade Code for your MSI installer derived fromproductName
.Enhancements
createUpdaterArtifacts: v1Compatible
#10940 by @amrbashir) Generate.sig
signature files for installers and bundles whencreateUpdaterArtifacts
is set tov1Compatible
Bug Fixes
>=
for npm and~
for other package managers #11064 by @amrbashir) Fixtauri add
failing to add NPM depenency withnpm
package manager.ios xcode-script
arg parsing when using bun, closes #10742 #11100 by @lucasfernog) Fix iOS xcode-script usage withbun
._
in build configuration IDs.Dependencies
[email protected]
[email protected]
Breaking Changes
--github-workflows
#11118 by @amrbashir)tauri plugin init/new
will no longer generate a.github
directory with workflows by default, instead use the new--github-workflows
flag.