@gtkx/react 0.13.0 → 0.13.2

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/README.md CHANGED
@@ -83,6 +83,7 @@ Explore complete applications in the [`examples/`](./examples) directory:
83
83
  - **[gtk-demo](./examples/gtk-demo)** — Full replica of the official GTK demo app
84
84
  - **[hello-world](./examples/hello-world)** — Minimal application showing a counter
85
85
  - **[todo](./examples/todo)** — Full-featured todo application with Adwaita styling and testing
86
+ - **[x-showcase](./examples/x-showcase)** — Showcase of all x.* virtual components
86
87
  - **[deploying](./examples/deploying)** — Example of packaging and distributing a GTKX app
87
88
 
88
89
  ## Documentation
@@ -691,11 +691,13 @@ export const PROPS = {
691
691
  vscrollPolicy: ["getVscrollPolicy", "setVscrollPolicy"],
692
692
  },
693
693
  GtkImage: {
694
+ file: [null, "setFromFile"],
694
695
  gicon: ["getGicon", "setFromGicon"],
695
696
  iconName: ["getIconName", "setFromIconName"],
696
697
  iconSize: ["getIconSize", "setIconSize"],
697
698
  paintable: ["getPaintable", "setFromPaintable"],
698
699
  pixelSize: ["getPixelSize", "setPixelSize"],
700
+ resource: [null, "setFromResource"],
699
701
  },
700
702
  GtkInfoBar: {
701
703
  messageType: ["getMessageType", "setMessageType"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gtkx/react",
3
- "version": "0.13.0",
3
+ "version": "0.13.2",
4
4
  "description": "Build GTK4 desktop applications with React and TypeScript",
5
5
  "keywords": [
6
6
  "gtkx",
@@ -37,8 +37,8 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "react-reconciler": "^0.33.0",
40
- "@gtkx/ffi": "0.13.0",
41
- "@gtkx/gir": "0.13.0"
40
+ "@gtkx/ffi": "0.13.2",
41
+ "@gtkx/gir": "0.13.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/react-reconciler": "^0.32.3"