diff --git a/.changeset/pre.json b/.changeset/pre.json index 2497a26a961db..620810f33a859 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -59,21 +59,32 @@ "@gradio/preview": "0.0.2" }, "changesets": [ + "chatty-adults-reply", "chubby-hounds-itch", "cold-hoops-heal", "cold-lemons-roll", + "cold-lights-trade", + "dirty-ghosts-tickle", "dry-points-join", "easy-mirrors-retire", + "empty-bobcats-judge", + "great-mammals-lead", "hip-drinks-bow", + "hot-words-sin", "lazy-aliens-drive", + "lovely-radios-worry", "many-tips-create", + "puny-papayas-bake", "purple-jokes-shake", + "real-items-cover", + "rich-points-dance", "sad-ears-sink", "sad-eels-sink", "short-clouds-see", "silver-beers-refuse", "slick-pants-stand", "smart-groups-study", + "strong-peas-tell", "three-trams-sniff" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index bf008c780ca29..94978088e9612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # gradio +## 3.45.0-beta.9 + +### Features + +- [#5678](https://github.com/gradio-app/gradio/pull/5678) [`6be98dac3`](https://github.com/gradio-app/gradio/commit/6be98dac33626ed48e0da8abf62fa545ed217ae0) - Patch fixes. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! +- [#5665](https://github.com/gradio-app/gradio/pull/5665) [`0b072d797`](https://github.com/gradio-app/gradio/commit/0b072d797d5f92edfd00de8bae737bf16a885815) - Make layout components templateable. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! +- [#5635](https://github.com/gradio-app/gradio/pull/5635) [`38fafb9e2`](https://github.com/gradio-app/gradio/commit/38fafb9e2a5509b444942e1d5dd48dffa20066f4) - Fix typos in Gallery docs. Thanks [@atesgoral](https://github.com/atesgoral)! +- [#5590](https://github.com/gradio-app/gradio/pull/5590) [`d1ad1f671`](https://github.com/gradio-app/gradio/commit/d1ad1f671caef9f226eb3965f39164c256d8615c) - Attach `elem_classes` selectors to layout elements, and an id to the Tab button (for targeting via CSS/JS). Thanks [@abidlabs](https://github.com/abidlabs)! +- [#5598](https://github.com/gradio-app/gradio/pull/5598) [`6b1714386`](https://github.com/gradio-app/gradio/commit/6b17143868bdd2c1400af1199a01c1c0d5c27477) - Upgrade Pyodide to 0.24.0 and install the native orjson package. Thanks [@whitphx](https://github.com/whitphx)! +- [#5680](https://github.com/gradio-app/gradio/pull/5680) [`77c5ad98c`](https://github.com/gradio-app/gradio/commit/77c5ad98cf530dd45ef03c4f438105640c4b9c4c) - Fix build and file route. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! + +### Fixes + +- [#5625](https://github.com/gradio-app/gradio/pull/5625) [`9ccc4794a`](https://github.com/gradio-app/gradio/commit/9ccc4794a72ce8319417119f6c370e7af3ffca6d) - Use ContextVar instead of threading.local(). Thanks [@cbensimon](https://github.com/cbensimon)! +- [#5636](https://github.com/gradio-app/gradio/pull/5636) [`fb5964fb8`](https://github.com/gradio-app/gradio/commit/fb5964fb88082e7b956853b543c468116811cab9) - Fix bug in example cache loading event. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! +- [#5633](https://github.com/gradio-app/gradio/pull/5633) [`341402337`](https://github.com/gradio-app/gradio/commit/34140233794c29d4722020e13c2d045da642dfae) - Allow Gradio apps containing `gr.Radio()`, `gr.Checkboxgroup()`, or `gr.Dropdown()` to be loaded with `gr.load()`. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#5593](https://github.com/gradio-app/gradio/pull/5593) [`88d43bd12`](https://github.com/gradio-app/gradio/commit/88d43bd124792d216da445adef932a2b02f5f416) - Fixes avatar image in chatbot being squashed. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! + ## 3.45.0-beta.8 ### Features diff --git a/gradio/CHANGELOG.md b/gradio/CHANGELOG.md index bf008c780ca29..94978088e9612 100644 --- a/gradio/CHANGELOG.md +++ b/gradio/CHANGELOG.md @@ -1,5 +1,23 @@ # gradio +## 3.45.0-beta.9 + +### Features + +- [#5678](https://github.com/gradio-app/gradio/pull/5678) [`6be98dac3`](https://github.com/gradio-app/gradio/commit/6be98dac33626ed48e0da8abf62fa545ed217ae0) - Patch fixes. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! +- [#5665](https://github.com/gradio-app/gradio/pull/5665) [`0b072d797`](https://github.com/gradio-app/gradio/commit/0b072d797d5f92edfd00de8bae737bf16a885815) - Make layout components templateable. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! +- [#5635](https://github.com/gradio-app/gradio/pull/5635) [`38fafb9e2`](https://github.com/gradio-app/gradio/commit/38fafb9e2a5509b444942e1d5dd48dffa20066f4) - Fix typos in Gallery docs. Thanks [@atesgoral](https://github.com/atesgoral)! +- [#5590](https://github.com/gradio-app/gradio/pull/5590) [`d1ad1f671`](https://github.com/gradio-app/gradio/commit/d1ad1f671caef9f226eb3965f39164c256d8615c) - Attach `elem_classes` selectors to layout elements, and an id to the Tab button (for targeting via CSS/JS). Thanks [@abidlabs](https://github.com/abidlabs)! +- [#5598](https://github.com/gradio-app/gradio/pull/5598) [`6b1714386`](https://github.com/gradio-app/gradio/commit/6b17143868bdd2c1400af1199a01c1c0d5c27477) - Upgrade Pyodide to 0.24.0 and install the native orjson package. Thanks [@whitphx](https://github.com/whitphx)! +- [#5680](https://github.com/gradio-app/gradio/pull/5680) [`77c5ad98c`](https://github.com/gradio-app/gradio/commit/77c5ad98cf530dd45ef03c4f438105640c4b9c4c) - Fix build and file route. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! + +### Fixes + +- [#5625](https://github.com/gradio-app/gradio/pull/5625) [`9ccc4794a`](https://github.com/gradio-app/gradio/commit/9ccc4794a72ce8319417119f6c370e7af3ffca6d) - Use ContextVar instead of threading.local(). Thanks [@cbensimon](https://github.com/cbensimon)! +- [#5636](https://github.com/gradio-app/gradio/pull/5636) [`fb5964fb8`](https://github.com/gradio-app/gradio/commit/fb5964fb88082e7b956853b543c468116811cab9) - Fix bug in example cache loading event. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! +- [#5633](https://github.com/gradio-app/gradio/pull/5633) [`341402337`](https://github.com/gradio-app/gradio/commit/34140233794c29d4722020e13c2d045da642dfae) - Allow Gradio apps containing `gr.Radio()`, `gr.Checkboxgroup()`, or `gr.Dropdown()` to be loaded with `gr.load()`. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#5593](https://github.com/gradio-app/gradio/pull/5593) [`88d43bd12`](https://github.com/gradio-app/gradio/commit/88d43bd124792d216da445adef932a2b02f5f416) - Fixes avatar image in chatbot being squashed. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! + ## 3.45.0-beta.8 ### Features diff --git a/gradio/package.json b/gradio/package.json index 9418f0448bcb8..9d884f670bca8 100644 --- a/gradio/package.json +++ b/gradio/package.json @@ -1,6 +1,6 @@ { "name": "gradio", - "version": "3.45.0-beta.8", + "version": "3.45.0-beta.9", "description": "", "python": "true" } diff --git a/js/_website/CHANGELOG.md b/js/_website/CHANGELOG.md index e58173b00a48c..8c8b26cc5a137 100644 --- a/js/_website/CHANGELOG.md +++ b/js/_website/CHANGELOG.md @@ -1,5 +1,11 @@ # website +## 0.6.1-beta.0 + +### Fixes + +- [#5608](https://github.com/gradio-app/gradio/pull/5608) [`eebf9d71f`](https://github.com/gradio-app/gradio/commit/eebf9d71f90a83bd84b62c855fdcd13b086f7ad5) - Styling fixes to guides. Thanks [@aliabd](https://github.com/aliabd)! + ## 0.6.0 ### Features diff --git a/js/_website/package.json b/js/_website/package.json index 150a0c35091fd..befa29c86bcf9 100644 --- a/js/_website/package.json +++ b/js/_website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.6.0", + "version": "0.6.1-beta.0", "private": true, "scripts": { "dev": "python generate_jsons/generate.py && vite dev", diff --git a/js/app/CHANGELOG.md b/js/app/CHANGELOG.md index a4cffaf10cce6..3a6cf1c152114 100644 --- a/js/app/CHANGELOG.md +++ b/js/app/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/app +## 1.6.0-beta.6 + +### Features + +- [#5680](https://github.com/gradio-app/gradio/pull/5680) [`77c5ad98c`](https://github.com/gradio-app/gradio/commit/77c5ad98cf530dd45ef03c4f438105640c4b9c4c) - Fix build and file route. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! + ## 1.6.0-beta.5 ### Patch Changes @@ -385,4 +391,4 @@ Thanks [@freddyaboulton](https://github.com/freddyaboulton)! - [#4995](https://github.com/gradio-app/gradio/pull/4995) [`3f8c210b`](https://github.com/gradio-app/gradio/commit/3f8c210b01ef1ceaaf8ee73be4bf246b5b745bbf) - Implement left and right click in `Gallery` component and show implicit images in `Gallery` grid. Thanks [@hannahblair](https://github.com/hannahblair)! - [#4993](https://github.com/gradio-app/gradio/pull/4993) [`dc07a9f9`](https://github.com/gradio-app/gradio/commit/dc07a9f947de44b419d8384987a02dcf94977851) - Bringing back the "Add download button for audio" PR by [@leuryr](https://github.com/leuryr). Thanks [@abidlabs](https://github.com/abidlabs)! -- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)! +- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)! \ No newline at end of file diff --git a/js/app/package.json b/js/app/package.json index 0428465dbfd5f..3b23b8a733443 100644 --- a/js/app/package.json +++ b/js/app/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/app", - "version": "1.6.0-beta.5", + "version": "1.6.0-beta.6", "private": true, "type": "module", "scripts": { diff --git a/js/chatbot/CHANGELOG.md b/js/chatbot/CHANGELOG.md index db086e3b19f7f..36c2b83ca6200 100644 --- a/js/chatbot/CHANGELOG.md +++ b/js/chatbot/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/chatbot +## 0.4.0-beta.6 + +### Fixes + +- [#5593](https://github.com/gradio-app/gradio/pull/5593) [`88d43bd12`](https://github.com/gradio-app/gradio/commit/88d43bd124792d216da445adef932a2b02f5f416) - Fixes avatar image in chatbot being squashed. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! + ## 0.4.0-beta.5 ### Features diff --git a/js/chatbot/package.json b/js/chatbot/package.json index fee0040b49c5a..0f2f6f1cb207b 100644 --- a/js/chatbot/package.json +++ b/js/chatbot/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/chatbot", - "version": "0.4.0-beta.5", + "version": "0.4.0-beta.6", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/tabitem/CHANGELOG.md b/js/tabitem/CHANGELOG.md index fe278873bce54..0f625cf6627a5 100644 --- a/js/tabitem/CHANGELOG.md +++ b/js/tabitem/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/tabitem +## 0.0.5-beta.5 + +### Features + +- [#5590](https://github.com/gradio-app/gradio/pull/5590) [`d1ad1f671`](https://github.com/gradio-app/gradio/commit/d1ad1f671caef9f226eb3965f39164c256d8615c) - Attach `elem_classes` selectors to layout elements, and an id to the Tab button (for targeting via CSS/JS). Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.0.5-beta.4 ### Features diff --git a/js/tabitem/package.json b/js/tabitem/package.json index 4e2eb203b7118..2c879082b8374 100644 --- a/js/tabitem/package.json +++ b/js/tabitem/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/tabitem", - "version": "0.0.5-beta.4", + "version": "0.0.5-beta.5", "description": "Gradio UI packages", "type": "module", "main": "./static/index.ts", diff --git a/js/tabs/CHANGELOG.md b/js/tabs/CHANGELOG.md index aec563dc2e00d..83e919642250b 100644 --- a/js/tabs/CHANGELOG.md +++ b/js/tabs/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/tabs +## 0.0.6-beta.5 + +### Features + +- [#5590](https://github.com/gradio-app/gradio/pull/5590) [`d1ad1f671`](https://github.com/gradio-app/gradio/commit/d1ad1f671caef9f226eb3965f39164c256d8615c) - Attach `elem_classes` selectors to layout elements, and an id to the Tab button (for targeting via CSS/JS). Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.0.6-beta.4 ### Features diff --git a/js/tabs/package.json b/js/tabs/package.json index 461c0fd2a3a50..6217a75d81eb3 100644 --- a/js/tabs/package.json +++ b/js/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/tabs", - "version": "0.0.6-beta.4", + "version": "0.0.6-beta.5", "description": "Gradio UI packages", "type": "module", "main": "./static/index.ts", diff --git a/js/wasm/CHANGELOG.md b/js/wasm/CHANGELOG.md index 19bb2683db153..3f4d8de00b4c1 100644 --- a/js/wasm/CHANGELOG.md +++ b/js/wasm/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/wasm +## 0.0.3-beta.0 + +### Features + +- [#5598](https://github.com/gradio-app/gradio/pull/5598) [`6b1714386`](https://github.com/gradio-app/gradio/commit/6b17143868bdd2c1400af1199a01c1c0d5c27477) - Upgrade Pyodide to 0.24.0 and install the native orjson package. Thanks [@whitphx](https://github.com/whitphx)! + ## 0.0.2 ### Fixes diff --git a/js/wasm/package.json b/js/wasm/package.json index 9e8f8de18e08e..7254f7fcdd542 100644 --- a/js/wasm/package.json +++ b/js/wasm/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/wasm", - "version": "0.0.2", + "version": "0.0.3-beta.0", "description": "Gradio Wasm package", "type": "module", "main": "./dist/index.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 57fc87b6af99d..5c3115c585ab7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -844,33 +844,6 @@ importers: specifier: workspace:^ version: link:../utils - js/gradio-preview/test/coolslider/frontend: - dependencies: - '@gradio/atoms': - specifier: workspace:^ - version: link:../../../../atoms - '@gradio/statustracker': - specifier: workspace:^ - version: link:../../../../statustracker - '@gradio/utils': - specifier: workspace:^ - version: link:../../../../utils - - js/gradio-preview/test/newtextbox/frontend: - dependencies: - '@gradio/atoms': - specifier: workspace:^ - version: link:../../../../atoms - '@gradio/icons': - specifier: workspace:^ - version: link:../../../../icons - '@gradio/statustracker': - specifier: workspace:^ - version: link:../../../../statustracker - '@gradio/utils': - specifier: workspace:^ - version: link:../../../../utils - js/group: {} js/highlightedtext: