Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[email protected]
Features
c44da25
- Allow modifying the chatbot value directly ingr.ChatInterface
. Thanks @abidlabs!5881296
- Improve component docstrings and misc docs. Thanks @abidlabs!feb1e81
- Add toolbar with fullscreen button togr.Dataframe
. Thanks @hannahblair!b0cf92f
- PWA icon customization. Thanks @whitphx!4d47e4b
- Add alog
parameter to Chatbot metadata that allows displayingstr
content next to the thought title. Thanks @abidlabs!6a7cfc4
- Compatibility between Client and ZeroGPU. Thanks @abidlabs!b10f5e1
- Lite: retry install. Thanks @whitphx!2b7ba48
- Addshow_row_numbers
param to gr.Dataframe. Thanks @hannahblair!8cf0461
- Fix ReDoS. Thanks @kevinbackhouse!43e05d7
- Document additional helper classes forgr.Chatbot
. Thanks @abidlabs!a91cb9c
- Addshow_reset_button
togr.slider
initialization. Thanks @amanchauhan11!48809c7
- Fix bug where dataframevalue
prop was not updating when an input value was changed manually. Thanks @abidlabs!Fixes
eb85edf
- Quick fix: 0 is ignored Slider/Number issue. Thanks @dawoodkhan82!43e7cce
- Fix ImageEditor Size Issues. Thanks @freddyaboulton!40e0c48
- Ensure clicking on a cell once enables editing mode. Thanks @hannahblair!9517043
- Ensure columns hidden with pandas.hide()
works as expected. Thanks @hannahblair!9dc5d15
- Tweak behavior related to thestatus
ofgr.Chatbot
thought messages. Thanks @abidlabs!9e6eded
- Removes css tag that overrides Gradio theme setting. Thanks @ericwu09!62cd4ef
- Handlerow_count=0
in gr.Dataframe. Thanks @hannahblair!3219382
- Fix event triggers and recent regressions related togr.DataFrame
. Thanks @abidlabs!31cccc3
- Fix logic for detecting changes ingr.Dataframe
table value. Thanks @abidlabs!96bbde2
- Allow propogation of fill_height through Rows and Tabs, via scale. Thanks @aliabid94!@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Features
4d47e4b
- Add alog
parameter to Chatbot metadata that allows displayingstr
content next to the thought title. Thanks @abidlabs!Fixes
9dc5d15
- Tweak behavior related to thestatus
ofgr.Chatbot
thought messages. Thanks @abidlabs!Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Features
b0cf92f
- PWA icon customization. Thanks @whitphx!Dependency updates
@gradio/[email protected]
Features
feb1e81
- Add toolbar with fullscreen button togr.Dataframe
. Thanks @hannahblair!2b7ba48
- Addshow_row_numbers
param to gr.Dataframe. Thanks @hannahblair!48809c7
- Fix bug where dataframevalue
prop was not updating when an input value was changed manually. Thanks @abidlabs!Fixes
40e0c48
- Ensure clicking on a cell once enables editing mode. Thanks @hannahblair!62cd4ef
- Handlerow_count=0
in gr.Dataframe. Thanks @hannahblair!3219382
- Fix event triggers and recent regressions related togr.DataFrame
. Thanks @abidlabs!31cccc3
- Fix logic for detecting changes ingr.Dataframe
table value. Thanks @abidlabs!Dependency updates
@gradio/[email protected]
Fixes
eb85edf
- Quick fix: 0 is ignored Slider/Number issue. Thanks @dawoodkhan82!Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Fixes
43e7cce
- Fix ImageEditor Size Issues. Thanks @freddyaboulton!Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Fixes
96bbde2
- Allow propogation of fill_height through Rows and Tabs, via scale. Thanks @aliabid94!Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Features
a91cb9c
- Addshow_reset_button
togr.slider
initialization. Thanks @amanchauhan11!Dependency updates
@gradio/[email protected]
Fixes
9e6eded
- Removes css tag that overrides Gradio theme setting. Thanks @ericwu09!@gradio/[email protected]
Fixes
96bbde2
- Allow propogation of fill_height through Rows and Tabs, via scale. Thanks @aliabid94!Dependency updates
@gradio/[email protected]
Fixes
96bbde2
- Allow propogation of fill_height through Rows and Tabs, via scale. Thanks @aliabid94!@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Dependency updates
@gradio/[email protected]
Features
b10f5e1
- Lite: retry install. Thanks @whitphx![email protected]
Features
6a7cfc4
- Compatibility between Client and ZeroGPU. Thanks @abidlabs![email protected]
Features
4d47e4b
- Add alog
parameter to Chatbot metadata that allows displayingstr
content next to the thought title. Thanks @abidlabs!43e05d7
- Document additional helper classes forgr.Chatbot
. Thanks @abidlabs!812f2d8
- Playground fixes and refactoring. Thanks @aliabd!070cab5
- Expand token length for existing code and prompt in playground. Thanks @aliabd!Fixes
9dc5d15
- Tweak behavior related to thestatus
ofgr.Chatbot
thought messages. Thanks @abidlabs!Dependency updates
@self/[email protected]
Dependency updates
@self/[email protected]
Dependency updates
@self/[email protected]
Features
b0cf92f
- PWA icon customization. Thanks @whitphx!Dependency updates
@self/[email protected]
Dependency updates