Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/better-ants-wash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/bright-webs-rescue.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/brown-beds-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cute-sheep-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dark-pets-decide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fast-garlics-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-terms-lead.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mean-ears-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-phones-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-boxes-tie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/proud-hands-stay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-pigs-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-planes-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upset-apples-tease.md

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# gradio

## 5.44.0

### Features

- [#11747](https://github.com/gradio-app/gradio/pull/11747) [`513d21e`](https://github.com/gradio-app/gradio/commit/513d21ef002f56d8d5ea2bf8edc95d9638393362) - feat: Add autoscroll parameter to HTML component. Thanks @Rishirandhawa!
- [#11766](https://github.com/gradio-app/gradio/pull/11766) [`dfc0e03`](https://github.com/gradio-app/gradio/commit/dfc0e0305068dbd16ce905afc73d139e1e51eb46) - Add JS Dataframe documentation to docs. Thanks @pngwn!
- [#11772](https://github.com/gradio-app/gradio/pull/11772) [`61a7a7b`](https://github.com/gradio-app/gradio/commit/61a7a7b8cea7a61222e29b4688150a3d958e5581) - Use full "Returns" section when generating the function description. Thanks @abidlabs!
- [#11774](https://github.com/gradio-app/gradio/pull/11774) [`5a4ae49`](https://github.com/gradio-app/gradio/commit/5a4ae4926b9dadefd5cf9d0225f5e8ed69eebb51) - Fix markdown link rendering in docs descriptions. Thanks @aliabd!
- [#11736](https://github.com/gradio-app/gradio/pull/11736) [`40451c9`](https://github.com/gradio-app/gradio/commit/40451c9923f9f00866cfb4f4cd3ab4b755200da8) - Support different encodings in reload mode. Thanks @freddyaboulton!
- [#11767](https://github.com/gradio-app/gradio/pull/11767) [`f67faa4`](https://github.com/gradio-app/gradio/commit/f67faa464add0ef6a4a58d60eb2ae850125ebb87) - Use icons instead of Emojis in MCP page. Thanks @freddyaboulton!
- [#11773](https://github.com/gradio-app/gradio/pull/11773) [`e16e45c`](https://github.com/gradio-app/gradio/commit/e16e45c57d0293dd82b40c6ba6260100544937f3) - Add docs for auth and rate limiting. Thanks @abidlabs!
- [#11742](https://github.com/gradio-app/gradio/pull/11742) [`38427c4`](https://github.com/gradio-app/gradio/commit/38427c490b48741d7504f70d9bddc3fa1ec1dc4c) - Add a `gr.Draggable` layout. Thanks @abidlabs!

### Fixes

- [#11771](https://github.com/gradio-app/gradio/pull/11771) [`f53b24b`](https://github.com/gradio-app/gradio/commit/f53b24b010a98d9028d8bade39db9c4dd37782d1) - Fix file upload error due to file extension case differences. Thanks @rca-umb!
- [#11756](https://github.com/gradio-app/gradio/pull/11756) [`62209da`](https://github.com/gradio-app/gradio/commit/62209dae1d25bd9bc9e6cdf0c3885d722c43b947) - Remove gray line present in ChatInterface demos. Thanks @freddyaboulton!
- [#11757](https://github.com/gradio-app/gradio/pull/11757) [`710bbc2`](https://github.com/gradio-app/gradio/commit/710bbc2894bf52111a4d33dc059e2d5796fb2c61) - Allow path parameter when mounting app. Thanks @aliabid94!
- [#11755](https://github.com/gradio-app/gradio/pull/11755) [`9260ffb`](https://github.com/gradio-app/gradio/commit/9260ffbd4dcef33886362f0ce468003dfd83141b) - Fix handling of missing `choices` in streaming response. Thanks @alugowski!
- [#11746](https://github.com/gradio-app/gradio/pull/11746) [`354f236`](https://github.com/gradio-app/gradio/commit/354f2365fec5b257ee2830eb5239a250d1eb3228) - Fix bug where allowed paths not respected after first reload. Thanks @freddyaboulton!

## 5.43.1

### Features
Expand Down
21 changes: 21 additions & 0 deletions gradio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# gradio

## 5.44.0

### Features

- [#11747](https://github.com/gradio-app/gradio/pull/11747) [`513d21e`](https://github.com/gradio-app/gradio/commit/513d21ef002f56d8d5ea2bf8edc95d9638393362) - feat: Add autoscroll parameter to HTML component. Thanks @Rishirandhawa!
- [#11766](https://github.com/gradio-app/gradio/pull/11766) [`dfc0e03`](https://github.com/gradio-app/gradio/commit/dfc0e0305068dbd16ce905afc73d139e1e51eb46) - Add JS Dataframe documentation to docs. Thanks @pngwn!
- [#11772](https://github.com/gradio-app/gradio/pull/11772) [`61a7a7b`](https://github.com/gradio-app/gradio/commit/61a7a7b8cea7a61222e29b4688150a3d958e5581) - Use full "Returns" section when generating the function description. Thanks @abidlabs!
- [#11774](https://github.com/gradio-app/gradio/pull/11774) [`5a4ae49`](https://github.com/gradio-app/gradio/commit/5a4ae4926b9dadefd5cf9d0225f5e8ed69eebb51) - Fix markdown link rendering in docs descriptions. Thanks @aliabd!
- [#11736](https://github.com/gradio-app/gradio/pull/11736) [`40451c9`](https://github.com/gradio-app/gradio/commit/40451c9923f9f00866cfb4f4cd3ab4b755200da8) - Support different encodings in reload mode. Thanks @freddyaboulton!
- [#11767](https://github.com/gradio-app/gradio/pull/11767) [`f67faa4`](https://github.com/gradio-app/gradio/commit/f67faa464add0ef6a4a58d60eb2ae850125ebb87) - Use icons instead of Emojis in MCP page. Thanks @freddyaboulton!
- [#11773](https://github.com/gradio-app/gradio/pull/11773) [`e16e45c`](https://github.com/gradio-app/gradio/commit/e16e45c57d0293dd82b40c6ba6260100544937f3) - Add docs for auth and rate limiting. Thanks @abidlabs!
- [#11742](https://github.com/gradio-app/gradio/pull/11742) [`38427c4`](https://github.com/gradio-app/gradio/commit/38427c490b48741d7504f70d9bddc3fa1ec1dc4c) - Add a `gr.Draggable` layout. Thanks @abidlabs!

### Fixes

- [#11771](https://github.com/gradio-app/gradio/pull/11771) [`f53b24b`](https://github.com/gradio-app/gradio/commit/f53b24b010a98d9028d8bade39db9c4dd37782d1) - Fix file upload error due to file extension case differences. Thanks @rca-umb!
- [#11756](https://github.com/gradio-app/gradio/pull/11756) [`62209da`](https://github.com/gradio-app/gradio/commit/62209dae1d25bd9bc9e6cdf0c3885d722c43b947) - Remove gray line present in ChatInterface demos. Thanks @freddyaboulton!
- [#11757](https://github.com/gradio-app/gradio/pull/11757) [`710bbc2`](https://github.com/gradio-app/gradio/commit/710bbc2894bf52111a4d33dc059e2d5796fb2c61) - Allow path parameter when mounting app. Thanks @aliabid94!
- [#11755](https://github.com/gradio-app/gradio/pull/11755) [`9260ffb`](https://github.com/gradio-app/gradio/commit/9260ffbd4dcef33886362f0ce468003dfd83141b) - Fix handling of missing `choices` in streaming response. Thanks @alugowski!
- [#11746](https://github.com/gradio-app/gradio/pull/11746) [`354f236`](https://github.com/gradio-app/gradio/commit/354f2365fec5b257ee2830eb5239a250d1eb3228) - Fix bug where allowed paths not respected after first reload. Thanks @freddyaboulton!

## 5.43.1

### Features
Expand Down
2 changes: 1 addition & 1 deletion gradio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gradio",
"version": "5.43.1",
"version": "5.44.0",
"description": "",
"python": "true"
}
7 changes: 7 additions & 0 deletions js/_website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# website

## 0.62.0

### Features

- [#11766](https://github.com/gradio-app/gradio/pull/11766) [`dfc0e03`](https://github.com/gradio-app/gradio/commit/dfc0e0305068dbd16ce905afc73d139e1e51eb46) - Add JS Dataframe documentation to docs. Thanks @pngwn!
- [#11774](https://github.com/gradio-app/gradio/pull/11774) [`5a4ae49`](https://github.com/gradio-app/gradio/commit/5a4ae4926b9dadefd5cf9d0225f5e8ed69eebb51) - Fix markdown link rendering in docs descriptions. Thanks @aliabd!

## 0.61.2

### Features
Expand Down
2 changes: 1 addition & 1 deletion js/_website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.61.2",
"version": "0.62.0",
"private": true,
"scripts": {
"dev": "pip install boto3 markdown && python generate_jsons/generate.py && python ../../scripts/generate_theme.py --outfile ./src/lib/assets/theme.css && vite dev",
Expand Down
7 changes: 7 additions & 0 deletions js/annotatedimage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]

## 0.9.29

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]
- @gradio/[email protected]
Expand Down
6 changes: 6 additions & 0 deletions js/atoms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Dependency updates

- @gradio/[email protected]

## 0.16.5

### Dependency updates

- @gradio/[email protected]

## 0.16.4
Expand Down
7 changes: 7 additions & 0 deletions js/audio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]

## 0.17.25

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]
- @gradio/[email protected]
Expand Down
6 changes: 6 additions & 0 deletions js/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Dependency updates

- @gradio/[email protected]

## 0.5.11

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]
- @gradio/[email protected]
Expand Down
7 changes: 7 additions & 0 deletions js/chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]

## 0.26.22

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]
- @gradio/[email protected]
Expand Down
7 changes: 7 additions & 0 deletions js/code/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]

## 0.14.15

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]
- @gradio/[email protected]
Expand Down
6 changes: 6 additions & 0 deletions js/colorpicker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Dependency updates

- @gradio/[email protected]

## 0.4.27

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]
- @gradio/[email protected]
Expand Down
11 changes: 11 additions & 0 deletions js/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @gradio/core

## 0.27.1

### Features

- [#11767](https://github.com/gradio-app/gradio/pull/11767) [`f67faa4`](https://github.com/gradio-app/gradio/commit/f67faa464add0ef6a4a58d60eb2ae850125ebb87) - Use icons instead of Emojis in MCP page. Thanks @freddyaboulton!

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]

## 0.27.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion js/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/core",
"version": "0.27.0",
"version": "0.27.1",
"type": "module",
"devDependencies": {
"@gradio/accordion": "workspace:^",
Expand Down
12 changes: 12 additions & 0 deletions js/dataframe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @gradio/dataframe

## 0.19.0

### Features

- [#11766](https://github.com/gradio-app/gradio/pull/11766) [`dfc0e03`](https://github.com/gradio-app/gradio/commit/dfc0e0305068dbd16ce905afc73d139e1e51eb46) - Add JS Dataframe documentation to docs. Thanks @pngwn!
- [#11712](https://github.com/gradio-app/gradio/pull/11712) [`0025e1a`](https://github.com/gradio-app/gradio/commit/0025e1a157edef57def99e4bf24a3686ff38eaca) - Publish gr.Dataframe as standalone library. Thanks @hannahblair!

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]

## 0.18.8

### Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion js/dataframe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/dataframe",
"version": "0.18.8",
"version": "0.19.0",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand Down
6 changes: 6 additions & 0 deletions js/dataset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Dependency updates

- @gradio/[email protected]

## 0.4.32

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]
- @gradio/[email protected]
Expand Down
6 changes: 6 additions & 0 deletions js/datetime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Dependency updates

- @gradio/[email protected]

## 0.3.20

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]
- @gradio/[email protected]
Expand Down
6 changes: 6 additions & 0 deletions js/dialogue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 0.2.1

### Dependency updates

- @gradio/[email protected]

## 0.2.1

### Features

- [#11743](https://github.com/gradio-app/gradio/pull/11743) [`a420ef4`](https://github.com/gradio-app/gradio/commit/a420ef42e895fb78f78c835923f10c5da8fb873c) - Remove unneeded `svelte-ignore` lines in gr.Dialogue. Thanks @hannahblair!
Expand Down
7 changes: 7 additions & 0 deletions js/draggable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @gradio/draggable

## 0.2.0

### Features

- [#11742](https://github.com/gradio-app/gradio/pull/11742) [`38427c4`](https://github.com/gradio-app/gradio/commit/38427c490b48741d7504f70d9bddc3fa1ec1dc4c) - Add a `gr.Draggable` layout. Thanks @abidlabs!
2 changes: 1 addition & 1 deletion js/draggable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/draggable",
"version": "0.1.0",
"version": "0.2.0",
"description": "Gradio Draggable layout component",
"type": "module",
"author": "",
Expand Down
6 changes: 6 additions & 0 deletions js/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Dependency updates

- @gradio/[email protected]

## 0.10.2

### Dependency updates

- @gradio/[email protected]
- @gradio/[email protected]
- @gradio/[email protected]
Expand Down
Loading
Loading