mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-09 02:00:44 +08:00
a46cb94870
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
8.3 KiB
8.3 KiB
@gradio/chatbot
0.5.3
Fixes
- #5827
48e09ee88
- Quick fix: Chatbot change event. Thanks @dawoodkhan82!
0.5.2
Patch Changes
- Updated dependencies [
e4a307ed6
]:- @gradio/theme@0.2.0
- @gradio/utils@0.1.2
- @gradio/atoms@0.1.4
- @gradio/markdown@0.3.1
- @gradio/statustracker@0.2.2
- @gradio/upload@0.3.2
0.5.1
Fixes
- #5775
e2874bc3c
- fix pending chatbot message styling and ensure messages with valueNone
don't render. Thanks @hannahblair!
0.5.0
Features
- #5699
8f0fed857
- Improve chatbot accessibility and UX. Thanks @hannahblair!
Fixes
- #5755
e842a561a
- Fix new line issue in chatbot. Thanks @dawoodkhan82!
0.4.1
Patch Changes
- Updated dependencies [
ee8eec1e5
]:- @gradio/markdown@0.2.2
0.4.0
Features
- #5671
6a36c3b78
- chore(deps): update dependency @types/prismjs to v1.26.1. Thanks @renovate! - #5554
75ddeb390
- Accessibility Improvements. Thanks @hannahblair!
Fixes
- #5604
faad01f8e
- Addrender_markdown
parameter to chatbot. Thanks @dawoodkhan82! - #5593
88d43bd12
- Fixes avatar image in chatbot being squashed. Thanks @dawoodkhan82!
0.3.2
Fixes
- #5470
a4e010a9
- Fix share button position. Thanks @dawoodkhan82!
0.3.1
Patch Changes
- Updated dependencies [
afac0006
]:- @gradio/markdown@0.2.0
- @gradio/statustracker@0.2.0
- @gradio/theme@0.1.0
- @gradio/utils@0.1.1
- @gradio/atoms@0.1.2
- @gradio/upload@0.2.1
0.3.0
Highlights
Like/Dislike Button for Chatbot (#5391 abf1c57d
)
Thanks @dawoodkhan82!
Features
- #5334
c5bf9138
- Add chat bubble width param. Thanks @dawoodkhan82!
Fixes
- #5304
05892302
- Adds kwarg to disable html sanitization ingr.Chatbot()
. Thanks @dawoodkhan82! - #5366
0cc7e2dc
- Hide avatar when message none. Thanks @dawoodkhan82!
0.2.2
Fixes
- #5319
3341148c
- Fix: wrap avatar-image in a div to clip its shape. Thanks @Keldos-Li!
0.2.1
Patch Changes
- Updated dependencies [
31996c99
]:- @gradio/markdown@0.1.1
0.2.0
Highlights
Improve startup performance and markdown support (#5279 fe057300
)
Improved markdown support
We now have better support for markdown in gr.Markdown
and gr.Dataframe
. Including syntax highlighting and Github Flavoured Markdown. We also have more consistent markdown behaviour and styling.
Various performance improvements
These improvements will be particularly beneficial to large applications.
- Rather than attaching events manually, they are now delegated, leading to a significant performance improvement and addressing a performance regression introduced in a recent version of Gradio. App startup for large applications is now around twice as fast.
- Optimised the mounting of individual components, leading to a modest performance improvement during startup (~30%).
- Corrected an issue that was causing markdown to re-render infinitely.
- Ensured that the
gr.3DModel
does re-render prematurely.
Thanks @pngwn!
Features
- #5215
fbdad78a
- Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks @pngwn! - #5112
1cefee7f
- chore(deps): update dependency marked to v7. Thanks @renovate! - #5258
92282cea
- Chatbot Avatar Images. Thanks @dawoodkhan82!
Fixes
- #5242
2b397791
- Fix message text overflow onto copy button ingr.Chatbot
. Thanks @hannahblair! - #5285
cdfd4217
- Tweaks toicon
parameter ingr.Button()
. Thanks @abidlabs! - #5122
3b805346
- Allows code block in chatbot to scroll horizontally. Thanks @dawoodkhan82!
0.1.0
Features
- #5125
80be7a1c
- chatbot conversation nodes can contain a copy button. Thanks @fazpu! - #5137
22aa5eba
- Use font size--text-md
for<code>
in Chatbot messages. Thanks @jaywonchung!
0.0.2
Patch Changes
- Updated dependencies [
41c83070
]:- @gradio/theme@0.0.2
- @gradio/utils@0.0.2
- @gradio/atoms@0.0.2
- @gradio/upload@0.0.2