diff --git a/.changeset/pre.json b/.changeset/pre.json index 4de969e63932c..12ed3e2ef7557 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -56,49 +56,86 @@ "@gradio/video": "0.0.6", "@gradio/wasm": "0.0.1", "@gradio/fallback": "0.1.1", - "@gradio/preview": "0.0.2" + "@gradio/preview": "0.0.2", + "@gradio/dataset": "0.0.1", + "@gradio/fileexplorer": "0.2.1", + "imageslider": "0.2.0", + "newnewtext": "0.1.2", + "newtext": "0.0.1" }, "changesets": [ "afraid-cougars-rescue", + "all-crabs-doubt", + "angry-states-battle", + "breezy-birds-bathe", "bright-planes-divide", - "chatty-adults-reply", - "chubby-hounds-itch", + "bright-yaks-wink", + "chatty-berries-flash", "cold-hoops-heal", "cold-lemons-roll", - "cold-lights-trade", "dark-cups-see", "dirty-ghosts-tickle", + "dry-comics-lick", "dry-points-join", + "eager-goats-share", + "eager-snakes-look", + "early-planes-vanish", "easy-mirrors-retire", + "eleven-steaks-tan", "empty-bobcats-judge", + "every-eggs-arrive", + "evil-berries-teach", + "five-showers-bet", + "flat-experts-wink", + "fluffy-goats-dig", "fresh-ears-pump", - "great-mammals-lead", + "giant-beans-clap", + "great-rice-grab", + "green-forks-float", "heavy-animals-think", "hip-drinks-bow", - "hot-words-sin", + "hungry-melons-pump", + "icy-cars-boil", "large-banks-push", "lazy-aliens-drive", + "light-buses-enter", "lovely-news-speak", - "lovely-radios-worry", - "many-tips-create", + "modern-forks-march", + "nasty-dryers-show", + "new-ideas-sniff", "nice-actors-write", "old-heads-give", + "open-points-sort", "plain-groups-win", "plenty-teeth-clap", - "puny-papayas-bake", + "public-chairs-chew", "purple-jokes-shake", - "real-items-cover", - "rich-points-dance", + "real-spoons-pick", "sad-ears-sink", "sad-eels-sink", + "sad-webs-end", + "salty-donuts-hear", "short-clouds-see", "silver-beers-refuse", + "slick-bats-study", "slick-pants-stand", "smart-groups-study", "some-shoes-relate", + "spicy-cycles-send", "strong-peas-tell", + "tall-tables-sing", + "tame-chairs-tan", + "tasty-candies-type", + "thirty-planets-smash", "three-trams-sniff", + "tidy-horses-build", + "tricky-spoons-slide", "true-bugs-shine", + "twenty-gifts-tickle", + "two-games-dress", + "two-mirrors-nail", + "vast-terms-rhyme", + "weak-pants-run", "wet-places-hunt" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b46b565b24d..965201986d133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,51 @@ # gradio +## 3.45.0-beta.12 + +### Features + +- [#5627](https://github.com/gradio-app/gradio/pull/5627) [`b67115e8e`](https://github.com/gradio-app/gradio/commit/b67115e8e6e489fffd5271ea830211863241ddc5) - Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server. Thanks [@whitphx](https://github.com/whitphx)! +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`85ba6de13`](https://github.com/gradio-app/gradio/commit/85ba6de136a45b3e92c74e410bb27e3cbe7138d7) - V4: Some misc fixes. Thanks [@pngwn](https://github.com/pngwn)! +- [#5821](https://github.com/gradio-app/gradio/pull/5821) [`1aa186220`](https://github.com/gradio-app/gradio/commit/1aa186220dfa8ee3621b818c4cdf4d7b9d690b40) - Lite: Fix Examples.create() to be a normal func so it can be called in the Wasm env. Thanks [@whitphx](https://github.com/whitphx)! +- [#5886](https://github.com/gradio-app/gradio/pull/5886) [`121f25b2d`](https://github.com/gradio-app/gradio/commit/121f25b2d50a33e1e06721b79e20b4f5651987ba) - Lite: Fix is_self_host() to detect `127.0.0.1` as localhost as well. Thanks [@whitphx](https://github.com/whitphx)! +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`85ba6de13`](https://github.com/gradio-app/gradio/commit/85ba6de136a45b3e92c74e410bb27e3cbe7138d7) - Add host to dev mode for vite. Thanks [@pngwn](https://github.com/pngwn)! +- [#5915](https://github.com/gradio-app/gradio/pull/5915) [`e24163e15`](https://github.com/gradio-app/gradio/commit/e24163e15afdfc51ec8cb00a0dc46c2318b245be) - Added dimensionality check to avoid bad array dimensions. Thanks [@THEGAMECHANGER416](https://github.com/THEGAMECHANGER416)! +- [#5835](https://github.com/gradio-app/gradio/pull/5835) [`46334780d`](https://github.com/gradio-app/gradio/commit/46334780dbbb7e83f31971d45a7047ee156a0578) - Mention that audio is normalized when converting to wav in docs. Thanks [@aileenvl](https://github.com/aileenvl)! +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`d2314e53b`](https://github.com/gradio-app/gradio/commit/d2314e53bc088ff6f307a122a9a01bafcdcff5c2) - BugFix: Make FileExplorer Component Templateable. Thanks [@pngwn](https://github.com/pngwn)! +- [#5877](https://github.com/gradio-app/gradio/pull/5877) [`a55b80942`](https://github.com/gradio-app/gradio/commit/a55b8094231ae462ac53f52bbdb460c1286ffabb) - Add styling (e.g. font colors and background colors) support to `gr.DataFrame` through the `pd.Styler` object. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#5819](https://github.com/gradio-app/gradio/pull/5819) [`5f1cbc436`](https://github.com/gradio-app/gradio/commit/5f1cbc4363b09302334e9bc864587f8ef398550d) - Add support for gr.Request to gr.ChatInterface. Thanks [@DarhkVoyd](https://github.com/DarhkVoyd)! +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`85ba6de13`](https://github.com/gradio-app/gradio/commit/85ba6de136a45b3e92c74e410bb27e3cbe7138d7) - Use tags to identify custom component dirs and ignore uninstalled components. Thanks [@pngwn](https://github.com/pngwn)! +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`85ba6de13`](https://github.com/gradio-app/gradio/commit/85ba6de136a45b3e92c74e410bb27e3cbe7138d7) - Adds the ability to build the frontend and backend of custom components in preparation for publishing to pypi using `gradio_component build`. Thanks [@pngwn](https://github.com/pngwn)! +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`85ba6de13`](https://github.com/gradio-app/gradio/commit/85ba6de136a45b3e92c74e410bb27e3cbe7138d7) - Fix deployed demos on v4 branch. Thanks [@pngwn](https://github.com/pngwn)! +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`85ba6de13`](https://github.com/gradio-app/gradio/commit/85ba6de136a45b3e92c74e410bb27e3cbe7138d7) - Set api=False for cancel events. Thanks [@pngwn](https://github.com/pngwn)! +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`85ba6de13`](https://github.com/gradio-app/gradio/commit/85ba6de136a45b3e92c74e410bb27e3cbe7138d7) - Use full path to executables in CLI. Thanks [@pngwn](https://github.com/pngwn)! +- [#5901](https://github.com/gradio-app/gradio/pull/5901) [`c4e3a9274`](https://github.com/gradio-app/gradio/commit/c4e3a92743a3b41edad8b45c5d5b0ccbc2674a30) - Fix curly brackets in docstrings. Thanks [@whitphx](https://github.com/whitphx)! +- [#5934](https://github.com/gradio-app/gradio/pull/5934) [`8d909624f`](https://github.com/gradio-app/gradio/commit/8d909624f61a49536e3c0f71cb2d9efe91216219) - Fix styling issues with Audio, Image and Video components. Thanks [@aliabd](https://github.com/aliabd)! +- [#5864](https://github.com/gradio-app/gradio/pull/5864) [`e70805d54`](https://github.com/gradio-app/gradio/commit/e70805d54cc792452545f5d8eccc1aa0212a4695) - Change `BlockLabel` element to use `