We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc48408 commit 5069bc6Copy full SHA for 5069bc6
CHANGELOG
@@ -1,3 +1,9 @@
1
+mkdocs-swagger-ui-tag 0.5.0 (2022-12-03)
2
+
3
+ * Supported extra CSS files in Swagger UI iframe (#7)
4
+ * Fixed validatorUrl option not working issue
5
+ * Updated swagger-ui-dist to 4.15.5
6
7
mkdocs-swagger-ui-tag 0.4.3 (2022-08-31)
8
9
* Fixed #6: Incompatible with special character in path
setup.py
@@ -4,7 +4,7 @@
long_description = f.read()
setup(name="mkdocs-swagger-ui-tag",
- version="0.4.3",
+ version="0.5.0",
author="Blueswen",
author_email="blueswen.tw@gmail.com",
10
url="https://blueswen.github.io/mkdocs-swagger-ui-tag",
0 commit comments