gradio/js/simpleimage/CHANGELOG.md
pngwn bbdbd28453
chore: update versions (#7871)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-02 13:33:48 -04:00

3.0 KiB

@gradio/simpleimage

0.3.10

Dependency updates

  • @gradio/upload@0.8.3
  • @gradio/client@0.15.0

0.3.9

Dependency updates

  • @gradio/atoms@0.6.1
  • @gradio/statustracker@0.4.10
  • @gradio/icons@0.3.4
  • @gradio/upload@0.8.2

0.3.8

Dependency updates

  • @gradio/upload@0.8.1
  • @gradio/statustracker@0.4.9
  • @gradio/wasm@0.10.0
  • @gradio/atoms@0.6.0

0.3.7

Dependency updates

  • @gradio/client@0.14.0
  • @gradio/upload@0.8.0
  • @gradio/wasm@0.9.0

0.3.6

Dependency updates

  • @gradio/upload@0.7.7
  • @gradio/client@0.13.0
  • @gradio/wasm@0.8.0

0.3.5

Patch Changes

  • Updated dependencies [8181695]:
    • @gradio/upload@0.7.6

0.3.4

Features

  • #7528 eda33b3 - Refactors get_fetchable_url_or_file() to remove it from the frontend. Thanks @abidlabs!

0.3.3

Patch Changes

  • Updated dependencies [98a2719]:
    • @gradio/statustracker@0.4.8

0.3.2

Patch Changes

  • Updated dependencies [f191786]:
    • @gradio/icons@0.3.3
    • @gradio/atoms@0.5.3
    • @gradio/statustracker@0.4.7
    • @gradio/upload@0.7.4

0.3.1

Patch Changes

  • Updated dependencies [065c5b1, 32b317f]:
    • @gradio/utils@0.3.0
    • @gradio/client@0.12.1
    • @gradio/atoms@0.5.2
    • @gradio/statustracker@0.4.6
    • @gradio/upload@0.7.3

0.3.0

Features

  • #7183 49d9c48 - [WIP] Refactor file normalization to be in the backend and remove it from the frontend of each component. Thanks @abidlabs!

0.2.0

Features

Fixes