gradio/js/dataset/CHANGELOG.md
pngwn e9bb445a63
chore: update versions (#6308)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-07 15:50:13 -08:00

4.7 KiB

@gradio/dataset

0.1.3

Patch Changes

0.1.2

Patch Changes

  • Updated dependencies [aaa55ce85]:
    • @gradio/upload@0.3.2

0.1.1

Patch Changes

  • Updated dependencies [2ba14b284]:
    • @gradio/client@0.7.1
    • @gradio/upload@0.3.1

0.1.0

Features

0.1.0-beta.2

Features

0.1.0-beta.1

Features

0.1.0-beta.0

Features

  • #5960 319c30f3f - rererefactor frontend files. Thanks @pngwn!
  • #5498 85ba6de13 - Adds the ability to build the frontend and backend of custom components in preparation for publishing to pypi using gradio_component build. Thanks @pngwn!

@gradio/box

0.0.5-beta.4

Features

0.0.5-beta.3

Patch Changes

  • Updated dependencies []:
    • @gradio/atoms@0.2.0-beta.3

0.0.5-beta.2

Patch Changes

  • Updated dependencies []:
    • @gradio/atoms@0.2.0-beta.2

0.0.5-beta.1

Patch Changes

  • Updated dependencies []:
    • @gradio/atoms@0.2.0-beta.1

0.0.5-beta.0

Patch Changes

0.0.4

Patch Changes

  • Updated dependencies []:
    • @gradio/atoms@0.1.2

0.0.3

Patch Changes

  • Updated dependencies []:
    • @gradio/atoms@0.1.1

0.0.2

Features

  • #5215 fbdad78a - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks @pngwn!