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

Improve handling of ReactiveHTML cleanup #2974

Merged
merged 1 commit into from
Dec 3, 2021

Conversation

philippjfr
Copy link
Member

Ensure that ReactiveHTML children are always cleaned up correctly.

@codecov
Copy link

codecov bot commented Dec 3, 2021

Codecov Report

Merging #2974 (6a08490) into master (0695e21) will decrease coverage by 0.21%.
The diff coverage is 94.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2974      +/-   ##
==========================================
- Coverage   83.12%   82.90%   -0.22%     
==========================================
  Files         190      190              
  Lines       24953    24472     -481     
==========================================
- Hits        20741    20289     -452     
+ Misses       4212     4183      -29     
Impacted Files Coverage Δ
panel/reactive.py 75.57% <85.71%> (+2.05%) ⬆️
panel/tests/test_reactive.py 98.85% <100.00%> (+0.11%) ⬆️
panel/auth.py 36.66% <0.00%> (-3.96%) ⬇️
panel/config.py 56.09% <0.00%> (-3.00%) ⬇️
panel/pane/ipywidget.py 48.57% <0.00%> (-2.78%) ⬇️
panel/io/reload.py 68.88% <0.00%> (-2.54%) ⬇️
panel/tests/template/test_manual.py 59.13% <0.00%> (-2.48%) ⬇️
panel/models/quill.py 84.21% <0.00%> (-2.16%) ⬇️
panel/pane/plot.py 57.60% <0.00%> (-1.98%) ⬇️
panel/models/echarts.py 85.71% <0.00%> (-1.79%) ⬇️
... and 96 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0695e21...6a08490. Read the comment docs.

@philippjfr philippjfr merged commit 353c3b6 into master Dec 3, 2021
@philippjfr philippjfr deleted the reactive_html_child_cleanup branch December 3, 2021 16:21
philippjfr added a commit that referenced this pull request Dec 8, 2021
* Always load imported bokeh extensions (#2957)

* Do not run ace import on initialization (#2959)

* Fix regression rendering HoloViews plotly backend (#2961)

* Fix regression rendering HoloViews plotly backend

* Fix flake

* Improve handling of ReactiveHTML cleanup (#2974)

* Ensure empty Str has same height as non-empty (#2981)

* Ensure Tabulator supports grouping on numeric columns (#2987)

* Fix Tabulator with multi-index and pagination (#2989)

* Fix Tabulator with multi-index and pagination

* Pin Django

* Allow index as column name in table widgets (#2990)

* Allow index as column name in table widgets

* Handle unnamed indexes

* Update CHANGELOG

* Cleanup

* Fix cleanup of children on ReactiveHTML (#2993)

* Ensure TemplateActions component does not have height (#2997)

* Update changelog
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.

1 participant