f464ba2d31
Update swagger-ui
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
877470b522
fix(system): allow wrapping components both from presets and plugins ( #9919 )
...
Refs #7232
2024-05-07 11:54:12 +02:00
Mikel Brislin
9d4f8b9498
docs(add-plugin): update file paths ( #9910 )
2024-05-06 17:41:50 +02:00
Yanqi Zong
bb04915809
docs(customl-layout): append swagger-ui css class ( #9329 )
...
To display style properly, we need to add className="swagger-ui"
to the layout.
2023-11-10 14:03:32 +01:00
Vladimír Gorej
edd1153723
feat: expose plugins and presets on SwaggerUI global symbol ( #9189 )
...
Part of this commit is also:
- complete plugins consolidation
- complete presets consolidation
- build system consolidation
Refs #9188
2023-09-05 09:56:51 +02:00
Andreas Deininger
9891d97201
docs: fix typos and update https references ( #8154 )
...
Co-authored-by: Tim Lai <timothy.lai@smartbear.com >
2022-08-12 10:14:27 -07:00
Mahtis Michel
878e848b9b
feat: provide Topbar Logo as a wrappable component ( #7521 )
...
* docs(logo): added logo replace docs
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2022-07-18 13:55:26 -07:00
Vladimir Gorej
8b1c4a7c1a
feat(error-handling): introduce unified and configurable error handling ( #7761 )
...
Refs #7778
2022-01-24 16:12:13 +01:00
Mahtis Michel
87226bc47d
docs(request-snippet): document request snippets plug points ( #7524 )
...
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2022-01-12 14:39:00 -08:00
Damien
516e666f1c
feat(wrapComponents): new chain configuration option ( #7236 )
...
This commit provides a backward compatible mechanism to chain wrap
an individual component multiple times
`Chain` mode: allow chaining of plugins on a given component
`Legacy` mode: last plugin to wrap a given component will supercede others
* chore: Add unit test for wrapComponent wrapping
* doc: Add documentation about the new pluginsOptions configuration
* doc: Add a sidenote on plugin-api page
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2021-05-20 15:41:11 -07:00
Mahtis Michel
ba74c02951
feat(docs): sample datepicker plugin with json schema components ( #6939 )
...
* Document JSON schema components, its mappings and give example how to create a date picker for type: string format: date and format: date-time.
2021-02-16 16:39:26 -08:00
PoojaChandak
959b48ad3d
docs: various minor grammatical changes ( #6284 )
...
* Update README.md
* Update setting-up.md
* Update plug-points.md
* Update plugin-api.md
* Update configuration.md
* Update deep-linking.md
* Update installation.md
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2020-08-24 16:54:48 -07:00
Tim Lai
ba953aaa91
docs: update plugin api component for failSilently ( #5953 )
2020-04-12 22:36:11 -04:00
Helen Kosova
8822a7229a
Change Swagger-UI -> Swagger UI in docs ( #5479 )
...
* Change Swagger-UI -> Swagger UI in docs
* Changed back to SwaggerUI in places that refer to JS construct
2019-07-19 09:22:45 -06:00
kyle
bf77474a11
use HTTPS for Petstore by default ( #4652 )
2018-06-15 14:36:15 -07:00
Helder Sepulveda
d3c9ceceef
Change the 5# to 4# ( #4447 )
...
The 5# do not show well on the wiki but 4# do and they were not used
2018-04-18 16:29:53 -07:00
Chris Ormerod
2bf2167a18
docs: fix typo ( #4431 )
...
Operations is lowercase, without this fix the example doesn't work as a Copy/Paste
2018-04-12 16:53:10 -07:00
kyle
83232dc2d8
v3.12.0 ( #4282 )
...
* Use `parameterWithMeta` to get parameter data in <ParameterRow>
* Prefer specPath when fetching resolved subtrees in OperationContainer
* Add test for OAS3 callback rendering
* Remove debugger statement
* Pass base resolution URL directly to Swagger-Client subtree resolver
* Remove accidental comment
* Migrate additional options
* Don't default to empty Map when getting subtree
* fix(validateParam): check for ImList type before using count method
* Use `replaceState` to update `urls.primaryName`
This gives us the stateful URL we want, without:
(a) refreshing the page on update
(b) creating a long, useless history for the user
(c) implying that browser history is two-way bound
to Swagger-UI (it isn't, we don't have a router)
* Add `fn.opsFilter` docs and internal API versioning note
* restrict `x-example` functionality to Swagger 2.0
* polish Authorize + Close buttons
* add tachyons; use it for padding the new Reset button
* v3.12.0
* rebuild dist
2018-03-02 21:13:00 -08:00
kyle
7fd229fe72
improve(docs): use computed key to demonstrate statePlugin namespacing ( #4193 )
2018-02-05 15:22:12 -08:00
Rafael Lüder
6110a7da12
fix(docs): typos! ( #4148 )
2018-01-24 16:44:46 -08:00
Can Taşdemir
c28213d457
fix(docs): correct plugin api typo ( #4138 )
2018-01-19 10:53:06 -06:00
Kyle Shockey
56caeec8c8
Add documentation for rootInjects interface
2017-12-28 16:44:20 -06:00
Kyle Shockey
9d48c4751a
Refactor afterLoad interface to expose raw plugin context
2017-12-28 16:26:18 -06:00
Kyle Shockey
c1ae4c133d
Add afterLoad plugin interface
2017-12-14 21:01:37 -08:00
kyle
9a7ef85aa4
Clarify wrapComponent interface in Plugin API docs
2017-12-12 14:33:41 -08:00
kyle
47c560227b
Finish sentence fragment in Plugin API documentation
2017-12-05 19:18:47 -08:00
Kyle Shockey
c68d1589ff
Prepare revised documentation for merge
2017-12-05 18:46:10 -08:00
Kyle Shockey
5503a349a7
Test and touch up Plugin API docs
2017-12-05 18:37:29 -08:00
Kyle Shockey
345c8dee57
WIP
2017-11-01 13:30:07 -07:00
Kyle Shockey
24463652a5
Tremendous, beautiful plugin docs
2017-10-04 20:52:28 -07:00
Kyle Shockey
d133f5c2df
MOAR DOCS
2017-10-06 12:08:27 -07:00
Kyle Shockey
f6206d35fd
Docs WIP
2017-10-04 18:39:13 -07:00