# @gradio/button

## 0.8.2

### Dependency updates

- @gradio/client@2.4.0
- @gradio/utils@0.14.0
- @gradio/upload@0.18.2
- @gradio/image@0.28.1

## 0.8.1

### Dependency updates

- @gradio/image@0.28.0
- @gradio/client@2.3.1
- @gradio/upload@0.18.1

## 0.8.0

### Features

- [#13526](https://github.com/gradio-app/gradio/pull/13526) [`53cb4ca`](https://github.com/gradio-app/gradio/commit/53cb4cae1ec3521e9170d12867253516413ba37a) - Run `pnpm lint` and `pnpm ts:check` on CI.  Thanks @abidlabs!

### Dependency updates

- @gradio/utils@0.13.0
- @gradio/client@2.3.0
- @gradio/upload@0.18.0
- @gradio/image@0.27.0

## 0.7.0

### Features

- [#13502](https://github.com/gradio-app/gradio/pull/13502) [`429faeb`](https://github.com/gradio-app/gradio/commit/429faeb643fb1afc1722c0f63fafa11603f2c87f) - Ensure every component dispatches a `change` event when its value changes.  Thanks @abidlabs!

### Dependency updates

- @gradio/client@2.2.2

## 0.6.6

### Dependency updates

- @gradio/client@2.2.1
- @gradio/upload@0.17.10

## 0.6.6

### Dependency updates

- @gradio/upload@0.17.9
- @gradio/image@0.26.3

## 0.6.6

### Dependency updates

- @gradio/client@2.2.0
- @gradio/image@0.26.2

## 0.6.6

### Dependency updates

- @gradio/utils@0.12.2
- @gradio/upload@0.17.8
- @gradio/image@0.26.1

## 0.6.6

### Dependency updates

- @gradio/utils@0.12.1
- @gradio/image@0.26.0

## 0.6.5

### Dependency updates

- @gradio/utils@0.12.0
- @gradio/upload@0.17.7
- @gradio/image@0.25.4

## 0.6.4

### Fixes

- [#12911](https://github.com/gradio-app/gradio/pull/12911) [`dcfc429`](https://github.com/gradio-app/gradio/commit/dcfc429a8125204c3aafeabcab251dd7580f9a60) - Fix Button component ignoring the `scale` parameter.  Thanks @hztBUAA!

### Dependency updates

- @gradio/client@2.1.0

## 0.6.3

### Dependency updates

- @gradio/utils@0.11.3
- @gradio/upload@0.17.6
- @gradio/image@0.25.3

## 0.6.3

### Dependency updates

- @gradio/client@2.0.4
- @gradio/image@0.25.2
- @gradio/upload@0.17.5

## 0.6.3

### Fixes

- [#12800](https://github.com/gradio-app/gradio/pull/12800) [`7a1c321`](https://github.com/gradio-app/gradio/commit/7a1c321b6546ba05a353488f5133e8262c4a8a39) - Bump svelte/kit for security reasons.  Thanks @freddyaboulton!

### Dependency updates

- @gradio/utils@0.11.2
- @gradio/upload@0.17.4
- @gradio/client@2.0.3
- @gradio/image@0.25.1

## 0.6.2

### Fixes

- [#12681](https://github.com/gradio-app/gradio/pull/12681) [`ba46c2d`](https://github.com/gradio-app/gradio/commit/ba46c2df1405c11e495304af8f91acfdf69d0b18) - Migrate Button to Svelte 5.  Thanks @freddyaboulton!

### Dependency updates

- @gradio/utils@0.11.1
- @gradio/client@2.0.2

## 0.6.1

### Dependency updates

- @gradio/utils@0.11.0
- @gradio/client@2.0.1
- @gradio/upload@0.17.3
- @gradio/image@0.25.0

## 0.6.0

### Features

- [#12524](https://github.com/gradio-app/gradio/pull/12524) [`d6be33e`](https://github.com/gradio-app/gradio/commit/d6be33e9f019979953991283edd6ddfa00b2207c) - feat: add link_target parameter to Button component.  Thanks @ujjwaltwri!

## 0.5.14

### Dependency updates

- @gradio/utils@0.10.4

## 0.5.14

### Features

- [#12438](https://github.com/gradio-app/gradio/pull/12438) [`25ffc03`](https://github.com/gradio-app/gradio/commit/25ffc0398f8feb43d817c02b2ab970c16de6d797) - Svelte5 migration and bugfix

### Dependencies

- @gradio/client@2.0.0
- @gradio/image@0.24.0
- @gradio/upload@0.17.2
- @gradio/utils@0.10.3

## 0.5.14-dev.2

### Dependency updates

- @gradio/client@2.0.0-dev.2
- @gradio/upload@0.17.2-dev.2
- @gradio/image@0.24.0-dev.2

## 0.5.14-dev.1

### Dependency updates

- @gradio/upload@0.17.2-dev.1
- @gradio/utils@0.10.3-dev.0
- @gradio/image@0.23.2-dev.1

## 0.5.14-dev.0

### Dependency updates

- @gradio/client@2.0.0-dev.1

## 0.5.14-dev.0

### Dependency updates

- @gradio/upload@0.17.2-dev.0
- @gradio/client@2.0.0-dev.0
- @gradio/image@0.23.2-dev.0

## 0.5.13

### Dependency updates

- @gradio/client@1.19.1

## 0.5.13

### Dependency updates

- @gradio/image@0.23.1
- @gradio/upload@0.17.1

## 0.5.13

### Fixes

- [#11784](https://github.com/gradio-app/gradio/pull/11784) [`d9dd3f5`](https://github.com/gradio-app/gradio/commit/d9dd3f54b7fb34cf7118e549d39fc63937ca3489) - Add "hidden" option to component's `visible` kwarg to render but visually hide the component.  Thanks @pngwn!

### Dependency updates

- @gradio/client@1.19.0
- @gradio/upload@0.17.0
- @gradio/image@0.23.0

## 0.5.12

### Features

- [#11825](https://github.com/gradio-app/gradio/pull/11825) [`910a524`](https://github.com/gradio-app/gradio/commit/910a5249397a68d215dd97d6a347718f0d994e04) - Fix the stop variant button in citrus theme.  Thanks @abidlabs!

### Dependency updates

- @gradio/client@1.18.0
- @gradio/upload@0.16.17
- @gradio/image@0.22.18

## 0.5.11

### Dependency updates

- @gradio/upload@0.16.16

## 0.5.11

### Dependency updates

- @gradio/client@1.17.1
- @gradio/upload@0.16.15
- @gradio/image@0.22.17

## 0.5.10

### Dependency updates

- @gradio/client@1.17.0
- @gradio/upload@0.16.14
- @gradio/image@0.22.16

## 0.5.9

### Dependency updates

- @gradio/upload@0.16.13
- @gradio/client@1.16.0
- @gradio/image@0.22.15

## 0.5.8

### Dependency updates

- @gradio/upload@0.16.12
- @gradio/client@1.15.7
- @gradio/image@0.22.14

## 0.5.7

### Dependency updates

- @gradio/client@1.15.6
- @gradio/upload@0.16.11
- @gradio/image@0.22.13

## 0.5.6

### Dependency updates

- @gradio/upload@0.16.10
- @gradio/client@1.15.5
- @gradio/image@0.22.12

## 0.5.5

### Dependency updates

- @gradio/upload@0.16.9
- @gradio/client@1.15.4
- @gradio/image@0.22.11

## 0.5.4

### Dependency updates

- @gradio/client@1.15.3
- @gradio/upload@0.16.8
- @gradio/image@0.22.10

## 0.5.3

### Dependency updates

- @gradio/upload@0.16.7
- @gradio/client@1.15.2
- @gradio/image@0.22.9

## 0.5.2

### Dependency updates

- @gradio/image@0.22.8

## 0.5.1

### Dependency updates

- @gradio/client@1.15.1
- @gradio/upload@0.16.6
- @gradio/image@0.22.7

## 0.5.0

### Features

- [#11047](https://github.com/gradio-app/gradio/pull/11047) [`6d4b8a7`](https://github.com/gradio-app/gradio/commit/6d4b8a7f10daefc9c79aa224635da23fbaeebb76) - Implement custom i18n.  Thanks @hannahblair!

### Dependency updates

- @gradio/client@1.15.0
- @gradio/upload@0.16.5
- @gradio/image@0.22.6

## 0.4.18

### Dependency updates

- @gradio/upload@0.16.4
- @gradio/image@0.22.5

## 0.4.17

### Dependency updates

- @gradio/image@0.22.4

## 0.4.16

### Dependency updates

- @gradio/image@0.22.3
- @gradio/upload@0.16.3

## 0.4.15

### Dependency updates

- @gradio/client@1.14.2
- @gradio/utils@0.10.2
- @gradio/upload@0.16.2
- @gradio/image@0.22.2

## 0.4.14

### Dependency updates

- @gradio/upload@0.16.1
- @gradio/image@0.22.1

## 0.4.13

### Dependency updates

- @gradio/upload@0.16.0
- @gradio/image@0.22.0

## 0.4.12

### Dependency updates

- @gradio/client@1.14.1
- @gradio/upload@0.15.7
- @gradio/image@0.21.7

## 0.4.11

### Dependency updates

- @gradio/client@1.14.0
- @gradio/upload@0.15.6
- @gradio/image@0.21.6

## 0.4.10

### Dependency updates

- @gradio/image@0.21.5
- @gradio/upload@0.15.5

## 0.4.9

### Dependency updates

- @gradio/client@1.13.1
- @gradio/upload@0.15.4
- @gradio/image@0.21.4

## 0.4.8

### Dependency updates

- @gradio/upload@0.15.3
- @gradio/client@1.13.0
- @gradio/image@0.21.3

## 0.4.7

### Features

- [#10594](https://github.com/gradio-app/gradio/pull/10594) [`f0e4fd0`](https://github.com/gradio-app/gradio/commit/f0e4fd0522dd0f02701e0c4d3e694f6e6198db9d) - Fix `Blocks.serve_static_file` and `Button.svelte` to work on Lite.  Thanks @whitphx!

### Dependency updates

- @gradio/image@0.21.2
- @gradio/upload@0.15.2

## 0.4.6

### Dependency updates

- @gradio/utils@0.10.1
- @gradio/client@1.12.0
- @gradio/upload@0.15.1

## 0.4.5

### Dependency updates

- @gradio/client@1.11.0
- @gradio/upload@0.15.0

## 0.4.4

### Dependency updates

- @gradio/upload@0.14.8

## 0.4.3

### Dependency updates

- @gradio/upload@0.14.7

## 0.4.2

### Dependency updates

- @gradio/upload@0.14.6

## 0.4.1

### Dependency updates

- @gradio/client@1.10.0
- @gradio/upload@0.14.5

## 0.4.0

### Features

- [#10191](https://github.com/gradio-app/gradio/pull/10191) [`5ce2832`](https://github.com/gradio-app/gradio/commit/5ce28324971e974ae24dc9a229b2160793140fb2) - Support saving chat history in `gr.ChatInterface`.  Thanks @abidlabs!

### Dependency updates

- @gradio/utils@0.10.0
- @gradio/upload@0.14.4
- @gradio/client@1.9.0

## 0.3.9

### Dependency updates

- @gradio/upload@0.14.3

## 0.3.8

### Dependency updates

- @gradio/utils@0.9.0
- @gradio/upload@0.14.2

## 0.3.7

### Dependency updates

- @gradio/client@1.8.0
- @gradio/utils@0.8.0
- @gradio/upload@0.14.1

## 0.3.6

### Dependency updates

- @gradio/upload@0.14.0

## 0.3.5

### Dependency updates

- @gradio/client@1.7.1
- @gradio/upload@0.13.5

## 0.3.4

### Dependency updates

- @gradio/upload@0.13.4

## 0.3.3

### Dependency updates

- @gradio/upload@0.13.3

## 0.3.2

### Fixes

- [#9659](https://github.com/gradio-app/gradio/pull/9659) [`b1a0f6d`](https://github.com/gradio-app/gradio/commit/b1a0f6db0d6900cb4089f4d5809a5f1d5e2609ee) - Fix the behavior of `gr.LoginButton` locally and on Spaces.  Thanks @abidlabs!

### Dependency updates

- @gradio/client@1.7.0
- @gradio/upload@0.13.2

## 0.3.1

### Dependency updates

- @gradio/upload@0.13.1

## 0.3.0

### Features

- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Adding new themes to Gradio 5.0
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Redesign `gr.Button()`
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Adds a "huggingface" button variant, and makes it the default for `gr.LoginButton` and `gr.DuplicateButton`
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - UI theme fixes

### Fixes


- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Center icon in button when no text is present

### Dependencies

- @gradio/client@1.6.0
- @gradio/upload@0.13.0
- @gradio/utils@0.7.0

## 0.3.0-beta.7

### Features

- [#9437](https://github.com/gradio-app/gradio/pull/9437) [`c3d93be`](https://github.com/gradio-app/gradio/commit/c3d93bef94b9401747a363f7bad88a1d347d535b) - Adding new themes to Gradio 5.0.  Thanks @allisonwhilden!

### Dependency updates

- @gradio/upload@0.13.0-beta.7

## 0.3.0-beta.6

### Dependency updates

- @gradio/client@1.6.0-beta.4
- @gradio/upload@0.13.0-beta.6

## 0.3.0-beta.5

### Features

- [#9496](https://github.com/gradio-app/gradio/pull/9496) [`1647ebd`](https://github.com/gradio-app/gradio/commit/1647ebddc3e2ed6fc143a62629409e32afcc5801) - UI theme fixes.  Thanks @aliabid94!

### Dependency updates

- @gradio/upload@0.13.0-beta.5

## 0.3.0-beta.4

### Dependency updates

- @gradio/upload@0.13.0-beta.4

## 0.3.0-beta.3

### Fixes

- [#9405](https://github.com/gradio-app/gradio/pull/9405) [`bf27ff4`](https://github.com/gradio-app/gradio/commit/bf27ff4ac8ada33ea03dd26d5c1c1115aa1f318a) - Center icon in button when no text is present.  Thanks @abidlabs!

### Dependency updates

- @gradio/upload@0.13.0-beta.3
- @gradio/client@1.6.0-beta.3

## 0.3.0-beta.2

### Dependency updates

- @gradio/upload@0.13.0-beta.2
- @gradio/client@1.6.0-beta.2
- @gradio/utils@0.7.0-beta.2

## 0.3.0-beta.1

### Features

- [#9167](https://github.com/gradio-app/gradio/pull/9167) [`e9e737e`](https://github.com/gradio-app/gradio/commit/e9e737eeeb61d0bbf43277c75b6ffed8b34aa445) - Redesign `gr.Button()`.  Thanks @hannahblair!
- [#9254](https://github.com/gradio-app/gradio/pull/9254) [`03f3735`](https://github.com/gradio-app/gradio/commit/03f3735fba1fd4f1978b5431af9e67de3b6e7945) - Adds a "huggingface" button variant, and makes it the default for `gr.LoginButton` and `gr.DuplicateButton`.  Thanks @abidlabs!

### Dependency updates

- @gradio/utils@0.7.0-beta.1
- @gradio/client@1.6.0-beta.1
- @gradio/upload@0.12.4-beta.1

## 0.2.51

### Fixes

- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types.  Thanks @pngwn!

### Dependency updates

- @gradio/utils@0.6.1
- @gradio/client@1.5.2
- @gradio/upload@0.12.4

## 0.2.50

### Features

- [#9118](https://github.com/gradio-app/gradio/pull/9118) [`e1c404d`](https://github.com/gradio-app/gradio/commit/e1c404da1143fb52b659d03e028bdba1badf443d) - setup npm-previews of all packages.  Thanks @pngwn!
- [#9102](https://github.com/gradio-app/gradio/pull/9102) [`efdc323`](https://github.com/gradio-app/gradio/commit/efdc3231a7bde38cfe45d10086d0d36a24c1b9b4) - Initial SSR refactor.  Thanks @pngwn!

### Dependency updates

- @gradio/utils@0.6.0
- @gradio/upload@0.12.3
- @gradio/client@1.5.1

## 0.2.49

### Dependency updates

- @gradio/client@1.5.0
- @gradio/upload@0.12.2

## 0.2.48

### Dependency updates

- @gradio/utils@0.5.2
- @gradio/upload@0.12.1

## 0.2.47

### Dependency updates

- @gradio/client@1.4.0
- @gradio/upload@0.12.0

## 0.2.46

### Dependency updates

- @gradio/utils@0.5.1
- @gradio/client@1.3.0
- @gradio/upload@0.11.5

## 0.2.45

### Dependency updates

- @gradio/upload@0.11.4
- @gradio/client@1.2.1

## 0.2.44

### Dependency updates

- @gradio/utils@0.5.0
- @gradio/client@1.2.0
- @gradio/upload@0.11.3

## 0.2.43

### Dependency updates

- @gradio/client@1.1.1
- @gradio/upload@0.11.2

## 0.2.42

### Dependency updates

- @gradio/upload@0.11.1
- @gradio/client@1.1.0

## 0.2.41

### Dependency updates

- @gradio/client@1.0.0
- @gradio/upload@0.11.0

## 0.2.40

### Dependency updates

- @gradio/upload@0.10.7
- @gradio/client@0.20.1

## 0.2.39

### Dependency updates

- @gradio/client@0.20.0
- @gradio/upload@0.10.6

## 0.2.38

### Dependency updates

- @gradio/utils@0.4.2
- @gradio/upload@0.10.5
- @gradio/client@0.19.4

## 0.2.37

### Dependency updates

- @gradio/client@0.19.3
- @gradio/upload@0.10.4

## 0.2.36

### Dependency updates

- @gradio/upload@0.10.3
- @gradio/client@0.19.2

## 0.2.35

### Dependency updates

- @gradio/client@0.19.1
- @gradio/upload@0.10.2

## 0.2.34

### Dependency updates

- @gradio/client@0.19.0
- @gradio/upload@0.10.1

## 0.2.33

### Dependency updates

- @gradio/client@0.18.0
- @gradio/upload@0.10.0
- @gradio/utils@0.4.1

## 0.2.32

### Fixes

- [#8066](https://github.com/gradio-app/gradio/pull/8066) [`624f9b9`](https://github.com/gradio-app/gradio/commit/624f9b9477f74a581a6c14119234f9efdfcda398) - make gradio dev tools a local dependency rather than bundling.  Thanks @pngwn!

### Dependency updates

- @gradio/client@0.17.0
- @gradio/upload@0.9.0
- @gradio/utils@0.4.0

## 0.2.31

### Dependency updates

- @gradio/utils@0.3.2
- @gradio/client@0.16.0
- @gradio/upload@0.8.5

## 0.2.30

### Dependency updates

- @gradio/utils@0.3.1
- @gradio/upload@0.8.4
- @gradio/client@0.15.1

## 0.2.29

### Dependency updates

- @gradio/upload@0.8.3
- @gradio/client@0.15.0

## 0.2.28

### Dependency updates

- @gradio/upload@0.8.2

## 0.2.27

### Dependency updates

- @gradio/upload@0.8.1

## 0.2.26

### Dependency updates

- @gradio/client@0.14.0
- @gradio/upload@0.8.0

## 0.2.25

### Dependency updates

- @gradio/upload@0.7.7
- @gradio/client@0.13.0

## 0.2.24

### Patch Changes

- Updated dependencies [[`8181695`](https://github.com/gradio-app/gradio/commit/8181695e70187e8bc2bf7518697098c8d1b9843d)]:
  - @gradio/upload@0.7.6

## 0.2.23

### Features

- [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!

## 0.2.22

### Patch Changes

- Updated dependencies []:
  - @gradio/upload@0.7.4

## 0.2.21

### Patch Changes

- Updated dependencies [[`065c5b1`](https://github.com/gradio-app/gradio/commit/065c5b163c4badb9d9cbd06d627fb4ba086003e7), [`32b317f`](https://github.com/gradio-app/gradio/commit/32b317f24e3d43f26684bb9f3964f31efd0ea556)]:
  - @gradio/utils@0.3.0
  - @gradio/client@0.12.1
  - @gradio/upload@0.7.3

## 0.2.20

### Patch Changes

- Updated dependencies [[`49d9c48`](https://github.com/gradio-app/gradio/commit/49d9c48537aa706bf72628e3640389470138bdc6)]:
  - @gradio/client@0.12.0
  - @gradio/upload@0.7.2

## 0.2.19

### Patch Changes

- Updated dependencies [[`572e360`](https://github.com/gradio-app/gradio/commit/572e360fff4a03c335b86e1a7517a44cb6af2bcd), [`68a54a7`](https://github.com/gradio-app/gradio/commit/68a54a7a310d8d7072fdae930bf1cfdf12c45a7f), [`fdd1521`](https://github.com/gradio-app/gradio/commit/fdd15213c24b9cbc58bbc1b6beb4af7c18f48557), [`c3e61e4`](https://github.com/gradio-app/gradio/commit/c3e61e4f70696a71aede67b65d28447eb67daf16)]:
  - @gradio/upload@0.7.1
  - @gradio/client@0.11.0
  - @gradio/utils@0.2.2

## 0.2.18

### Fixes

- [#7126](https://github.com/gradio-app/gradio/pull/7126) [`5727b92`](https://github.com/gradio-app/gradio/commit/5727b92abc8a00a675bfc0a921b38de771af947b) - Allow buttons to take null value. Thanks [@abidlabs](https://github.com/abidlabs)!

## 0.2.17

### Patch Changes

- Updated dependencies [[`3c3cf86`](https://github.com/gradio-app/gradio/commit/3c3cf8618a8cad1ef66a7f96664923d2c9f5e0e2), [`3f139c7`](https://github.com/gradio-app/gradio/commit/3f139c7c995f749562bb007d2a567bb167669de9)]:
  - @gradio/client@0.10.1
  - @gradio/upload@0.6.1

## 0.2.16

### Patch Changes

- Updated dependencies [[`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a), [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0)]:
  - @gradio/upload@0.6.0

## 0.2.15

### Patch Changes

- Updated dependencies [[`6c863af`](https://github.com/gradio-app/gradio/commit/6c863af92fa9ceb5c638857eb22cc5ddb718d549), [`649cd4d`](https://github.com/gradio-app/gradio/commit/649cd4d68041d11fcbe31f8efa455345ac49fc74)]:
  - @gradio/client@0.10.0
  - @gradio/upload@0.5.8

## 0.2.14

### Patch Changes

- Updated dependencies [[`d406855`](https://github.com/gradio-app/gradio/commit/d4068557953746662235d595ec435c42ceb24414)]:
  - @gradio/client@0.9.4
  - @gradio/upload@0.5.7

## 0.2.13

### Patch Changes

- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]:
  - @gradio/client@0.9.3
  - @gradio/upload@0.5.6

## 0.2.12

### Patch Changes

- Updated dependencies [[`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4)]:
  - @gradio/client@0.9.2
  - @gradio/upload@0.5.5

## 0.2.11

### Patch Changes

- Updated dependencies [[`5d51fbc`](https://github.com/gradio-app/gradio/commit/5d51fbce7826da840a2fd4940feb5d9ad6f1bc5a), [`34f9431`](https://github.com/gradio-app/gradio/commit/34f943101bf7dd6b8a8974a6131c1ed7c4a0dac0)]:
  - @gradio/upload@0.5.4
  - @gradio/client@0.9.1

## 0.2.10

### Patch Changes

- Updated dependencies [[`6a9151d`](https://github.com/gradio-app/gradio/commit/6a9151d5c9432c724098da7d88a539aaaf5ffe88), [`d76bcaa`](https://github.com/gradio-app/gradio/commit/d76bcaaaf0734aaf49a680f94ea9d4d22a602e70), [`67ddd40`](https://github.com/gradio-app/gradio/commit/67ddd40b4b70d3a37cb1637c33620f8d197dbee0)]:
  - @gradio/upload@0.5.3
  - @gradio/client@0.9.0

## 0.2.9

### Patch Changes

- Updated dependencies []:
  - @gradio/upload@0.5.2

## 0.2.8

### Patch Changes

- Updated dependencies [[`71f1a1f99`](https://github.com/gradio-app/gradio/commit/71f1a1f9931489d465c2c1302a5c8d768a3cd23a)]:
  - @gradio/client@0.8.2
  - @gradio/upload@0.5.1

## 0.2.7

### Patch Changes

- Updated dependencies [[`9caddc17b`](https://github.com/gradio-app/gradio/commit/9caddc17b1dea8da1af8ba724c6a5eab04ce0ed8)]:
  - @gradio/upload@0.5.0

## 0.2.6

### Patch Changes

- Updated dependencies [[`2f805a7dd`](https://github.com/gradio-app/gradio/commit/2f805a7dd3d2b64b098f659dadd5d01258290521)]:
  - @gradio/upload@0.4.2

## 0.2.5

### Patch Changes

- Updated dependencies [[`324867f63`](https://github.com/gradio-app/gradio/commit/324867f63c920113d89a565892aa596cf8b1e486)]:
  - @gradio/client@0.8.1
  - @gradio/upload@0.4.1

## 0.2.4

### Patch Changes

- Updated dependencies [[`854b482f5`](https://github.com/gradio-app/gradio/commit/854b482f598e0dc47673846631643c079576da9c), [`f1409f95e`](https://github.com/gradio-app/gradio/commit/f1409f95ed39c5565bed6a601e41f94e30196a57)]:
  - @gradio/upload@0.4.0
  - @gradio/client@0.8.0

## 0.2.3

### Patch Changes

- Updated dependencies [[`bca6c2c80`](https://github.com/gradio-app/gradio/commit/bca6c2c80f7e5062427019de45c282238388af95), [`3cdeabc68`](https://github.com/gradio-app/gradio/commit/3cdeabc6843000310e1a9e1d17190ecbf3bbc780)]:
  - @gradio/client@0.7.2
  - @gradio/upload@0.3.3

## 0.2.2

### Patch Changes

- Updated dependencies [[`aaa55ce85`](https://github.com/gradio-app/gradio/commit/aaa55ce85e12f95aba9299445e9c5e59824da18e)]:
  - @gradio/upload@0.3.2

## 0.2.1

### Patch Changes

- Updated dependencies [[`2ba14b284`](https://github.com/gradio-app/gradio/commit/2ba14b284f908aa13859f4337167a157075a68eb)]:
  - @gradio/client@0.7.1
  - @gradio/upload@0.3.1

## 0.2.0

### Features

- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`287fe6782`](https://github.com/gradio-app/gradio/commit/287fe6782825479513e79a5cf0ba0fbfe51443d7) - fix circular dependency with client + upload. Thanks [@pngwn](https://github.com/pngwn)!
- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`287fe6782`](https://github.com/gradio-app/gradio/commit/287fe6782825479513e79a5cf0ba0fbfe51443d7) - Clean root url. Thanks [@pngwn](https://github.com/pngwn)!
- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`287fe6782`](https://github.com/gradio-app/gradio/commit/287fe6782825479513e79a5cf0ba0fbfe51443d7) - Publish all components to npm. Thanks [@pngwn](https://github.com/pngwn)!
- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`287fe6782`](https://github.com/gradio-app/gradio/commit/287fe6782825479513e79a5cf0ba0fbfe51443d7) - Custom components. Thanks [@pngwn](https://github.com/pngwn)!

## 0.2.0-beta.7

### Features

- [#6143](https://github.com/gradio-app/gradio/pull/6143) [`e4f7b4b40`](https://github.com/gradio-app/gradio/commit/e4f7b4b409323b01aa01b39e15ce6139e29aa073) - fix circular dependency with client + upload. Thanks [@pngwn](https://github.com/pngwn)!
- [#6136](https://github.com/gradio-app/gradio/pull/6136) [`667802a6c`](https://github.com/gradio-app/gradio/commit/667802a6cdbfb2ce454a3be5a78e0990b194548a) - JS Component Documentation. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#6149](https://github.com/gradio-app/gradio/pull/6149) [`90318b1dd`](https://github.com/gradio-app/gradio/commit/90318b1dd118ae08a695a50e7c556226234ab6dc) - swap `mode` on the frontned to `interactive` to match the backend. Thanks [@pngwn](https://github.com/pngwn)!

## 0.2.0-beta.6

### Fixes

- [#6046](https://github.com/gradio-app/gradio/pull/6046) [`dbb7de5e0`](https://github.com/gradio-app/gradio/commit/dbb7de5e02c53fee05889d696d764d212cb96c74) - fix tests. Thanks [@pngwn](https://github.com/pngwn)!

## 0.2.0-beta.5

### Features

- [#5960](https://github.com/gradio-app/gradio/pull/5960) [`319c30f3f`](https://github.com/gradio-app/gradio/commit/319c30f3fccf23bfe1da6c9b132a6a99d59652f7) - rererefactor frontend files. Thanks [@pngwn](https://github.com/pngwn)!
- [#5938](https://github.com/gradio-app/gradio/pull/5938) [`13ed8a485`](https://github.com/gradio-app/gradio/commit/13ed8a485d5e31d7d75af87fe8654b661edcca93) - V4: Use beta release versions for '@gradio' packages. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

## 0.2.3

### Patch Changes

- Updated dependencies []:
  - @gradio/upload@0.3.3

## 0.2.2

### Patch Changes

- Updated dependencies []:
  - @gradio/utils@0.1.2
  - @gradio/upload@0.3.2

## 0.2.1

### Patch Changes

- Updated dependencies []:
  - @gradio/upload@0.3.1

## 0.2.0

### Features

- [#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)!

## 0.1.3

### Patch Changes

- Updated dependencies []:
  - @gradio/utils@0.1.1
  - @gradio/upload@0.2.1

## 0.1.2

### Patch Changes

- Updated dependencies [[`abf1c57d`](https://github.com/gradio-app/gradio/commit/abf1c57d7d85de0df233ee3b38aeb38b638477db), [`79d8f9d8`](https://github.com/gradio-app/gradio/commit/79d8f9d891901683c5a1b7486efb44eab2478c96)]:
  - @gradio/utils@0.1.0
  - @gradio/upload@0.2.0

## 0.1.1

### Highlights

#### Improve startup performance and markdown support ([#5279](https://github.com/gradio-app/gradio/pull/5279) [`fe057300`](https://github.com/gradio-app/gradio/commit/fe057300f0672c62dab9d9b4501054ac5d45a4ec))

##### Improved markdown support

We now have better support for markdown in `gr.Markdown` and `gr.Dataframe`. Including syntax highlighting and Github Flavoured Markdown. We also have more consistent markdown behaviour and styling.

##### Various performance improvements

These improvements will be particularly beneficial to large applications.

- Rather than attaching events manually, they are now delegated, leading to a significant performance improvement and addressing a performance regression introduced in a recent version of Gradio. App startup for large applications is now around twice as fast.
- Optimised the mounting of individual components, leading to a modest performance improvement during startup (~30%).
- Corrected an issue that was causing markdown to re-render infinitely.
- Ensured that the `gr.3DModel` does re-render prematurely.

Thanks [@pngwn](https://github.com/pngwn)!

### Fixes

- [#5285](https://github.com/gradio-app/gradio/pull/5285) [`cdfd4217`](https://github.com/gradio-app/gradio/commit/cdfd42174a9c777eaee9c1209bf8e90d8c7791f2) - Tweaks to `icon` parameter in `gr.Button()`. Thanks [@abidlabs](https://github.com/abidlabs)!

## 0.1.0

### Features

- [#5080](https://github.com/gradio-app/gradio/pull/5080) [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f) - Add icon and link params to `gr.Button`. Thanks [@hannahblair](https://github.com/hannahblair)!

## 0.0.2

### Patch Changes

- Updated dependencies []:
  - @gradio/utils@0.0.2