@@ -10,34 +10,35 @@ This release introduces a number of performance improvements related to renderin
10
10
11
11
### Enhancements
12
12
13
- - Implement smarter ` Column ` child rendering [ #7846 ] ( https://github.com/holoviz/panel/pull/7846 )
14
- - Optimize ` ReactComponent ` child renders [ #7828 ] ( https://github.com/holoviz/panel/pull/7828 )
15
- - Add ` indent ` and ` soft_tabs ` options to ` CodeEditor ` [ #7831 ] ( https://github.com/holoviz/panel/pull/7831 )
16
- - Allow creating ` Param.widget ` without instantiating object, speeding up ` Widget.from_param ` [ #7867 ] ( https://github.com/holoviz/panel/pull/7867 )
13
+ - Implement smarter ` Column ` child rendering ( [ #7846 ] ( https://github.com/holoviz/panel/pull/7846 ) )
14
+ - Optimize ` ReactComponent ` child renders ( [ #7828 ] ( https://github.com/holoviz/panel/pull/7828 ) )
15
+ - Add ` indent ` and ` soft_tabs ` options to ` CodeEditor ` ( [ #7831 ] ( https://github.com/holoviz/panel/pull/7831 ) )
16
+ - Allow creating ` Param.widget ` without instantiating object, speeding up ` Widget.from_param ` ( [ #7867 ] ( https://github.com/holoviz/panel/pull/7867 ) )
17
17
18
18
### Bug fixes
19
19
20
- - Fix handling of React based ` AnyWidgetComponent ` types [ #7820 ] ( https://github.com/holoviz/panel/pull/7820 )
21
- - Cache ESM render modules [ #7827 ] ( https://github.com/holoviz/panel/pull/7827 )
22
- - Check for ` None ` in ` select ` function for ` PyComponent ` [ #7837 ] ( https://github.com/holoviz/panel/pull/7837 )
23
- - Fix for ` AttributeError ` in ` auth.py:CodeChallenge ` OAuth login [ #7844 ] ( https://github.com/holoviz/panel/pull/7844 )
24
- - Fix error when ` old_objects ` is empty in ` _get_objects() ` [ #7842 ] ( https://github.com/holoviz/panel/pull/7842 )
25
- - Ensure ` ReactiveESM ` renders elements [ #7853 ] ( https://github.com/holoviz/panel/pull/7853 )
26
- - Ensure ESM shared resources are watched properly [ #7856 ] ( https://github.com/holoviz/panel/pull/7856 )
27
- - Fix Material design ` Tabulator ` header color [ #7855 ] ( https://github.com/holoviz/panel/pull/7855 )
28
- - Ensure current view and selection lookups on ` Tabulator ` handle ` None ` case [ #7858 ] ( https://github.com/holoviz/panel/pull/7858 )
29
- - Ensure ` Modal ` events are targeted to correct model [ #7860 ] ( https://github.com/holoviz/panel/pull/7860 )
30
- - Ensure ` ChatFeed ` has inherent height [ #7861 ] ( https://github.com/holoviz/panel/pull/7861 )
31
- - Ensure ` Markdown ` code blocks are always left aligned [ #7862 ] ( https://github.com/holoviz/panel/pull/7862 )
32
- - Gracefully handle ` ECharts ` delayed rendering [ #7869 ] ( https://github.com/holoviz/panel/pull/7869 )
20
+ - Fix handling of React based ` AnyWidgetComponent ` types ( [ #7820 ] ( https://github.com/holoviz/panel/pull/7820 ) )
21
+ - Cache ESM render modules ( [ #7827 ] ( https://github.com/holoviz/panel/pull/7827 ) )
22
+ - Check for ` None ` in ` select ` function for ` PyComponent ` ( [ #7837 ] ( https://github.com/holoviz/panel/pull/7837 ) )
23
+ - Fix for ` AttributeError ` in ` auth.py:CodeChallenge ` OAuth login ( [ #7844 ] ( https://github.com/holoviz/panel/pull/7844 ) )
24
+ - Fix error when ` old_objects ` is empty in ` _get_objects() ` ( [ #7842 ] ( https://github.com/holoviz/panel/pull/7842 ) )
25
+ - Ensure ` ReactiveESM ` renders elements ( [ #7853 ] ( https://github.com/holoviz/panel/pull/7853 ) )
26
+ - Ensure ESM shared resources are watched properly ( [ #7856 ] ( https://github.com/holoviz/panel/pull/7856 ) )
27
+ - Fix Material design ` Tabulator ` header color ( [ #7855 ] ( https://github.com/holoviz/panel/pull/7855 ) )
28
+ - Ensure current view and selection lookups on ` Tabulator ` handle ` None ` case ( [ #7858 ] ( https://github.com/holoviz/panel/pull/7858 ) )
29
+ - Ensure ` Modal ` events are targeted to correct model ( [ #7860 ] ( https://github.com/holoviz/panel/pull/7860 ) )
30
+ - Ensure ` ChatFeed ` has inherent height ( [ #7861 ] ( https://github.com/holoviz/panel/pull/7861 ) )
31
+ - Ensure ` Markdown ` code blocks are always left aligned ( [ #7862 ] ( https://github.com/holoviz/panel/pull/7862 ) )
32
+ - Gracefully handle ` ECharts ` delayed rendering ( [ #7869 ] ( https://github.com/holoviz/panel/pull/7869 ) )
33
33
34
34
### Documentation
35
35
36
- - List version agnostic wheel URLs in WASM standalone docs [ #7857 ] ( https://github.com/holoviz/panel/pull/7857 )
37
- - Correct ` ClassSelector ` keyword in ` build_todo.md ` [ #7819 ] ( https://github.com/holoviz/panel/pull/7819 )
38
- - Fix documentation of ` --oauth-extra-params ` [ #7865 ] ( https://github.com/holoviz/panel/pull/7865 )
39
- - Fix minor issues in FastAPI docs [ #7866 ] ( https://github.com/holoviz/panel/pull/7866 )
40
- - Clarify OAuth redirect uri [ #7868 ] ( https://github.com/holoviz/panel/pull/7868 )
36
+ - List version agnostic wheel URLs in WASM standalone docs ([ #7857 ] ( https://github.com/holoviz/panel/pull/7857 ) )
37
+ - Correct ` ClassSelector ` keyword in ` build_todo.md ` ([ #7819 ] ( https://github.com/holoviz/panel/pull/7819 ) )
38
+ - Fix documentation of ` --oauth-extra-params ` ([ #7865 ] ( https://github.com/holoviz/panel/pull/7865 ) )
39
+ - Fix minor issues in FastAPI docs ([ #7866 ] ( https://github.com/holoviz/panel/pull/7866 ) )
40
+ - Clarify OAuth redirect uri ([ #7868 ] ( https://github.com/holoviz/panel/pull/7868 ) )
41
+ - Add section in load balancing about Bokeh extensions ([ #7832 ] ( https://github.com/holoviz/panel/pull/7832 ) )
41
42
42
43
## Version 1.6.2
43
44
0 commit comments