Add CHANGELOG for 1.9.0 - #8585
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Panel 1.9.0 delivers full typing compatibility with Param 2.4.0, finally ensuring that all parameters are fully typed. Additionally this release makes it possible to provide wildcard routes to
pn.servemaking it possible to support dynamic routing. It also includes a significant modernization of the widget API, introducingWidget.labelas the canonical display label parameter and renamingbutton_type/button_styletocolor/variantfor better alignment withpanel-material-ui, which will be integrated within Panel in upcoming releases. The release also includes a range ofTabulatorimprovements, chat enhancements, security updates, and numerous bug fixes. Lastly, this release drops support for Bokeh 3.7.Many thanks to the contributors to this release including: @philippjfr, @hoxbro, @ghostiee-11, @ahuang11, @AtharvaJaiswal005, @SKlerk, @TheoMathurin, @chucklay, @zhangdomi, @mvanhorn, @SuMayaBee, @forman, and @omyaaa1.
🚀 Features
✨ Enhancements
Widget.labelparameter and treatnameas an alias (#8328)button_type->colorandbutton_style->variant(#8577)Feedtype configurable onChatFeed(#8582)selectionandvalue_inputtoTextEditorwidget (#8560)JSONEditorwidget (#8444)🐛 Bug Fixes
widget.disabledgetting stuck after rapid toggling (#8507)Trendindicator not working withdate_rangex-axis (#8509)ReactComponentinitialization issues (#8552)DataFramecomparison inTabulator.from_param(#8539)Tabulatorscroll reset when filtering on patch (#8531)Tabulatorfrom overwriting scroll position on style update (#8420)Gauge/EChartscrash when the ECharts library is not yet loaded (#8515)NotImplementedErrormessage (#8536)🎨 UI Improvements
Tabulatorresize events (#8528)Widget.namewas renamed toWidget.labelButton.button_typewas renamed toButton.colorButton.button_stylewas renamed toButton.variant📚 Documentation
panel-material-ui(#8596)pn.state.sync_busyin the busy indicator how-to guide (#8564)🔒 Security
bleachtonh3(#8503)zizmorfor GitHub Actions security scanning (#8584)next_urlfor basic auth and raise an error if invalid (#8575)