Skip to content

Commit 344556c

Browse files
committed
Bump panel.js version to 1.6.3
1 parent d2d0642 commit 344556c

File tree

4 files changed

+27
-25
lines changed

4 files changed

+27
-25
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ This release introduces a number of performance improvements related to renderin
3434
- Fix documentation of `--oauth-extra-params` [#7865](https://github.com/holoviz/panel/pull/7865)
3535
- Fix minor issues in FastAPI docs [#7866](https://github.com/holoviz/panel/pull/7866)
3636
- Clarify OAuth redirect uri [#7868](https://github.com/holoviz/panel/pull/7868)
37+
- Add section in load balancing about Bokeh extensions ([#7832](https://github.com/holoviz/panel/pull/7832))
3738

3839
## Version 1.6.2
3940

doc/about/releases.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,35 @@ This release introduces a number of performance improvements related to renderin
1010

1111
### Enhancements
1212

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))
1717

1818
### Bug fixes
1919

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))
3333

3434
### Documentation
3535

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))
4142

4243
## Version 1.6.2
4344

panel/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

panel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@holoviz/panel",
3-
"version": "1.6.3-rc.1",
3+
"version": "1.6.3",
44
"description": "The powerful data exploration & web app framework for Python.",
55
"license": "BSD-3-Clause",
66
"repository": {

0 commit comments

Comments
 (0)