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
/logoutendpoint now serves configurable template (#5514) - Add options to sanitize
HTMLpanes (#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 convertrequirements 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
TextEditorcorrectly detects selections and renders HTML (#5511) - Fix
Markdownrendering with the MyST parser (#5497) - Fix OAuth login endpoint when
--prefixis set (#5492)
Documentation
- Update outdated
DateRangeSlider.stepdocumentation (#5510)