Skip to content

Commit

Permalink
Merge pull request #6 from tamarmot/master
Browse files Browse the repository at this point in the history
updated swagger ui to v3.23.11
  • Loading branch information
PWZER authored Oct 9, 2019
2 parents 2dcf447 + a35a180 commit a90a3fd
Show file tree
Hide file tree
Showing 20 changed files with 306 additions and 312 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ Only support Python3.
Open `http://<host>:<port>/api/doc` view api doc.

## Swagger UI
Swagger UI version is `3.22.0`. see [https://github.com/swagger-api/swagger-ui](https://github.com/swagger-api/swagger-ui).
Swagger UI version is `3.23.11`. see [https://github.com/swagger-api/swagger-ui](https://github.com/swagger-api/swagger-ui).

## Swagger Editor
Swagger Editor version is `3.6.27`. see [https://github.com/swagger-api/swagger-editor](https://github.com/swagger-api/swagger-editor).
Swagger Editor version is `3.6.36`. see [https://github.com/swagger-api/swagger-editor](https://github.com/swagger-api/swagger-editor).

## Update
You can update swagger ui and swagger editor version with
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def load_requirements():
if __name__ == '__main__':
setup(
name='swagger-ui-py',
version='0.1.8',
version='0.1.9',
description='Swagger UI for Python web framework, such Tornado, Flask, Quart and Sanic.',
long_description=readme(),
long_description_content_type='text/markdown',
Expand Down
247 changes: 137 additions & 110 deletions swagger_ui/static/swagger-editor-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-editor-bundle.js.map

Large diffs are not rendered by default.

154 changes: 76 additions & 78 deletions swagger_ui/static/swagger-editor-standalone-preset.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-editor-standalone-preset.js.map

Large diffs are not rendered by default.

78 changes: 2 additions & 76 deletions swagger_ui/static/swagger-editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-editor.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-editor.js.map

Large diffs are not rendered by default.

85 changes: 63 additions & 22 deletions swagger_ui/static/swagger-ui-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-ui-bundle.js.map

Large diffs are not rendered by default.

14 changes: 11 additions & 3 deletions swagger_ui/static/swagger-ui-standalone-preset.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-ui-standalone-preset.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion swagger_ui/static/swagger-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-ui.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions swagger_ui/static/swagger-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-ui.js.map

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions swagger_ui/templates/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
margin:0;
background: #fafafa;
}

.swagger-ui .wrapper {
max-width: 1024px;
}
</style>
</head>

Expand All @@ -53,9 +49,7 @@
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout",
defaultModelsExpandDepth: 0,
validatorUrl: null
layout: "StandaloneLayout"
})
// End Swagger UI call region

Expand Down
1 change: 0 additions & 1 deletion swagger_ui/templates/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
const editor = SwaggerEditorBundle({
dom_id: '#swagger-editor',
layout: 'StandaloneLayout',
url: '{{ config_url }}',
presets: [
SwaggerEditorStandalonePreset
]
Expand Down

0 comments on commit a90a3fd

Please sign in to comment.