-
-
Notifications
You must be signed in to change notification settings - Fork 536
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
[DO NOT MERGE] Panel 0.10.3 hotfixes #1907
Closed
Closed
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
* Fixing enable and disable file download * Added comment
* Respect Resources.root_url * Fix flake * Expose state.base_url * Fix bug * Fix flake * Make base_url readonly * Fix bug
* fixed * Simplify ECharts updates * Simplify further * Fix flake Co-authored-by: Marc Skov Madsen <[email protected]> Co-authored-by: Philipp Rudiger <[email protected]>
* fix local bundled paths for template resources * replace app_url with state.base_url
* Add Button.value Event parameter * Add test * Small fix
* Ensure DiscreteSlider label stays linked * Update test * Small fix * Fix test
* Fix MenuButton in split mode When the MenuButton is in split mode and the Button is pressed (not a menu item) the 'event.item' property does not exist in bokeh.event.ButtonClick. I propose to split with a check if it is MenuItemClick, and output as default, or ButtonClick, and output the button name, on 'clicked' parameter * Fixed a double update request The self._events.update was called after the check, breaking the correction
* Multiple files in FileInput Update input.py to add 'multiple' parameter to FileInput paramenter filename can be a string or a list parameter mime_type can be a string or a list _process_property_change accounts for either a string or a list as input for 'msg' * Update input.py * Correct the default to False Changed the default to False to avoid breaking compatibility
* Ensure template header_color and header_background are applied * Update React template
Is it possible to add #1800 to this hotfix? |
I'd honestly prefer not to, but if you urgently need it I could be persuaded, since we aren't 100% strict about the bug fix only aspect of micro releases. |
* Correctly set up preprocessor on Template root * Improve docstrings
* Adding throttled to param * Moved throttled to widgets argument * Added value_throttled to updates * Added unittest * More clear seperation if widget is throttled or not * Added documentation
Done. |
Awesome. Thank you! |
* Add CHANGELOG for Version 0.10.3 * Update changelog * Update RELEASES.rst
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.
A quick overview of the changes being backported to a 0.10.3 release.