-
-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotfix 0.12.5 #2811
Merged
Merged
Hotfix 0.12.5 #2811
Conversation
This file contains 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
* Fix saving using inline resources * Add tests
…#2773) Bumps [django](https://github.com/django/django) from 3.1.12 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.1.12...3.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* allow to set the maximum number of rows selectable * update docs * clarify docs about pagination
…2801) rows if not yet sorted.
* Ensure non-exported requirejs modules do not error * Improve requirejs exports * Fix Ace requirejs definition * Fix Perspective requirejs definition * Fix xtermjs requirejs definition * Support async load for VTK * Remove print
* vtkvolume correction of dimensions order * add end line Co-authored-by: ARTUSI <xavier.artusi@cea.fr>
* light to list of button * update button on py file Co-authored-by: prashantkumarshee@gmail.com <prashantkumarpd@gmail.com> Co-authored-by: Philipp Rudiger <prudiger@anaconda.com>
* Improve Plotly responsive sizing behavior * Cleanup
* fix(vega): allow data item to miss optional field The current implementation assume that all items in the dataset has the exact same fields. The list of keys are extracted from the first item in the dataset only and will crash if * the first item does not include all field names * some following items miss certain field * Update panel/pane/vega.py * fix: typo meant `k` not `v` Co-authored-by: Philipp Rudiger <prudiger@anaconda.com>
* Improve documentation about pn.serve * Update overview
* Improve Terminal keystroke and size handling * Cleanup
* Fix roundtrip of datetimes on ReactiveData objects * Fix flakes
* Fix handling of Plotly pane in Tabs * Fix flake * Fix logic * Add comment * Update plotly test
…2893) * add escape parameter to DataFrame * add test Co-authored-by: Marc Skov Madsen <masma@orsted.dk>
* Ensure loading of MathJax bundle is optional * Fix flake * Fix autoload_js
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.
Version 0.12.5
Date: 2021-11-16
The 0.12.5 release contains a larger number of bug fixes and minor enhancements. Many thanks to @pmav99, @samuelyeewl, @xavArtley, @L8Y, @Prashant0kgp, @t-houssian, @kristw, @jlstevens and the maintainers @maximlt, @MarcSkovMadsen and @philippjfr for their contributions to this release.
Compatibility:
Enhancements:
onload
callbacks with--warm
option (#2844)DataFrame
pane to enable using html markup (#2893)Tabs
cache dynamic contents (#2909)Bug fixes:
Tabulator
(#2791)Tabulator
checkbox selection only happens in checkbox column (#2812)Vtkvolume
correction of dimensions order (#2818)Vega
pane (#2853)AutoCompleteInput
in a Param pane (#2874)Terminal
keystroke and size handling (#2878)Tabulator
styles on scroll (#2881)Indicator
properties from frontend to avoid errors (#2886)ReactiveData
components (#2888)Plotly
pane inTabs
(#2890)ReactiveData
(#2900)Card
rendering inMaterialTemplate
(#2911, #2912)HoloViews
matplotlib output uses tight layout (#2920)ReactiveHTML
(#2939)Card
collapsible icon offset is computed robustly (#2940)--autoreload
does not reload panel modules (#2941)pn.state.curdoc
is available to async callbacks (#2942)Documentation:
CVEs: