15
0
forked from pool/python-mkdocs

Accepting request 1102536 from home:ojkastl_buildservice:Branch_devel_languages_python

update to 1.5.2

OBS-URL: https://build.opensuse.org/request/show/1102536
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs?expand=0&rev=21
This commit is contained in:
2023-08-07 14:55:45 +00:00
committed by Git OBS Bridge
parent 98384474c4
commit 5aff6b4a3c
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Aug 4 07:34:55 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 1.5.2:
* Bugfix (regression in 1.5.0): Restore functionality of
--no-livereload. (#3320)
* Bugfix (regression in 1.5.0): The new page title detection
would sometimes be unable to drop anchorlinks - fix that.
(#3325)
* Partly bring back pre-1.5 API: extra_javascript items will once
again be mostly strings, and only sometimes ExtraStringValue
(when the extra script functionality is used).
* Plugins should be free to append strings to
config.extra_javascript, but when reading the values, they must
still make sure to read it as str(value) in case it is an
ExtraScriptValue item. For querying the attributes such as
.type you need to check isinstance first. Static type checking
will guide you in that. (#3324)
-------------------------------------------------------------------
Tue Aug 1 13:02:20 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>