@gradio/image 0.21.7 → 0.22.0

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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # @gradio/image
2
2
 
3
+ ## 0.22.0
4
+
5
+ ### Features
6
+
7
+ - [#10635](https://github.com/gradio-app/gradio/pull/10635) [`2f68c9d`](https://github.com/gradio-app/gradio/commit/2f68c9d988dcbc53a0b8e53bdb1de49c9c8c65d8) - Refactor and redesign `ImageEditor` component. Thanks @pngwn!
8
+
9
+ ### Dependency updates
10
+
11
+ - @gradio/statustracker@0.10.7
12
+ - @gradio/atoms@0.15.0
13
+ - @gradio/icons@0.11.0
14
+ - @gradio/upload@0.16.0
15
+
3
16
  ## 0.21.7
4
17
 
5
18
  ### Features
@@ -339,7 +339,7 @@ onDestroy(() => {
339
339
  video {
340
340
  width: var(--size-full);
341
341
  height: var(--size-full);
342
- object-fit: cover;
342
+ object-fit: contain;
343
343
  }
344
344
 
345
345
  .button-wrap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/image",
3
- "version": "0.21.7",
3
+ "version": "0.22.0",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -10,12 +10,12 @@
10
10
  "cropperjs": "^1.5.12",
11
11
  "lazy-brush": "^1.0.1",
12
12
  "resize-observer-polyfill": "^1.5.1",
13
- "@gradio/atoms": "^0.14.1",
13
+ "@gradio/icons": "^0.11.0",
14
+ "@gradio/atoms": "^0.15.0",
15
+ "@gradio/statustracker": "^0.10.7",
14
16
  "@gradio/client": "^1.14.1",
15
- "@gradio/icons": "^0.10.0",
16
- "@gradio/statustracker": "^0.10.6",
17
17
  "@gradio/utils": "^0.10.1",
18
- "@gradio/upload": "^0.15.7",
18
+ "@gradio/upload": "^0.16.0",
19
19
  "@gradio/wasm": "^0.18.1"
20
20
  },
21
21
  "devDependencies": {
@@ -397,7 +397,7 @@
397
397
  video {
398
398
  width: var(--size-full);
399
399
  height: var(--size-full);
400
- object-fit: cover;
400
+ object-fit: contain;
401
401
  }
402
402
 
403
403
  .button-wrap {