@tauri-apps/cli 1.2.0 → 1.2.1
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.
- package/CHANGELOG.md +5 -0
- package/package.json +11 -11
- package/schema.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## \[1.2.1]
|
|
4
|
+
|
|
5
|
+
- Fixes injection of Cargo features defined in the configuration file.
|
|
6
|
+
- [1ecaeb29](https://www.github.com/tauri-apps/tauri/commit/1ecaeb29aa798f591f6488dc6c3a7a8d22f6073e) fix(cli): inject config feature flags when features arg is not provided on 2022-11-18
|
|
7
|
+
|
|
3
8
|
## \[1.2.0]
|
|
4
9
|
|
|
5
10
|
- Detect JSON5 and TOML configuration files in the dev watcher.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tauri-apps/cli",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Command line interface for building Tauri apps",
|
|
5
5
|
"funding": {
|
|
6
6
|
"type": "opencollective",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"cross-env": "7.0.3",
|
|
42
42
|
"cross-spawn": "7.0.3",
|
|
43
43
|
"fs-extra": "10.1.0",
|
|
44
|
-
"jest": "29.
|
|
44
|
+
"jest": "29.3.1",
|
|
45
45
|
"jest-transform-toml": "1.0.0",
|
|
46
46
|
"prettier": "2.7.1"
|
|
47
47
|
},
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"format:check": "prettier --check ./package.json ./tauri.js"
|
|
65
65
|
},
|
|
66
66
|
"optionalDependencies": {
|
|
67
|
-
"@tauri-apps/cli-win32-x64-msvc": "1.2.
|
|
68
|
-
"@tauri-apps/cli-darwin-x64": "1.2.
|
|
69
|
-
"@tauri-apps/cli-linux-x64-gnu": "1.2.
|
|
70
|
-
"@tauri-apps/cli-darwin-arm64": "1.2.
|
|
71
|
-
"@tauri-apps/cli-linux-arm64-gnu": "1.2.
|
|
72
|
-
"@tauri-apps/cli-linux-arm64-musl": "1.2.
|
|
73
|
-
"@tauri-apps/cli-linux-arm-gnueabihf": "1.2.
|
|
74
|
-
"@tauri-apps/cli-linux-x64-musl": "1.2.
|
|
75
|
-
"@tauri-apps/cli-win32-ia32-msvc": "1.2.
|
|
67
|
+
"@tauri-apps/cli-win32-x64-msvc": "1.2.1",
|
|
68
|
+
"@tauri-apps/cli-darwin-x64": "1.2.1",
|
|
69
|
+
"@tauri-apps/cli-linux-x64-gnu": "1.2.1",
|
|
70
|
+
"@tauri-apps/cli-darwin-arm64": "1.2.1",
|
|
71
|
+
"@tauri-apps/cli-linux-arm64-gnu": "1.2.1",
|
|
72
|
+
"@tauri-apps/cli-linux-arm64-musl": "1.2.1",
|
|
73
|
+
"@tauri-apps/cli-linux-arm-gnueabihf": "1.2.1",
|
|
74
|
+
"@tauri-apps/cli-linux-x64-musl": "1.2.1",
|
|
75
|
+
"@tauri-apps/cli-win32-ia32-msvc": "1.2.1"
|
|
76
76
|
}
|
|
77
77
|
}
|
package/schema.json
CHANGED
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
"type": "boolean"
|
|
643
643
|
},
|
|
644
644
|
"skipTaskbar": {
|
|
645
|
-
"description": "
|
|
645
|
+
"description": "If `true`, hides the window icon from the taskbar on Windows and Linux.",
|
|
646
646
|
"default": false,
|
|
647
647
|
"type": "boolean"
|
|
648
648
|
},
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
"type": "boolean"
|
|
673
673
|
},
|
|
674
674
|
"acceptFirstMouse": {
|
|
675
|
-
"description": "Whether clicking an inactive window also clicks through to the webview.",
|
|
675
|
+
"description": "Whether clicking an inactive window also clicks through to the webview on macOS.",
|
|
676
676
|
"default": false,
|
|
677
677
|
"type": "boolean"
|
|
678
678
|
},
|
|
@@ -720,7 +720,7 @@
|
|
|
720
720
|
]
|
|
721
721
|
},
|
|
722
722
|
"TitleBarStyle": {
|
|
723
|
-
"description": "How the window title bar should be displayed.",
|
|
723
|
+
"description": "How the window title bar should be displayed on macOS.",
|
|
724
724
|
"oneOf": [
|
|
725
725
|
{
|
|
726
726
|
"description": "A normal title bar.",
|
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
]
|
|
738
738
|
},
|
|
739
739
|
{
|
|
740
|
-
"description": "Shows the title bar as a transparent overlay over the window's content.\n\nKeep in mind: - The height of the title bar is different on different OS versions, which can lead to window the controls and title not being where you don't expect. - You need to define a custom drag region to make your window draggable, however due to a limitation you can't drag the window when it's not in focus
|
|
740
|
+
"description": "Shows the title bar as a transparent overlay over the window's content.\n\nKeep in mind: - The height of the title bar is different on different OS versions, which can lead to window the controls and title not being where you don't expect. - You need to define a custom drag region to make your window draggable, however due to a limitation you can't drag the window when it's not in focus <https://github.com/tauri-apps/tauri/issues/4316>. - The color of the window title depends on the system theme.",
|
|
741
741
|
"type": "string",
|
|
742
742
|
"enum": [
|
|
743
743
|
"Overlay"
|