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.
Features
EditableTemplate
to support dashboard builder UI in Jupyter (Fall back to rendering cell outputs if notebook does not define servable #5802)NestedSelect
widget (Add nested select #5791, Add NestedSelect dynamic levels #6011)--autoreload
by using watchfiles and selectively reloading packages (Use watchfiles library for detecting changed files #5894, Improve autoreload of external packages #6459)DateRangePicker
widget (Add DateRangePicker widget #6027)Feed
layout and use it as layout forChatFeed
(Add pn.Feed to allow buffering of feed objects #6031, Use pn.Feed internally for ChatFeed #6296)WebP
pane (Add Support for webp format #6035)ButtonIcon
(Implement ButtonIcon and achieve parity with Button/Toggle widgets #6138)Textual
pane (Add Textual pane #6181)ChatAreaInput
as default text input widget forChatInterface
(Add chat area input and integrate #6379)Enhancements
card_params
(Allow providing additional stylesheets in card_params #6242)scroll
options to permanently toggle on layouts (Add scroll options to permanently toggle on scrollbar #6266)Tabulator
(Choose position to freeze tabulator columns. #6309)ChatFeed
(Add default help user logo and help_text to ChatFeed #6311)ChatMessage
(Stylize chat components #6346)ChatMessage
avatars (Add HoloViz logos as ChatMessage avatars #6348)gap
parameter toFlexBox
(Add "gap" property to FlexBox #6354)step
ofDatetimeRangeSlider
to 1 minute (Set step in DatetimeRangeSlider to 1 minute #6373)FlexBox
(Add support for passing objects reference to FlexBox #6387)message
intocss_classes
toChatMessage
markup (Addmessage
intocss_classes
to ChatMessage's markup #6407)ChatMessage
header & footer (Allow appending objects to the ChatMessage header & footer #6410)Perspective
(Add title and settings and fix datetime to Perspective #6482)jupyter_bokeh
(Warn user if loading extension in VSCode or Colab without jupyter_bokeh #6485)ParamRef
baseclass forParamFunction
andParamMethod
(Add ParamRef baseclass for ParamFunction and ParamMethod #6392)Param<Ref|Function|Method>
updates (Add ability to Skip Param<Ref|Function|Method> updates #6396)Param<Ref|Method|Function>
andReactiveExpr
to panes module (Add Param<Ref|Method|Function> and ReactiveExpr to panes #6432)param.rx
display accessor on import (Override param.rx display accessor on import #6470)DeckGL
(Allow Carto tiles in DeckGL #6531)Styling
BootstrapTemplate
(Update bootstrap.html - Changing navbar toggle icon to white #6111)FileInput
widget (Add stylesheet to fileinput button #6479)Tabulator
editor text color inFast
design (Improve Tabulator editor text color in Fast theme #6512)Compatibility & Version Updates
Perspective
version to 2.8.0 (Bump perspective version to 2.8.0 #5722)Vizzu
to 0.9.3 (Upgrade Vizzu to 0.9.3 #6476)JSONEditor
version to 10.0.1 (Bump JSONEditor version to 10.0.1 #6477)panel convert
(Fix binary serialization from JS -> Pyodide #6490)Bug fixes
FloatPanel
(Add resize handler for FloatPanel #6201)Tabulator
renders in collapsedCard
(Tabulator: prevent JS error #6223)ChatInterface
respect supplied default user (Don't pop ChatInterface variables #6290)HTML
and other markup panes can be emptied (Ensure HTML and other markup panes can be emptied #6303)ChatMessage
internals correctly respectDesign
(Ensure ChatMessage internals are visible to Panel #6304)Card
does not cause stretching (Ensure collapsed card does not cause stretching #6305)loading_indicator
resets when configured with context manager (Ensure that once instantiated loading_indicator is disconnected from default #6343)CodeEditor
on render calls ensuring it displays correctly (Fully re-render Ace editor on render calls #6361)FileDownload
button has correct height (Ensure FileDownload button has correct height #6362)HTML
model is redrawn ifstylesheets
is emptied (Redraw if stylesheets is empty #6365)Debugger
renders without error (Ensure Debugger renders without error #6423)ChatMessage
header
updates dynamically (Fix dynamically setting header in ChatFeed #6441)Matplotlib
(Fix display of interactive Matplotlib #6450)ChatMessage
onChatInterface
and mentionserialize
(Fix stream ChatMessage for ChatInterface and mentionserialize
#6452)Plotly
pane renders and hides correctly inCard
(Ensure Plotly pane renders and hides correctly in Card #6468)Fast
design (Do not resolve refs on FastWrapper #6474)IntRangeSlider
(Fix floating point error in IntRangeSlider #6516)Markdown
parsing does not choke on partial links (Ensure markdown parsing does not choke on partial links #6535)Chat Components
ChatInterface
stop
button for synchronous functions (Fixstop
button for sync #6312)stylesheets
downstream, including layouts in ChatMessage (Includestylesheets
downstream, including layouts in ChatMessage #6405)value_input
parameter (Fix ChatInterface send with widget with no value_input #6505)ChatMessage
(Set ChatMessage min_width_0 and break anywhere #6187, ChatMessage word break on long continuous words #6509)ChatFeed
(Fix nested disabled state for ChatFeed #6507)None
as the initialChatMessage
value (Fix stream None base message #6522)Documentation
ReactiveHTML
docs (Refactor ReactiveHTML docs #5448, Fix reactive html issues #6358)HoloViews
reference guide (Improve HoloViews reference guide #6065)Deprecations
Ace
alias forCodeEditor
ChatBox
which has been replaced bypanel.chat
componentsHTML.style
which is now replaced withHTML.styles
Trend.title
which is now replaced byTrend.name
Viewable.app
which is now replaced withpn.io.notebook.show_server
Viewable.background
which is now replaced withViewable(styles={'background': ...})
Viewable.pprint
which is now replaced withprint(Viewable(...))