-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Comparing changes
Open a pull request
base repository: swagger-api/swagger-ui
base: v3.26.0
head repository: swagger-api/swagger-ui
compare: v3.26.1
Commits on Jun 5, 2020
-
housekeeping(dev-deps): autoprefixer v9 (#6077)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 3237d3d - Browse repository at this point
Copy the full SHA 3237d3dView commit details -
housekeeping(dev-deps): babel-eslint v10 (#6078)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 530f60c - Browse repository at this point
Copy the full SHA 530f60cView commit details -
housekeeping(dev-deps): babel-plugin-module-resolver v4 (#6079)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 3cac3b1 - Browse repository at this point
Copy the full SHA 3cac3b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 366d8f8 - Browse repository at this point
Copy the full SHA 366d8f8View commit details -
housekeeping(dev-deps): copy-webpack-plugin v6 (#6096)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for ca7f9dd - Browse repository at this point
Copy the full SHA ca7f9ddView commit details -
housekeeping(dev-deps): deepmerge v4 (#6098)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for a9890b9 - Browse repository at this point
Copy the full SHA a9890b9View commit details
Commits on Jun 6, 2020
-
housekeeping(dev-deps): eslint-plugin-mocha v7 (#6101)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 0ee0983 - Browse repository at this point
Copy the full SHA 0ee0983View commit details -
housekeeping(dev-deps): file-loader v6 (#6103)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 0fdeb2a - Browse repository at this point
Copy the full SHA 0fdeb2aView commit details -
housekeeping(dev-deps): license-checker v25 (#6105)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 9d10a7c - Browse repository at this point
Copy the full SHA 9d10a7cView commit details
Commits on Jun 8, 2020
-
housekeeping(dev-deps): open v7 (#6108)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 53efe0c - Browse repository at this point
Copy the full SHA 53efe0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 328ce28 - Browse repository at this point
Copy the full SHA 328ce28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bc0c62 - Browse repository at this point
Copy the full SHA 6bc0c62View commit details -
housekeeping(dev-deps): raw-loader v4 (#6112)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 1ca9266 - Browse repository at this point
Copy the full SHA 1ca9266View commit details -
housekeeping(dev-deps): prettier v2 (#6111)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for f52496a - Browse repository at this point
Copy the full SHA f52496aView commit details -
housekeeping(dev-deps): rimraf v3 (#6114)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for a0d9dc0 - Browse repository at this point
Copy the full SHA a0d9dc0View commit details
Commits on Jun 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6ed15b0 - Browse repository at this point
Copy the full SHA 6ed15b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfdfb44 - Browse repository at this point
Copy the full SHA cfdfb44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5217366 - Browse repository at this point
Copy the full SHA 5217366View commit details
Commits on Jun 10, 2020
-
1
Configuration menu - View commit details
-
Copy full SHA for f353974 - Browse repository at this point
Copy the full SHA f353974View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4497387 - Browse repository at this point
Copy the full SHA 4497387View commit details -
improvement: oauth "scopes" improvements (#6037)
* improvement: oauth "scopes" init parameter * improvement: add "select all" and "select none" to oauth scopes popup
1Configuration menu - View commit details
-
Copy full SHA for 275c8f2 - Browse repository at this point
Copy the full SHA 275c8f2View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 01fb5c0 - Browse repository at this point
Copy the full SHA 01fb5c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f5149 - Browse repository at this point
Copy the full SHA 21f5149View commit details -
Disable the validation badge for those who do not want it (#5994)
* disabled on string values: "127.0.0.1", "localhost", "none"
Configuration menu - View commit details
-
Copy full SHA for 117dcc9 - Browse repository at this point
Copy the full SHA 117dcc9View commit details -
Remove max-width for textarea media < 768px (#6014)
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 67627d7 - Browse repository at this point
Copy the full SHA 67627d7View commit details -
improvement: Move inline styles to SCSS instead (#5578)
* fix: convert propStyle to propClass
Configuration menu - View commit details
-
Copy full SHA for fc3ed30 - Browse repository at this point
Copy the full SHA fc3ed30View commit details
Commits on Jun 11, 2020
-
improvement: Make background SVGs consistent (#5478)
* Replace Base64 encoded SVGs with unencoded version. Replace partially URL encoded SVGs with unencoded version, removing extraneous LF character
Configuration menu - View commit details
-
Copy full SHA for 48a0b46 - Browse repository at this point
Copy the full SHA 48a0b46View commit details -
fix(Markdown): render markdown in more secure way
This commit changes markdown sanitization behaviour in following way: class, style and data-* attributes are removed by default. These attributes open possible vulnerability vectors to attackers. The original behavior of sanitizer (before this commit) can be enabled by *useUnsafeMarkdown* configuration option. Use this configuration option with caution and only in cases when you know what you're doing.
1Configuration menu - View commit details
-
Copy full SHA for a616cb4 - Browse repository at this point
Copy the full SHA a616cb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a0927b - Browse repository at this point
Copy the full SHA 9a0927bView commit details
There are no files selected for viewing