Skip to content

Commit 87464f3

Browse files
committed
Update to v0.4.3
1 parent f1dc957 commit 87464f3

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mkdocs-swagger-ui-tag 0.4.3 (2022-08-31)
2+
3+
* Fixed #6: Incompatible with special character in path
4+
* Updated swagger-ui-dist to 4.14.0
5+
* Support authorize modal in iframe follow parent frame scroll (#5)
6+
17
mkdocs-swagger-ui-tag 0.4.2 (2022-08-17)
28

39
* Support retrieving default oauth2-redirect.html absolute URL from relative URL (#4)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
A MkDocs plugin supports for add [Swagger UI](https://github.com/swagger-api/swagger-ui) in page.
77

8-
[Live demo](https://blueswen.github.io/mkdocs-swagger-ui-tag/) with [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) theme.
8+
[Live demo](https://blueswen.github.io/mkdocs-swagger-ui-tag/) with [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/).
99

1010
## Features
1111

1212
1. OpenAPI Specification file from online over URL or static file in docs
1313
2. Multiple Swagger UI in same page
14-
3. Synchronized dark mode with [mkdocs-material](https://squidfunk.github.io/mkdocs-material/)
14+
3. Synchronized dark mode with [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/)
1515
4. Configure [Swagger UI configuration](https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/) through plugin options and tag attributes
1616
5. Support multiple OAS in single Swagger UI with top bar selector
1717
6. Support Swagger UI [initOAuth](https://swagger.io/docs/open-source-tools/swagger-ui/usage/oauth2/) method
@@ -21,7 +21,7 @@ A MkDocs plugin supports for add [Swagger UI](https://github.com/swagger-api/swa
2121
1. Python Package
2222
1. beautifulsoup4>=4.11.1
2323
2. [Swagger UI dist](https://www.npmjs.com/package/swagger-ui-dist) javascript file and css file
24-
1. swagger-ui-dist==4.13.2
24+
1. swagger-ui-dist==4.14.0
2525

2626
## Usage
2727

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"swagger-ui-dist": "4.13.2"
3+
"swagger-ui-dist": "4.14.0"
44
}
55
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = f.read()
55

66
setup(name="mkdocs-swagger-ui-tag",
7-
version="0.4.2",
7+
version="0.4.3",
88
author="Blueswen",
99
author_email="blueswen.tw@gmail.com",
1010
url="https://blueswen.github.io/mkdocs-swagger-ui-tag",

0 commit comments

Comments
 (0)