We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2edaa1 commit 859e736Copy full SHA for 859e736
1 file changed
CHANGELOG.rst
@@ -1,6 +1,19 @@
1
Changelog
2
---------
3
4
+0.24.0 (2020-07-17)
5
++++++++++++++++++++
6
+
7
+Features:
8
9
+- *Backwards-incompatible*: Add ``OPENAPI_SWAGGER_UI_CONFIG`` to allow passing
10
+ a dict of Swagger UI configuration parameters. Remove
11
+ ``OPENAPI_SWAGGER_UI_SUPPORTED_SUBMIT_METHODS``: the same can be achieved by
12
+ passing ``supportedSubmitMethods`` in ``OPENAPI_SWAGGER_UI_CONFIG``. Remove
13
+ ``layout`` and ``deepLinking`` default overrides. Those can be passed in
14
+ ``OPENAPI_SWAGGER_UI_CONFIG`` as well. (:pr:`171`).
15
+ Thanks :user:`joshua-harrison-2011` for the pull-request.
16
17
0.23.0 (2020-07-08)
18
+++++++++++++++++++
19
0 commit comments