f634e524 This is an "empty" release to update the plugins' source files on crates.io and docs.rs. This should fix docs.rs build failures for projects using tauri plugins as dependencies.
[2.2.1]
bug
9cf0390a Apply the default open validation regex ^((mailto:\w+)|(tel:\w+)|(https?://\w+)).+ when the open configuration is not set, preventing unchecked input from being used in this scenario (previously the plugin would skip validation when it should disable all calls). This keeps backwards compatibility while still fixing this vulnerability.
The scope is no longer validated for Rust calls via ShellExt::shell() so if you need to block JavaScript from calling the API you can simply set tauri.conf.json > plugins > shell > open to false.
[2.2.0]
3a79266b (#2173 by @FabianLars) Bumped all plugins to v2.2.0. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.
34df132f (#1603) Change the open scope validator regex to match on the entire string.
34df132f (#1603) Change the execute scope argument validator regex to match on the entire string by default.
If this behavior is not desired check the raw boolean configuration option that is available along the validator string.
[2.0.0-beta.9]
99d6ac0f (#1606 by @FabianLars) The JS packages now specify the minimum@tauri-apps/api version instead of a single exact version.