We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As mentioned in #2988 (comment).
Proposed solution: attach a variable to the global scope, like so:
window.swaggerUiVersion = `${packageVersion}/${gitCommitRef}-${isGitTreeDirty ? 'dirty' : 'clean'}`
The text was updated successfully, but these errors were encountered:
Fix swagger-api#3003
b6c3f91
Merge branch 'swaggerui-master' into syscoin:swagger-ui master
b13459c
* swaggerui-master: (132 commits) enable configs plugin by default Rebuild dist fix swagger-api#2841 Make the checkbox id more unique. Rebuild dist Fix swagger-api#3016 removed semicolon preventDefault the form v3.0.8 (fixes swagger-api#2923 swagger-api#2889) Rebuild dist Increment swagger-client version Attach information to version object Fix swagger-api#3003 updated searchbar sizing build remove object-assign dep ( which was missing from package.json ) fix swagger-api#2870 Fix typo in container classname fix eslint errors swagger-api#2844 fix accessCode flow ... # Conflicts: # dist/swagger-ui-bundle.js # dist/swagger-ui-bundle.js.map # dist/swagger-ui-standalone-preset.js # dist/swagger-ui-standalone-preset.js.map # dist/swagger-ui.css # dist/swagger-ui.js # dist/swagger-ui.js.map # src/plugins/topbar/topbar.jsx
0a2225b
No branches or pull requests
As mentioned in #2988 (comment).
Proposed solution: attach a variable to the global scope, like so:
The text was updated successfully, but these errors were encountered: