Skip to content

Commit

Permalink
Update Swagger-UI
Browse files Browse the repository at this point in the history
  • Loading branch information
heldersepu committed Aug 27, 2022
1 parent f180a98 commit 2475986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swagger-ui
Submodule swagger-ui updated 75 files
+1 −1 Dockerfile
+4 −1 babel.config.js
+3 −1 config/jest/jest.unit.config.js
+1 −1 dev-helpers/oauth2-redirect.html
+3 −3 dist/oauth2-redirect.html
+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.css
+1 −1 dist/swagger-ui.css.map
+1 −1 dist/swagger-ui.js
+1 −1 dist/swagger-ui.js.map
+1 −1 docs/customization/overview.md
+15 −0 docs/customization/plug-points.md
+1 −1 docs/customization/plugin-api.md
+3 −15 docs/development/setting-up.md
+2 −2 docs/usage/configuration.md
+2 −2 docs/usage/cors.md
+2 −2 docs/usage/oauth2.md
+1 −1 docs/usage/version-detection.md
+33,879 −2,886 package-lock.json
+22 −20 package.json
+11 −1 src/core/components/array-model.jsx
+3 −9 src/core/components/auth/auth-item.jsx
+2 −9 src/core/components/auth/auths.jsx
+5 −11 src/core/components/auth/basic-auth.jsx
+1 −1 src/core/components/auth/oauth2.jsx
+26 −0 src/core/components/copy-to-clipboard-btn.jsx
+1 −1 src/core/components/headers.jsx
+1 −7 src/core/components/live-response.jsx
+16 −2 src/core/components/object-model.jsx
+2 −0 src/core/components/operation-summary.jsx
+3 −7 src/core/components/operation-tag.jsx
+5 −3 src/core/components/operation.jsx
+1 −1 src/core/components/operations.jsx
+2 −2 src/core/components/param-body.jsx
+13 −2 src/core/components/primitive-model.jsx
+1 −1 src/core/components/response-body.jsx
+1 −1 src/core/components/response.jsx
+6 −0 src/core/components/svg-assets.jsx
+2 −2 src/core/components/try-it-out-button.jsx
+2 −2 src/core/plugins/oas3/components/request-body-editor.jsx
+1 −1 src/core/plugins/oas3/helpers.jsx
+2 −0 src/core/presets/base.js
+1 −1 src/plugins/add-plugin.md
+3 −1 src/plugins/topbar/index.js
+8 −0 src/plugins/topbar/logo.jsx
+2 −2 src/plugins/topbar/topbar.jsx
+2 −1 src/style/_authorize.scss
+7 −0 src/style/_buttons.scss
+5 −0 src/style/_form.scss
+29 −0 src/style/_layout.scss
+19 −0 src/style/_models.scss
+1 −0 src/style/_servers.scss
+3 −3 src/style/_table.scss
+148 −0 test/e2e-cypress/static/documents/features/external-docs.openapi.yaml
+116 −0 test/e2e-cypress/static/documents/features/external-docs.swagger.yaml
+2 −2 test/e2e-cypress/static/documents/features/parameter-array-missing-items.yaml
+2 −2 test/e2e-cypress/tests/bugs/5660.js
+108 −0 test/e2e-cypress/tests/features/external-docs.js
+1 −1 test/e2e-cypress/tests/features/oas3-multiple-servers.js
+1 −1 test/e2e-cypress/tests/features/oas3-user-edit-request-body-flows.js
+1 −1 test/e2e-cypress/tests/features/schema-form.js
+1 −1 test/e2e-cypress/tests/features/try-it-out-schema-required-override-allowed.js
+1 −1 test/e2e-selenium/scenarios/features/allow-empty-value.openapi.js
+1 −1 test/e2e-selenium/static/test-specs/bugs/4196.yaml
+3 −3 test/e2e-selenium/static/test-specs/refs/api1.yaml
+3 −3 test/e2e-selenium/static/test-specs/refs/api2.yaml
+2 −2 test/unit/core/curlify.js
+4 −0 test/unit/jest-shim.js

0 comments on commit 2475986

Please sign in to comment.