2023-08-24 06:41:08 +08:00
# @gradio/accordion
2023-10-18 14:38:35 +08:00
## 0.1.4
### Patch Changes
- Updated dependencies [[`465f58957` ](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1 )]:
- @gradio/atoms@0 .2.1
- @gradio/statustracker@0 .2.4
2023-10-17 04:30:41 +08:00
## 0.1.3
### Patch Changes
- Updated dependencies [[`e70805d54` ](https://github.com/gradio-app/gradio/commit/e70805d54cc792452545f5d8eccc1aa0212a4695 )]:
- @gradio/atoms@0 .2.0
- @gradio/statustracker@0 .2.3
2023-10-06 05:10:45 +08:00
## 0.1.2
### Patch Changes
- Updated dependencies []:
- @gradio/atoms@0 .1.4
- @gradio/statustracker@0 .2.2
2023-10-03 11:55:55 +08:00
## 0.1.1
### Patch Changes
- Updated dependencies []:
- @gradio/atoms@0 .1.3
- @gradio/statustracker@0 .2.1
2023-09-27 05:50:39 +08:00
## 0.1.0
### Features
2023-10-03 11:55:55 +08:00
- [#5554 ](https://github.com/gradio-app/gradio/pull/5554 ) [`75ddeb390` ](https://github.com/gradio-app/gradio/commit/75ddeb390d665d4484667390a97442081b49a423 ) - Accessibility Improvements. Thanks [@hannahblair ](https://github.com/hannahblair )!
2023-09-27 05:50:39 +08:00
2023-09-08 04:26:14 +08:00
## 0.0.4
### Patch Changes
- Updated dependencies [[`afac0006` ](https://github.com/gradio-app/gradio/commit/afac0006337ce2840cf497cd65691f2f60ee5912 )]:
- @gradio/statustracker@0 .2.0
- @gradio/atoms@0 .1.2
2023-09-02 08:27:32 +08:00
## 0.0.3
### Patch Changes
- Updated dependencies []:
- @gradio/atoms@0 .1.1
- @gradio/statustracker@0 .1.1
2023-08-24 06:41:08 +08:00
## 0.0.2
### Features
2023-10-03 11:55:55 +08:00
- [#5215 ](https://github.com/gradio-app/gradio/pull/5215 ) [`fbdad78a` ](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb ) - 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 ](https://github.com/pngwn )!