Skip to content

Commit

Permalink
Update Swagger-UI
Browse files Browse the repository at this point in the history
  • Loading branch information
heldersepu committed Feb 26, 2022
1 parent c4e7b6c commit 511627d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Swagger.Net/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
public struct SwaggerAssemb
{
public const string Title = @"Swagger.Net.Core";
public const string Version = @"8.4.1.301";
public const string Version = @"8.4.5.201";
}
2 changes: 1 addition & 1 deletion swagger-ui
Submodule swagger-ui updated 56 files
+2 −14 .whitesource
+1 −1 Dockerfile
+1 −1 README.md
+0 −4 config/jest/jest.unit.config.js
+1 −1 dist/swagger-ui-bundle.js
+1 −1 dist/swagger-ui-bundle.js.map
+1 −1 dist/swagger-ui-es-bundle-core.js
+1 −1 dist/swagger-ui-es-bundle-core.js.map
+1 −1 dist/swagger-ui-es-bundle.js
+1 −1 dist/swagger-ui-es-bundle.js.map
+1 −1 dist/swagger-ui-standalone-preset.js
+1 −1 dist/swagger-ui-standalone-preset.js.map
+1 −1 dist/swagger-ui.js
+1 −1 dist/swagger-ui.js.map
+165 −0 docs/customization/plug-points.md
+62 −3 docs/usage/installation.md
+4 −0 flavors/swagger-ui-react/README.md
+8 −3 flavors/swagger-ui-react/index.jsx
+1 −1 flavors/swagger-ui-react/release/create-manifest.js
+1,120 −32,673 package-lock.json
+16 −15 package.json
+7 −3 src/core/components/auth/oauth2.jsx
+1 −1 src/core/components/highlight-code.jsx
+31 −34 src/core/components/layouts/base.jsx
+1 −1 src/core/index.js
+3 −0 src/core/plugins/all.js
+1 −1 src/core/plugins/oas3/components/request-body.jsx
+16 −5 src/core/plugins/oas3/components/servers.jsx
+9 −4 src/core/plugins/request-snippets/fn.js
+12 −7 src/core/plugins/safe-render/components/error-boundary.jsx
+0 −0 src/core/plugins/safe-render/components/fallback.jsx
+32 −0 src/core/plugins/safe-render/fn.jsx
+42 −0 src/core/plugins/safe-render/index.js
+7 −4 src/core/plugins/samples/fn.js
+4 −2 src/core/plugins/swagger-js/index.js
+1 −0 src/core/plugins/view/fn.js
+19 −11 src/core/plugins/view/index.js
+60 −88 src/core/plugins/view/root-injects.jsx
+3 −1 src/core/presets/base.js
+1 −2 src/core/syntax-highlighting.js
+48 −0 src/helpers/memoizeN.js
+10 −1 src/standalone/index.js
+6 −12 src/standalone/layout.jsx
+5 −0 test/e2e-cypress/static/configs/urls-server-variables.yaml
+25 −0 test/e2e-cypress/static/documents/features/auth-code-flow-pkce-without-secret.yaml
+38 −0 test/e2e-cypress/static/documents/features/urls/server-variables-1.yaml
+38 −0 test/e2e-cypress/static/documents/features/urls/server-variables-2.yaml
+67 −0 test/e2e-cypress/static/pages/5085/index.html
+1 −3 test/e2e-cypress/tests/bugs/5043.js
+47 −0 test/e2e-cypress/tests/features/auth-code-flow-pkce-without-secret.js
+18 −0 test/e2e-cypress/tests/features/dynamic-default-oauth.js
+73 −0 test/e2e-cypress/tests/features/urls.js
+15 −0 test/unit/core/curlify.js
+1 −1 test/unit/core/plugins/auth/actions.js
+253 −0 test/unit/core/plugins/safe-render/index.jsx
+0 −137 test/unit/core/system/system.jsx

0 comments on commit 511627d

Please sign in to comment.