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 release adds a number of features including a standalone
Modal
component, the ability to infer widget parameters from values, and the ability to easily edit aChatMessage
. Additionally it includes a number of enhancements for styling, particularly in dark themes, other enhancements for chat components and a large number of bug fixes. Many thanks for our returning contributor @kdheepak, our new contributors @jonatantreijs and @etihwo, and of course the whole maintainer team including @ahuang11, @MarcSkovMadsen @hoxbro, @maximlt and @philippjfr.Features
Widget.from_values
method (#7033)Modal
layout (#7083)ChatMessage
andChatFeed
edit functionality (#7559)Enhancements
ChatFeed.callback_exception
to accept a callable and 'traceback' (alias for verbose) (#7558)ChatAreaInput
(#7562)Markdown
pane line breaking behavior configurable (#7582)ChatFeed
andChatStep
(#7608)FileSelector
(#7618)Bug fixes
panel convert
(#7589)Tabulator.patch
when table is filtered (#7621)esbuild
can be detected on windows duringpanel compile
(#7625)Tabulator
when it is wider than the viewport (#7626)panel oauth-secret
command (#7628)NotificationArea
(#7633)CompositeWidget
can be populated in callback (#7636)FileSelector
components (#7640)NotificationArea
stylesheet loads in panel-preview (#7643)Compatibility and Updates
Documentation