Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swagger-api/swagger-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.26.2
Choose a base ref
...
head repository: swagger-api/swagger-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.27.0
Choose a head ref
  • 17 commits
  • 41 files changed
  • 14 contributors

Commits on Jun 12, 2020

  1. Copy the full SHA
    bd1b297 View commit details

Commits on Jun 13, 2020

  1. Copy the full SHA
    f3b253a View commit details

Commits on Jun 15, 2020

  1. 1
    Copy the full SHA
    75a2b9a View commit details
  2. fix: prevent CI trigger from docs/samples/webpack-getting-started (#6145

    )
    
    * README updated
    * renamed package.json to _sample_package.json
    * removed package-lock.json
    tim-lai authored Jun 15, 2020
    Copy the full SHA
    b3fc05b View commit details
  3. Added onLoad()s and tweaker onToggle() to support ScrollTo functional…

    …ity for Models (#5237)
    geraldglynn authored Jun 15, 2020
    Copy the full SHA
    59bbe4f View commit details
  4. Copy the full SHA
    f8dd4e6 View commit details
  5. feat: Copy response to clipboard #4300 (#5278)

    * Move next to download button and match styling
    
    Co-authored-by: Aldrin Abastillas <AAbastillas@rcanalytics.com>
    Co-authored-by: Tim Lai <timothy.lai@gmail.com>
    3 people authored Jun 15, 2020
    Copy the full SHA
    973e1f7 View commit details
  6. Copy the full SHA
    ca1b19a View commit details
  7. improvement: Call DomPurify.addHook only if it exists (#5428)

    On server-side execution `dompurify` exports factory function instead of
    a purifier instance. Because of this, server-side code that imports
    SwaggerUI (e.g. via `swagger-ui-react`) fails, since `DomPurify.addHook`
    does not exist.
    
    This affects universal rendering apps which share code
    between client-side and server-side.
    AlexMayants authored Jun 15, 2020
    Copy the full SHA
    71d4e59 View commit details

Commits on Jun 16, 2020

  1. fix: remove clipboard inline svg from a file with SASS (#6148)

    * directly load data:image/svg+xml
    * current webpack config only allows inline file via jsx
    tim-lai authored Jun 16, 2020
    Copy the full SHA
    eeb0b73 View commit details
  2. Copy the full SHA
    bec0533 View commit details

Commits on Jun 17, 2020

  1. Copy the full SHA
    63f94db View commit details

Commits on Jun 18, 2020

  1. Copy the full SHA
    deb673c View commit details
  2. Copy the full SHA
    269543f View commit details
  3. fix: curlify agnostic to order of header values (#6152)

    Refs #6082
    
    * use curlify flag isMultipartFormDataRequest
    * curlify test updated
    
    
    Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com>
    tim-lai and char0n authored Jun 18, 2020
    Copy the full SHA
    b86e8e9 View commit details
  4. Copy the full SHA
    9ce2a9a View commit details
  5. release: v3.27.0

    swaggerhub-bot committed Jun 18, 2020
    Copy the full SHA
    091a9de View commit details
Showing with 656 additions and 426 deletions.
  1. +1 −1 .github/ISSUE_TEMPLATE/Feature_request.md
  2. +2 −1 .gitignore
  3. +11 −11 dist/swagger-ui-bundle.js
  4. +1 −1 dist/swagger-ui-bundle.js.map
  5. +1 −1 dist/swagger-ui.css
  6. +1 −1 dist/swagger-ui.css.map
  7. +2 −2 dist/swagger-ui.js
  8. +1 −1 dist/swagger-ui.js.map
  9. +9 −3 docker/run.sh
  10. +14 −0 docs/samples/webpack-getting-started/README.md
  11. +26 −0 docs/samples/webpack-getting-started/_sample_package.json
  12. +10 −0 docs/samples/webpack-getting-started/index.html
  13. +15 −0 docs/samples/webpack-getting-started/src/index.js
  14. +30 −0 docs/samples/webpack-getting-started/src/swagger-config.yaml
  15. +51 −0 docs/samples/webpack-getting-started/webpack.config.js
  16. +2 −0 docs/usage/installation.md
  17. +6 −0 flavors/swagger-ui-react/README.md
  18. +2 −0 flavors/swagger-ui-react/index.js
  19. +124 −364 package-lock.json
  20. +3 −2 package.json
  21. +3 −1 src/core/components/array-model.jsx
  22. +11 −2 src/core/components/highlight-code.jsx
  23. +13 −0 src/core/components/model-collapse.jsx
  24. +6 −2 src/core/components/model-example.jsx
  25. +9 −2 src/core/components/model-wrapper.jsx
  26. +10 −3 src/core/components/model.jsx
  27. +12 −2 src/core/components/models.jsx
  28. +10 −3 src/core/components/object-model.jsx
  29. +8 −1 src/core/components/parameter-row.jsx
  30. +12 −10 src/core/components/providers/markdown.jsx
  31. +5 −5 src/core/components/response-body.jsx
  32. +2 −1 src/core/components/response.jsx
  33. +3 −4 src/core/curlify.js
  34. +1 −0 src/core/plugins/oas3/components/request-body.jsx
  35. +3 −1 src/core/plugins/oas3/wrap-components/model.jsx
  36. +20 −0 src/style/_buttons.scss
  37. +28 −0 test/components/highlight-code.jsx
  38. +43 −0 test/components/response-body.jsx
  39. +64 −0 test/e2e-selenium/scenarios/features/parameter-example-rendering.js
  40. +8 −1 test/mocha/components/response-body.jsx
  41. +73 −0 test/mocha/core/curlify.js
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature request
about: Suggest an new feature or enhancement for this project
about: Suggest a new feature or enhancement for this project

---

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -8,11 +8,12 @@ npm-debug.log*
.eslintcache
*.iml
selenium-debug.log
chromedriver.log
test/e2e/db.json
docs/_book

flavors/**/dist/*

# Cypress
test/e2e-cypress/screenshots
test/e2e-cypress/videos
test/e2e-cypress/videos
Loading