20 Commits

Author SHA1 Message Date
kyy
f464ba2d31 Update swagger-ui
Some checks failed
Node.js CI / build (push) Failing after 2s
Node.js CI / e2e-tests (+(a11y|security|bugs)/**/*cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/!(o|d|m)*.cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/+(o|d)*.cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/m*.cy.js) (push) Failing after 2s
CodeQL / Analyze (javascript) (push) Failing after 2m49s
Security scan for docker image / build (push) Failing after 54s
2025-06-24 13:40:26 +09:00
Vladimír Gorej
1dd1f7cce9 chore(dist): update Scarf.js to v1.4.0 (#10205) 2024-11-07 13:29:18 +01:00
Vladimír Gorej
fb55b9cfe4 feat(analytics): use Scarf.js to provide anonymized installation analytics (#10194) 2024-11-05 14:30:13 +01:00
Vladimir Gorej
bd75178241 docs(LICENSE): apply Apache 2.0 License correctly (#7574)
Closes #6635
2021-11-02 23:44:28 +01:00
shockey
7462d069cc Maintain backwards compatibility with absolutePath 2017-07-14 19:11:53 -07:00
umar-ahmed
d743137491 Modified module export name for absolute path to match documentation in Readme. 2017-07-14 18:51:08 -04:00
Kyle Shockey
9b21b5c2de Add try/catch for module asset require calls 2017-07-04 09:58:34 -07:00
Johann Wagner
ab960e8c45 don't use ES6 syntax in a dist package
using ES6 syntax will cause trouble unless you transpile before use (which is something you should not be required to do in a dist package)
2017-06-20 18:45:30 +02:00
Branko Pejić
01ae2f5605 Fix wrong path to absolute-path.js
Path should be "./absolute-path.js" not "./.absolute-path.js". This caused webpack to throw an error "/node-modules/swagger-ui-dist/.absolute-path.js doesn't exist"
2017-06-17 14:39:32 +02:00
shockey
5f8ffb870c Add function invocation to method example 2017-06-12 23:14:00 -07:00
Dylan
3311f3e95f export getAbsoluteFSPath method instead of property 2017-06-12 22:21:47 -07:00
Dylan
df149c543b make dist absolutePath browser-safe, add test 2017-06-10 15:59:21 -07:00
Dylan
d6d5b1d06e add documentation of absolutePath as well as npm version badge 2017-06-10 15:59:21 -07:00
Dylan
234e6d5d57 add absolutePath to swagger-ui-dist 2017-06-10 15:59:21 -07:00
Roman Bolshakov
b23c999d01 packaging: fix swagger-ui-dist entry point
Entry point was missing. This change allows importing SwaggerUIBundle
and SwaggerUIStandalonePreset directly from package. Correct entry point
is also needed for module bundlers like webpack to perform tree-shaking.
2017-05-25 17:45:01 -07:00
shockey
6f6f76caf4 Update README.md 2017-04-25 11:15:54 -07:00
Kyle Shockey
b289d5992a MOAR deploy fixes 2017-04-21 21:43:24 -07:00
Kyle Shockey
d6c498b5f3 Fix shell script error 2017-04-21 20:04:57 -07:00
Kyle Shockey
10b5c8ef8b Remove build files after dist build 2017-04-21 18:43:11 -07:00
Kyle Shockey
e871871724 Add build setup for swagger-ui-dist 2017-04-21 18:37:40 -07:00