0.24.0
Features:
- Backwards-incompatible: Add
OPENAPI_SWAGGER_UI_CONFIGto allow passing
a dict of Swagger UI configuration parameters. Remove
OPENAPI_SWAGGER_UI_SUPPORTED_SUBMIT_METHODS: the same can be achieved by
passingsupportedSubmitMethodsinOPENAPI_SWAGGER_UI_CONFIG. Remove
layoutanddeepLinkingdefault overrides. Those can be passed in
OPENAPI_SWAGGER_UI_CONFIGas well. (:pr:171).
Thanks :user:joshua-harrison-2011for the pull-request.