@gradio/image 0.9.5 → 0.9.7
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 +17 -1
- package/Image.stories.svelte +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# @gradio/image
|
2
2
|
|
3
|
+
## 0.9.7
|
4
|
+
|
5
|
+
### Dependency updates
|
6
|
+
|
7
|
+
- @gradio/client@0.14.0
|
8
|
+
- @gradio/upload@0.8.0
|
9
|
+
- @gradio/wasm@0.9.0
|
10
|
+
|
11
|
+
## 0.9.6
|
12
|
+
|
13
|
+
### Dependency updates
|
14
|
+
|
15
|
+
- @gradio/upload@0.7.7
|
16
|
+
- @gradio/client@0.13.0
|
17
|
+
- @gradio/wasm@0.8.0
|
18
|
+
|
3
19
|
## 0.9.5
|
4
20
|
|
5
21
|
### Patch Changes
|
@@ -401,4 +417,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
401
417
|
|
402
418
|
### Features
|
403
419
|
|
404
|
-
- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)!
|
420
|
+
- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)!
|
package/Image.stories.svelte
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<script context="module">
|
2
2
|
import { Template, Story } from "@storybook/addon-svelte-csf";
|
3
3
|
import StaticImage from "./Index.svelte";
|
4
|
-
import { userEvent, within } from "@storybook/
|
4
|
+
import { userEvent, within } from "@storybook/test";
|
5
5
|
import { allModes } from "../storybook/modes";
|
6
6
|
|
7
7
|
export const meta = {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/image",
|
3
|
-
"version": "0.9.
|
3
|
+
"version": "0.9.7",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
@@ -10,13 +10,13 @@
|
|
10
10
|
"cropperjs": "^1.5.12",
|
11
11
|
"lazy-brush": "^1.0.1",
|
12
12
|
"resize-observer-polyfill": "^1.5.1",
|
13
|
-
"@gradio/
|
14
|
-
"@gradio/client": "^0.12.2",
|
13
|
+
"@gradio/client": "^0.14.0",
|
15
14
|
"@gradio/icons": "^0.3.3",
|
16
15
|
"@gradio/statustracker": "^0.4.8",
|
16
|
+
"@gradio/upload": "^0.8.0",
|
17
17
|
"@gradio/utils": "^0.3.0",
|
18
|
-
"@gradio/
|
19
|
-
"@gradio/
|
18
|
+
"@gradio/atoms": "^0.5.3",
|
19
|
+
"@gradio/wasm": "^0.9.0"
|
20
20
|
},
|
21
21
|
"main_changeset": true,
|
22
22
|
"main": "./Index.svelte",
|