Skip to content
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
wants to merge 37 commits into from
Closed

[DO NOT MERGE] Panel 0.10.3 hotfixes #1907

wants to merge 37 commits into from

Conversation

philippjfr
Copy link
Member

A quick overview of the changes being backported to a 0.10.3 release.

philippjfr and others added 30 commits January 14, 2021 13:56
* 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 <masma@orsted.dk>
Co-authored-by: Philipp Rudiger <prudiger@anaconda.com>
* 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
@hoxbro
Copy link
Member

hoxbro commented Jan 18, 2021

Is it possible to add #1800 to this hotfix?

@philippjfr
Copy link
Member Author

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.

philippjfr and others added 2 commits January 18, 2021 15:41
* 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
@philippjfr
Copy link
Member Author

Done.

@hoxbro
Copy link
Member

hoxbro commented Jan 18, 2021

Awesome. Thank you!

* Add CHANGELOG for Version 0.10.3

* Update changelog

* Update RELEASES.rst
@philippjfr philippjfr closed this Jan 18, 2021
@philippjfr philippjfr deleted the 0.10.3_hotfix branch September 20, 2021 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants