gradio/js/simpleimage/CHANGELOG.md
pngwn 6683ab2589
chore: update versions (#7630)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-08 16:35:23 -08:00

2.5 KiB

@gradio/simpleimage

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