Releases: spec-first/swagger_ui_bundle
Releases · spec-first/swagger_ui_bundle
1.1.0
What's Changed
- Merge upstream from py-swagger-ui by @RobbeSneyders in #32
- Switch to version 4.15.5 of swagger-ui
New Contributors
- @RobbeSneyders made their first contribution in #32
Full Changelog: v0.0.9...1.1.0
v0.0.9
OAuth2 Jinja Configuration
This release adds a new jinja variable called initOAuth.
This allows the server to pass configuration to the initOAuth() call in swagger-ui. Kudos to @m-agel for the idea.
render_template(
'index.j2',
initOAuth={
'clientId': 'my-swagger-ui',
'usePkceWithAuthorizationCodeGrant': True,
}
)
Swagger-UI 3.30.0
This release upgrades to Swagger-UI 3.30.0
Swagger-UI 3.24.2
This release updates swagger-ui to 3.24.2
Swagger-UI 3.22.3
v0.0.5 bump version to remove extraneous files from deploy
swagger-ui 3.20.5
This release updates swagger-ui to 3.20.5
v0.0.2 - demo release
change notes:
- /lib directory no longer removed by gitignore for swagger-2