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)
- Authentication
/logout
endpoint now serves configurable template (#5514) - Add options to sanitize
HTML
panes (#5516)
Bug fixes
- Fix regression introduced in 1.2.2 causing issues with periodic callbacks and
--autoreload
(#5490) - Fix regression introduced in 1.2.2 causing issues with authorization callbacks (#5504)
- Fix regression introduced in 1.2.2 related to logout redirects (#5484)
- Fix extracting
panel convert
requirements from requirements.txt (#5509) - Ensure visibility is applied correctly for all components when initialized as False (#5508)
- Fix rendering of backticks in
ReactiveHTML
(#5512) - Ensure Quill
TextEditor
correctly detects selections and renders HTML (#5511) - Fix
Markdown
rendering with the MyST parser (#5497) - Fix OAuth login endpoint when
--prefix
is set (#5492)
Documentation
- Update outdated
DateRangeSlider.step
documentation (#5510)