gradio/js/accordion/CHANGELOG.md
pngwn d6295df030
chore: update versions (#5742)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-02 20:55:55 -07:00

1.1 KiB

@gradio/accordion

0.1.1

Patch Changes

  • Updated dependencies []:
    • @gradio/atoms@0.1.3
    • @gradio/statustracker@0.2.1

0.1.0

Features

0.0.4

Patch Changes

  • Updated dependencies [afac0006]:
    • @gradio/statustracker@0.2.0
    • @gradio/atoms@0.1.2

0.0.3

Patch Changes

  • Updated dependencies []:
    • @gradio/atoms@0.1.1
    • @gradio/statustracker@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!