Skip to content

Commit

Permalink
Bump panel.js version to 1.2.4-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Sep 15, 2023
1 parent bafe011 commit 331abc5
Show file tree
Hide file tree
Showing 4 changed files with 1,144 additions and 16 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

## Version 1.2.3

Date: 2023-09-14
Date: 2023-09-15

This micro-release primarily fixes some critical regressions that were introduced in the 1.2.2 release, along with some other minor bug fixes. Many thanks for our users for reporting these issues so quickly and @monodera, @ndmlny-qs, @ahuang11, @mattpap, @Hoxbro and @philippjfr for their contributions to the release.

### Enhancements

- Add ability to change admin page endpoint ([#5447](https://github.com/holoviz/panel/pull/5447))
- Authentication `/logout` endpoint now serves configurable template ([#5514](https://github.com/holoviz/panel/pull/5514))
- Add options to sanitize `HTML` panes ([#5516](https://github.com/holoviz/panel/pull/5516))

### Bug fixes

Expand All @@ -17,9 +19,10 @@ This micro-release primarily fixes some critical regressions that were introduce
- Fix regression introduced in 1.2.2 related to logout redirects ([#5484](https://github.com/holoviz/panel/pull/5484))
- Fix extracting `panel convert` requirements from requirements.txt ([#5509](https://github.com/holoviz/panel/pull/5509))
- Ensure visibility is applied correctly for all components when initialized as False ([#5508](https://github.com/holoviz/panel/pull/5508))
- Fix rendering of backticks in ReactiveHTML ([#5512](https://github.com/holoviz/panel/pull/5512))
- Ensure Quill correctly detects selections and renders HTML ([#5511](https://github.com/holoviz/panel/pull/5511))
- Fix markdown rendering with the MyST parser ([#5497](https://github.com/holoviz/panel/pull/5497))
- Fix rendering of backticks in `ReactiveHTML` ([#5512](https://github.com/holoviz/panel/pull/5512))
- Ensure Quill `TextEditor` correctly detects selections and renders HTML ([#5511](https://github.com/holoviz/panel/pull/5511))
- Fix `Markdown` rendering with the MyST parser ([#5497](https://github.com/holoviz/panel/pull/5497))
- Fix OAuth login endpoint when `--prefix` is set ([#5492](https://github.com/holoviz/panel/issues/5492))

### Documentation

Expand Down
13 changes: 7 additions & 6 deletions doc/about/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ See [the HoloViz blog](https://blog.holoviz.org/tag/panel.html) for a visual sum

## Version 1.2.3

Date: 2023-09-14

This micro-release primarily fixes some critical regressions that were introduced in the 1.2.2 release, along with some other minor bug fixes. Many thanks for our users for reporting these issues so quickly and @monodera, @ndmlny-qs, @ahuang11, @mattpap, @Hoxbro and @philippjfr for their contributions to the release.
Date: 2023-09-15

### Enhancements

- Add ability to change admin page endpoint ([#5447](https://github.com/holoviz/panel/pull/5447))
- Authentication `/logout` endpoint now serves configurable template ([#5514](https://github.com/holoviz/panel/pull/5514))
- Add options to sanitize `HTML` panes ([#5516](https://github.com/holoviz/panel/pull/5516))

### Bug fixes

Expand All @@ -19,9 +19,10 @@ This micro-release primarily fixes some critical regressions that were introduce
- Fix regression introduced in 1.2.2 related to logout redirects ([#5484](https://github.com/holoviz/panel/pull/5484))
- Fix extracting `panel convert` requirements from requirements.txt ([#5509](https://github.com/holoviz/panel/pull/5509))
- Ensure visibility is applied correctly for all components when initialized as False ([#5508](https://github.com/holoviz/panel/pull/5508))
- Fix rendering of backticks in ReactiveHTML ([#5512](https://github.com/holoviz/panel/pull/5512))
- Ensure Quill correctly detects selections and renders HTML ([#5511](https://github.com/holoviz/panel/pull/5511))
- Fix markdown rendering with the MyST parser ([#5497](https://github.com/holoviz/panel/pull/5497))
- Fix rendering of backticks in `ReactiveHTML` ([#5512](https://github.com/holoviz/panel/pull/5512))
- Ensure Quill `TextEditor` correctly detects selections and renders HTML ([#5511](https://github.com/holoviz/panel/pull/5511))
- Fix `Markdown` rendering with the MyST parser ([#5497](https://github.com/holoviz/panel/pull/5497))
- Fix OAuth login endpoint when `--prefix` is set ([#5492](https://github.com/holoviz/panel/issues/5492))

### Documentation

Expand Down
Loading

0 comments on commit 331abc5

Please sign in to comment.