Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update versions #5177

Merged
merged 1 commit into from
Aug 23, 2023
Merged

chore: update versions #5177

merged 1 commit into from
Aug 23, 2023

Conversation

pngwn
Copy link
Member

@pngwn pngwn commented Aug 10, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

The changelog information of each package has been omitted from this message, as the content exceeds the size limit.

@gradio/[email protected]

[email protected]

[email protected]

@gradio/[email protected]

@gradio/[email protected]

[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@gradio/[email protected]

@vercel
Copy link

vercel bot commented Aug 10, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
gradio ✅ Ready (Inspect) Visit Preview Aug 11, 2023 1:35pm

@gradio-pr-bot
Copy link
Collaborator

gradio-pr-bot commented Aug 10, 2023

All the demos for this PR have been deployed at https://huggingface.co/spaces/gradio-pr-deploys/pr-5177-all-demos


Install Gradio from this PR:

pip install https://gradio-builds.s3.amazonaws.com/2fce293840e06a69dbf08d192e9fc67be6ec1b36/gradio-3.40.1-py3-none-any.whl

Install Gradio Python Client from this PR

pip install "gradio-client @ git+https://github.com/gradio-app/gradio@3c00f0fbfb07241fc4672024322062e7ef2803c9#subdirectory=client/python"

@gradio-pr-bot
Copy link
Collaborator

gradio-pr-bot commented Aug 11, 2023

🪼 branch checks and previews

Name Status URL
Spaces ready! Spaces preview
Website ready! Website preview
Storybook ready! Storybook preview
Visual tests all good! Build review
🦄 Changes skipped! Workflow log

Install Gradio from this PR

pip install https://gradio-builds.s3.amazonaws.com/5cf62524bf163e30402e95d0304e8bc8deb26ef9/gradio-3.40.1-py3-none-any.whl

Install Gradio Python Client from this PR

pip install "gradio-client @ git+https://github.com/gradio-app/gradio@5cf62524bf163e30402e95d0304e8bc8deb26ef9#subdirectory=client/python"

@pngwn pngwn force-pushed the changeset-release/main branch 15 times, most recently from c6c958d to 1deabeb Compare August 14, 2023 13:54
@pngwn pngwn force-pushed the changeset-release/main branch 7 times, most recently from 559846f to 8eb30af Compare August 16, 2023 05:31
@pngwn pngwn force-pushed the changeset-release/main branch 20 times, most recently from 2bed6b2 to 0d2e4a1 Compare August 23, 2023 21:01
@freddyaboulton
Copy link
Collaborator

Everything looks good to me except the following two points!

I'm having a hard time using the dropdowns. Looks like it collapses on itself.
dropdown_selection

The bottom corners of the output file component in zip_demos is cut off. Not sure if that's an old thing.

image

@abidlabs
Copy link
Member

abidlabs commented Aug 23, 2023

I'm having a hard time using the dropdowns. Looks like it collapses on itself.

Yeah I just noticed this as well. The issue is that if a value is already in the dropdown, the dropdown filters by that value. You can backspace to get the full list of options. Was this an intentional change @pngwn?

@pngwn
Copy link
Member Author

pngwn commented Aug 23, 2023

@abidlabs Not at all, no.

@pngwn pngwn force-pushed the changeset-release/main branch from 0d2e4a1 to 1ea2668 Compare August 23, 2023 22:10
@pngwn pngwn force-pushed the changeset-release/main branch from 1ea2668 to 4158ae5 Compare August 23, 2023 22:29
@abidlabs abidlabs merged commit ba4c6d9 into main Aug 23, 2023
@abidlabs abidlabs deleted the changeset-release/main branch August 23, 2023 22:41
dawoodkhan82 pushed a commit that referenced this pull request Aug 28, 2023
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
dawoodkhan82 added a commit that referenced this pull request Aug 29, 2023
* disable sanitize

* add changeset

* Fix devcontainer postCreateCommand (#5289)

* add chmod commands to grant execute permissions to each script before running them

* increase the memory limit

* Increase memory requirement to 8

* Setting a minimum specification for codespace machines

* Rotate axes labels on LinePlot, BarPlot, and ScatterPlot (#5305)

* add chmod commands to grant execute permissions to each script before running them

* increase the memory limit

* Increase memory requirement to 8

* Setting a minimum specification for codespace machines

* Added label_angle parameter to LinePlot

* add the x_label_angle and y_label_angle to the postprocess

* Add x_label_angle and y_label_angle to ScatterPlot

* Add x_label_angle and y_label_angle to BarPlot

* Remove postCreateCommand update from this PR, it is in its own PR

* Remove custumization on the devcontainer, it is on another PR

* Remove extra line  on the devcontainer, it is on another PR

* add changeset

* update the parameter definition in the docstring

---------

Co-authored-by: Abubakar Abid <[email protected]>
Co-authored-by: gradio-pr-bot <[email protected]>

* `make_waveform()` twitter video resolution fix (#5296)

* waveform res fix

* add changeset

* add changeset

* Improve audio streaming (#5238)

* changes

* changes

* add changeset

* add changeset

* chages

* Update silver-clowns-brush.md

* changes

* chagers

* changes

* Update silver-clowns-brush.md

* change

* change

---------

Co-authored-by: gradio-pr-bot <[email protected]>
Co-authored-by: pngwn <[email protected]>

* Tweaks to `icon` parameter in `gr.Button()` (#5285)

* button

* add changeset

* fix

* add changeset

* add changeset

* types

* type fix

* formatting

* fix based on review

* fix unit tests

* stories

---------

Co-authored-by: gradio-pr-bot <[email protected]>

* test

* test

---------

Co-authored-by: gradio-pr-bot <[email protected]>
Co-authored-by: aliabid94 <[email protected]>
Co-authored-by: pngwn <[email protected]>
Co-authored-by: Abubakar Abid <[email protected]>

* Allow caching examples with streamed output (#5295)

* changes

* changes

* add changeset

* add changeset

* chages

* Update silver-clowns-brush.md

* changes

* chagers

* changes

* Update silver-clowns-brush.md

* change

* change

* change

* changes

* chages

* changes

* add changeset

* changes

* changes

* changes

---------

Co-authored-by: gradio-pr-bot <[email protected]>
Co-authored-by: pngwn <[email protected]>

* Create event listener table for components on docs (#5298)

* changes

* changes

* remove languages from code docs

* fix img path in guide

* rework event listeners

* add changeset

* remove console log

* name it event arguments

* Update js/_website/src/lib/components/EventListeners.svelte

Co-authored-by: Abubakar Abid <[email protected]>

* Update js/_website/src/lib/components/EventListeners.svelte

Co-authored-by: Abubakar Abid <[email protected]>

* requested changes

---------

Co-authored-by: gradio-pr-bot <[email protected]>
Co-authored-by: Abubakar Abid <[email protected]>

* merge

* fix (#5308)

* only start listening for events after the components are mounted (#5312)

* only start listening for events after the components are mounted

* add changeset

---------

Co-authored-by: gradio-pr-bot <[email protected]>

* Restores missing part of bottom border on file component (#5313)

* removes missing part of bottom border on file component

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <[email protected]>

* chore: update versions (#5177)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Test Blocks.svelte footer copy (#5307)

* test test

* fix test

* tweak

* tweak test name

* ensure login form has correct styles (#5324)

* fix changelog generation (#5328)

* Add ignore scripts to pnpm i in pypi action (#5316)

* add json generation to prepare

* add changeset

* remove pnpm prepare

* add changeset

* bring back prepare, add ignore scripts

* delete changeset

* add to right commadn

* add frozen lockfile to gh_action_pypi

* remove unused gh_action_pypi script

* remove unused scripts

---------

Co-authored-by: gradio-pr-bot <[email protected]>

* ensure dropdown stays open when identical data is passed in (#5323)

* ensure dropwdown stays open when new data is passed in

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <[email protected]>

* Fix ci again again again (#5329)

* fix changelog generation

* fix changelog generation

* fix

* chore: update versions (#5326)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix ci again again again (#5330)

* fix changelog generation

* fix changelog generation

* fix

* fix script

* Fix ci again again again (#5331)

* fix changelog generation

* fix changelog generation

* fix

* fix script

* fix script

* Fix ci again again again (#5332)

* fix changelog generation

* fix changelog generation

* fix

* fix script

* fix script

* fix vars

* Fix ci again again again (#5333)

* fix changelog generation

* fix changelog generation

* fix

* fix script

* fix script

* fix vars

* fix vars

* Fix Checkbox select dispatch (#5340)

* Fix bug

* add changeset

---------

Co-authored-by: gradio-pr-bot <[email protected]>

* Minor bug fix sweep (#5284)

* changes

* changes

* add changeset

* changes

* changes

* fix box changes on website

* add changeset

* changes

* changes

* Revert "changes"

This reverts commit 189b4e8.

* chanegs

* changes

* changes

* changes

* changes

* add changeset

* Update fancy-bats-deny.md

---------

Co-authored-by: gradio-pr-bot <[email protected]>
Co-authored-by: aliabd <[email protected]>
Co-authored-by: Abubakar Abid <[email protected]>

* Fix: wrap avatar-image in a div to clip its shape (#5319)

* fix: wrap avatar-image in a div to clip its shape

and add data url support

* add changeset

* revert get file from data url

* add changeset

---------

Co-authored-by: Dawood Khan <[email protected]>
Co-authored-by: gradio-pr-bot <[email protected]>

* chore: update versions (#5341)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* add kwarg to markdown

* add changeset

* config

---------

Co-authored-by: gradio-pr-bot <[email protected]>
Co-authored-by: Faiga Alawad <[email protected]>
Co-authored-by: Abubakar Abid <[email protected]>
Co-authored-by: aliabid94 <[email protected]>
Co-authored-by: pngwn <[email protected]>
Co-authored-by: Ali Abdalla <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hannah <[email protected]>
Co-authored-by: Freddy Boulton <[email protected]>
Co-authored-by: Keldos <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants