gradio/js/accordion/CHANGELOG.md
pngwn e16b4abc37
chore: update versions (#6039)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-31 13:20:18 +00:00

2.7 KiB

@gradio/accordion

0.2.0

Features

0.2.0-beta.2

Patch Changes

  • Updated dependencies [667802a6c, c476bd5a5]:
    • @gradio/atoms@0.2.0-beta.6
    • @gradio/statustracker@0.3.0-beta.8

0.2.0-beta.1

Features

0.2.0-beta.0

Features

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!