@tauri-apps/cli 2.0.0-beta.20 → 2.0.0-beta.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +67 -0
  2. package/package.json +14 -14
  3. package/schema.json +205 -146
package/CHANGELOG.md CHANGED
@@ -1,5 +1,72 @@
1
1
  # Changelog
2
2
 
3
+ ## \[2.0.0-beta.22]
4
+
5
+ ### New Features
6
+
7
+ - [`7c7fa0964`](https://www.github.com/tauri-apps/tauri/commit/7c7fa0964db3403037fdb9a34de2b877ddb8df1c) ([#9963](https://www.github.com/tauri-apps/tauri/pull/9963) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Added `--method` argument for `ios build` to select the export options' method.
8
+ - [`7c7fa0964`](https://www.github.com/tauri-apps/tauri/commit/7c7fa0964db3403037fdb9a34de2b877ddb8df1c) ([#9963](https://www.github.com/tauri-apps/tauri/pull/9963) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Setup iOS signing by reading `IOS_CERTIFICATE`, `IOS_CERTIFICATE_PASSWORD` and `IOS_MOBILE_PROVISION` environment variables.
9
+
10
+ ### Enhancements
11
+
12
+ - [`c01e87ad4`](https://www.github.com/tauri-apps/tauri/commit/c01e87ad46e2a5b3fb8d018739e724ef932008d7) ([#10198](https://www.github.com/tauri-apps/tauri/pull/10198) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Enhance `tauri migrate` to also migrate variables like `appWindow`:
13
+
14
+ ```ts
15
+ import { appWindow } from '@tauri-apps/api/window'
16
+ ```
17
+
18
+ will become:
19
+
20
+ ```ts
21
+ import { getCurrentWebviewWindow } from '@tauri-apps/api/webviewWindow'
22
+ const appWindow = getCurrentWebviewWindow()
23
+ ```
24
+
25
+ ### Bug Fixes
26
+
27
+ - [`94136578b`](https://www.github.com/tauri-apps/tauri/commit/94136578bc89e4b973c471050ae9c2d83ffcb7c6) ([#10186](https://www.github.com/tauri-apps/tauri/pull/10186) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Fix `migrate` command, migrating incorrect permissions for `clipboard`.
28
+ - [`c01e87ad4`](https://www.github.com/tauri-apps/tauri/commit/c01e87ad46e2a5b3fb8d018739e724ef932008d7) ([#10198](https://www.github.com/tauri-apps/tauri/pull/10198) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Fix `tauri migrate` incorrectly migrating `@tauri-apps/api/tauri` module to just `core` and `@tauri-apps/api/window` to just `webviewWindow`.
29
+ - [`15e125996`](https://www.github.com/tauri-apps/tauri/commit/15e12599667b749c3d7cd2259e6cf7c7b5c6e2be) ([#10234](https://www.github.com/tauri-apps/tauri/pull/10234) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Fix cli failing to detect the correct cargo target directory when using cargo `--target-dir` flag with `tauri build` or `tauri dev`
30
+
31
+ ### Dependencies
32
+
33
+ - Upgraded to `tauri-cli@2.0.0-beta.22`
34
+
35
+ ## \[2.0.0-beta.21]
36
+
37
+ ### New Features
38
+
39
+ - [`656a64974`](https://www.github.com/tauri-apps/tauri/commit/656a64974468bc207bf39537e02ae179bdee9b83) ([#9318](https://www.github.com/tauri-apps/tauri/pull/9318)) Added a configuration option to disable hardened runtime on macOS codesign.
40
+
41
+ ### Enhancements
42
+
43
+ - [`f44a2ec47`](https://www.github.com/tauri-apps/tauri/commit/f44a2ec47c13243d472fa08a9df8b20d8490d79f) ([#10030](https://www.github.com/tauri-apps/tauri/pull/10030)) Enhance the plugin template to include `permissions/default.toml` and default capabilities file for the example application.
44
+
45
+ ### Bug Fixes
46
+
47
+ - [`019a74e97`](https://www.github.com/tauri-apps/tauri/commit/019a74e970958d29cf69a6f24669d603399dcbb3) ([#9931](https://www.github.com/tauri-apps/tauri/pull/9931)) Fix wrong migration of `clipboard` and `globalShortcut` modules
48
+ - [`27838365a`](https://www.github.com/tauri-apps/tauri/commit/27838365a6841b0d3fa645ba2528221d23d4aeb2) ([#10135](https://www.github.com/tauri-apps/tauri/pull/10135)) Fix parsing of cargo profile when using `--profile=<profile>` syntax.
49
+ - [`79542f4d4`](https://www.github.com/tauri-apps/tauri/commit/79542f4d4542bd97451da7605de16e8464d6a06c) ([#10039](https://www.github.com/tauri-apps/tauri/pull/10039)) Fixed an issue that prevented `tauri icon` from rendering `<text>` nodes in SVG files.
50
+ - [`40c0f44e1`](https://www.github.com/tauri-apps/tauri/commit/40c0f44e1c74c18ed0d6c645724d650637725456) ([#9971](https://www.github.com/tauri-apps/tauri/pull/9971)) Changed the deployment target of plugin iOS Xcode project to 13.0 so it works on older iOS releases.
51
+ - [`f56cdc9e3`](https://www.github.com/tauri-apps/tauri/commit/f56cdc9e391c4d55e4d7e935203d0f891864f22d) ([#10016](https://www.github.com/tauri-apps/tauri/pull/10016)) Add missing dependency `libayatana-appindicator3.so.1` for rpm package.
52
+ - [`1601da5b5`](https://www.github.com/tauri-apps/tauri/commit/1601da5b525de05cb813002d611f22ea4217a4fb) ([#10114](https://www.github.com/tauri-apps/tauri/pull/10114)) Removed alpha channel from default icons in iOS template to comply with Apple's human interface guideline
53
+ (https://developer.apple.com/design/human-interface-guidelines/app-icons), because
54
+ transparent icons with alpha channel are not allowed, and will be rejected
55
+ upon upload to Apple appstore.
56
+
57
+ ### What's Changed
58
+
59
+ - [`3cca5c2be`](https://www.github.com/tauri-apps/tauri/commit/3cca5c2be88bbd52139e7dda371e88510d28bc8e) ([#9924](https://www.github.com/tauri-apps/tauri/pull/9924)) Migrate to new Android buildFeatures.buildConfig format.
60
+
61
+ ### Dependencies
62
+
63
+ - Upgraded to `tauri-cli@2.0.0-beta.21`
64
+ - [`f955f7b49`](https://www.github.com/tauri-apps/tauri/commit/f955f7b4903bcea376c0a8b430736f66c8cebf56) ([#9929](https://www.github.com/tauri-apps/tauri/pull/9929)) Switch from `dirs_next` to `dirs` as `dirs_next` is now unmaintained while `dirs` is
65
+
66
+ ### Breaking Changes
67
+
68
+ - [`911242f09`](https://www.github.com/tauri-apps/tauri/commit/911242f0928e0a2add3595fa9de27850fb875fa6) ([#9883](https://www.github.com/tauri-apps/tauri/pull/9883)) Move updater target from `bundle > targets` to a separate field `bundle > createUpdaterArtifacts`
69
+
3
70
  ## \[2.0.0-beta.20]
4
71
 
5
72
  ### Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tauri-apps/cli",
3
- "version": "2.0.0-beta.20",
3
+ "version": "2.0.0-beta.22",
4
4
  "description": "Command line interface for building Tauri apps",
5
5
  "funding": {
6
6
  "type": "opencollective",
@@ -38,13 +38,13 @@
38
38
  }
39
39
  },
40
40
  "devDependencies": {
41
- "@napi-rs/cli": "2.16.1",
41
+ "@napi-rs/cli": "2.18.3",
42
42
  "cross-env": "7.0.3",
43
43
  "cross-spawn": "7.0.3",
44
- "fs-extra": "11.1.1",
44
+ "fs-extra": "11.2.0",
45
45
  "jest": "29.7.0",
46
46
  "jest-transform-toml": "1.0.0",
47
- "prettier": "2.8.8"
47
+ "prettier": "3.3.2"
48
48
  },
49
49
  "resolutions": {
50
50
  "json5": "2.2.3"
@@ -68,15 +68,15 @@
68
68
  "format:check": "prettier --check ./package.json ./tauri.js"
69
69
  },
70
70
  "optionalDependencies": {
71
- "@tauri-apps/cli-win32-x64-msvc": "2.0.0-beta.20",
72
- "@tauri-apps/cli-darwin-x64": "2.0.0-beta.20",
73
- "@tauri-apps/cli-linux-x64-gnu": "2.0.0-beta.20",
74
- "@tauri-apps/cli-darwin-arm64": "2.0.0-beta.20",
75
- "@tauri-apps/cli-linux-arm64-gnu": "2.0.0-beta.20",
76
- "@tauri-apps/cli-linux-arm64-musl": "2.0.0-beta.20",
77
- "@tauri-apps/cli-linux-arm-gnueabihf": "2.0.0-beta.20",
78
- "@tauri-apps/cli-linux-x64-musl": "2.0.0-beta.20",
79
- "@tauri-apps/cli-win32-ia32-msvc": "2.0.0-beta.20",
80
- "@tauri-apps/cli-win32-arm64-msvc": "2.0.0-beta.20"
71
+ "@tauri-apps/cli-win32-x64-msvc": "2.0.0-beta.22",
72
+ "@tauri-apps/cli-darwin-x64": "2.0.0-beta.22",
73
+ "@tauri-apps/cli-linux-x64-gnu": "2.0.0-beta.22",
74
+ "@tauri-apps/cli-darwin-arm64": "2.0.0-beta.22",
75
+ "@tauri-apps/cli-linux-arm64-gnu": "2.0.0-beta.22",
76
+ "@tauri-apps/cli-linux-arm64-musl": "2.0.0-beta.22",
77
+ "@tauri-apps/cli-linux-arm-gnueabihf": "2.0.0-beta.22",
78
+ "@tauri-apps/cli-linux-x64-musl": "2.0.0-beta.22",
79
+ "@tauri-apps/cli-win32-ia32-msvc": "2.0.0-beta.22",
80
+ "@tauri-apps/cli-win32-arm64-msvc": "2.0.0-beta.22"
81
81
  }
82
82
  }