slint-ui 1.10.0 → 1.11.0-nightly.2025031816

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/Cargo.toml CHANGED
@@ -12,7 +12,7 @@ keywords = ["gui", "toolkit", "graphics", "design", "ui"]
12
12
  license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0"
13
13
  repository = "https://github.com/slint-ui/slint"
14
14
  rust-version = "1.82"
15
- version = "1.10.0"
15
+ version = "1.11.0"
16
16
  categories = ["gui", "development-tools"]
17
17
  build = "build.rs"
18
18
 
@@ -41,10 +41,10 @@ accessibility = ["slint-interpreter/accessibility"]
41
41
  [dependencies]
42
42
  napi = { version = "2.14.0", default-features = false, features = ["napi8"] }
43
43
  napi-derive = "2.14.0"
44
- i-slint-compiler = { features = ["default"] , version = "=1.10.0", default-features = false }
45
- i-slint-core = { features = ["default", "gettext-rs"] , version = "=1.10.0", default-features = false }
46
- i-slint-backend-selector = { version = "=1.10.0", default-features = false }
47
- slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , version = "=1.10.0"}
44
+ i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "26aa8d66523aa3178f79d1d8a04e7266bf3dff2b", version = "=1.11.0", default-features = false }
45
+ i-slint-core = { features = ["default", "gettext-rs"] , git = "https://github.com/slint-ui/slint", rev = "26aa8d66523aa3178f79d1d8a04e7266bf3dff2b", version = "=1.11.0", default-features = false }
46
+ i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "26aa8d66523aa3178f79d1d8a04e7266bf3dff2b", version = "=1.11.0", default-features = false }
47
+ slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , git = "https://github.com/slint-ui/slint", rev = "26aa8d66523aa3178f79d1d8a04e7266bf3dff2b", version = "=1.11.0"}
48
48
  spin_on = { version = "0.1" }
49
49
  css-color-parser2 = { version = "1.0.1" }
50
50
  itertools = { version = "0.14" }
@@ -22,7 +22,7 @@ Desktop Application, Mobile Application, and Web Application are hereafter refer
22
22
 
23
23
  You may distribute the Software as part of an Application, modified or unmodified, provided that You do either of the following:
24
24
 
25
- (a) Display the [`AboutSlint`](https://slint.dev/snapshots/master/docs/slint/src/language/widgets/aboutslint.html) widget in an "About" screen or dialog that is accessible from the top level menu of the Application. In the absence of such a screen or dialog, display the widget in the "Splash Screen" of the Application.
25
+ (a) Display the [`AboutSlint`](https://docs.slint.dev/latest/docs/slint/reference/std-widgets/misc/aboutslint/) widget in an "About" screen or dialog that is accessible from the top level menu of the Application. In the absence of such a screen or dialog, display the widget in the "Splash Screen" of the Application.
26
26
 
27
27
  (b) Display the [Slint attribution badge](https://github.com/slint-ui/slint/tree/master/logo/MadeWithSlint-logo-whitebg.png) on a public webpage, preferably where the binaries of your Application can be downloaded from, in such a way that it can be easily found by any visitor to that page.
28
28
 
package/binaries.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slint-ui/slint-ui-binary",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "binaryName": "slint-ui",
5
5
  "package": "@slint-ui/slint-ui-binary",
6
6
  "napi": {
@@ -1 +1 @@
1
- {"root":["../typescript/index.ts","../typescript/models.ts"],"version":"5.7.3"}
1
+ {"root":["../typescript/index.ts","../typescript/models.ts"],"version":"5.8.2"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slint-ui",
3
- "version": "1.10.0",
3
+ "version": "1.11.0-nightly.2025031816",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "homepage": "https://github.com/slint-ui/slint",
@@ -27,8 +27,8 @@
27
27
  "ava": "6.2.0",
28
28
  "capture-console": "1.0.2",
29
29
  "jimp": "1.6.0",
30
- "typedoc": "0.27.8",
31
- "typescript": "5.7.3"
30
+ "typedoc": "0.28.0",
31
+ "typescript": "5.8.2"
32
32
  },
33
33
  "engines": {
34
34
  "node": ">= 10"
@@ -66,10 +66,10 @@
66
66
  "@napi-rs/cli": "2.18.4"
67
67
  },
68
68
  "optionalDependencies": {
69
- "@slint-ui/slint-ui-binary-linux-x64-gnu": "1.10.0",
70
- "@slint-ui/slint-ui-binary-linux-arm64-gnu": "1.10.0",
71
- "@slint-ui/slint-ui-binary-darwin-x64": "1.10.0",
72
- "@slint-ui/slint-ui-binary-darwin-arm64": "1.10.0",
73
- "@slint-ui/slint-ui-binary-win32-x64-msvc": "1.10.0"
69
+ "@slint-ui/slint-ui-binary-linux-x64-gnu": "1.11.0-nightly.2025031816",
70
+ "@slint-ui/slint-ui-binary-linux-arm64-gnu": "1.11.0-nightly.2025031816",
71
+ "@slint-ui/slint-ui-binary-darwin-x64": "1.11.0-nightly.2025031816",
72
+ "@slint-ui/slint-ui-binary-darwin-arm64": "1.11.0-nightly.2025031816",
73
+ "@slint-ui/slint-ui-binary-win32-x64-msvc": "1.11.0-nightly.2025031816"
74
74
  }
75
75
  }