gradio/js/accordion/CHANGELOG.md
pngwn 35f58db405
chore: update versions (#5940)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-17 23:38:35 -07:00

1.6 KiB

@gradio/accordion

0.1.4

Patch Changes

  • Updated dependencies [465f58957]:
    • @gradio/atoms@0.2.1
    • @gradio/statustracker@0.2.4

0.1.3

Patch Changes

  • Updated dependencies [e70805d54]:
    • @gradio/atoms@0.2.0
    • @gradio/statustracker@0.2.3

0.1.2

Patch Changes

  • Updated dependencies []:
    • @gradio/atoms@0.1.4
    • @gradio/statustracker@0.2.2

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!