Commit Graph

25 Commits

Author SHA1 Message Date
Vladimír Gorej
80d56c9518 feat: apply cumulative update to address various issues (#10324) 2025-02-27 11:12:42 +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
Vladimír Gorej
d9c5e4985b docs(README): remove mention about Next.js workaround (#9157)
Refs https://github.com/swagger-api/swagger-ui/wiki/Seamless-Integration-with-Bundlers-&-Test-Tools
2023-08-22 17:04:32 +02:00
Vladimír Gorej
73a726d1b3 docs(swagger-ui-react): drop claim about no custom plugins support (#9058) 2023-07-25 11:25:23 +02:00
Oleksandr Redko
a62d340120 docs(swagger-ui-react): fix a typo in README (#9016) 2023-07-14 13:44:42 +02:00
Martin Eigenmann
51385fe14f docs(swagger-ui-react): hint on usage with Next.js (#8696)
Co-authored-by: Vladimír Gorej <vladimir.gorej@gmail.com>

Refs #7970
Refs #8245
2023-05-24 12:26:41 +02:00
afrkorsakow
6b56e3828e feat(swagger-ui-react): add showCommonExtensions option (#8436) 2023-03-07 15:25:08 +01:00
Lars Nymand Jensen
03a981ae4f feat(swagger-ui-react): Add oauth2RedirectUrl prop (#8028) 2022-05-25 09:46:11 -07:00
Simon Podlipsky
31717dbb38 feat(swagger-ui-react): Add withCredentials prop (#7980)
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
2022-05-02 14:25:36 -07:00
kyori19
67dd4f6a8d feat(swagger-ui-react): add support for persistAuthorization prop (#7842)
Closes #7389
2022-03-01 10:54:03 +01:00
Mahtis Michel
85597b9a94 feat(swagger-ui-react): Enable displayRequestDuration prop (#7522)
* feat(react): allow displayRequestDuration via react

* docs(react): added displayRequestDuration prop

* Update flavors/swagger-ui-react/README.md

Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com>
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
2022-01-18 10:24:34 -08:00
Alex Rejto
6273fd1dd8 feat: add support of defaultModelRendering prop to swagger-ui-react
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
2022-01-12 14:31:55 -08:00
Andriy Semenyuk
b71446caa0 feat(swagger-ui-react): add support of filter prop (#7547)
Co-authored-by: Mahtis Michel <mathis.michel@outlook.de>
Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com>

Closes #7546
2021-11-08 13:08:15 +01:00
Mahtis Michel
3fea224a7d feat(swagger-ui-react): add request snippets configuration (#7536)
Closes #7523
2021-11-08 12:13:32 +01:00
glebbash
d7ec726886 feat(swagger-ui-react): add showExtensions option (#7563)
Closes #5892
2021-11-08 09:37:28 +01:00
Kyle Hoskins
265bdc07b7 feat: add tryItOutEnabled configuration (#6865)
* feat: add tryItOutEnabled configuration

allow users to set tryItOutEnabled: true to display
the "Try it out" section by default

tryItOutEnabled to take === "true" for the
query string value or === true if someone
implements query string type parsing in the query
2021-01-26 09:00:38 -08:00
Vladimir Gorej
a6673d7c60 feat(swagger-ui-react): add support for layout prop (#6639)
layout prop represents the name of a component available
via the plugin system to use as the top-level
layout for Swagger UI.
2020-11-19 14:12:32 -08:00
Tim Lai
aebfcc091a Tmkasun ft/5367 support passing presets and default models expand depth (#6275)
* feat(swagger-ui-react): support for presets and defaultModelsExpandDepth


Co-authored-by: Kasun Thennakoon <tmkasun@gmail.com>
2020-07-29 16:50:16 -07:00
Tim Lai
b99ebe7dd3 feat(swagger-ui-react): option for showMutatedRequest (#6273)
Co-authored-by: neel <neelima.sri.vathsavai@autodesk.com>
2020-07-29 16:11:20 -07:00
Jordan Garside
bd1b297b56 feat(swagger-ui-react): add displayOperationId config support (#5795) 2020-06-12 14:28:42 -07:00
MoOmEeN
6f1dd08e2a support for supportedSubmitMethods property in react component (#5376)
* support for supportedSubmitMethods property in react component

* update react README

Co-authored-by: Radek <radek.miazio@skysanner.net>
Co-authored-by: kyle shockey <kyle.shockey1@gmail.com>
2020-03-22 20:17:56 -04:00
Peter Mooney
296f73aa00 feat(swagger-ui-react): defaultModelExpandDepth and plugins props (#5594)
* Add plugins as React prop

* Add defaultModelExpandDepth as React prop

* Add documentation re: defaultModelExpandDepth and plugins props

* Fetched latest and rebased on that

* add on-mount-only warning messages to new options

Co-authored-by: Todd Lemoine <43755148+tlemoine-jama@users.noreply.github.com>
Co-authored-by: kyle shockey <kyleshockey@gmail.com>
2020-01-04 20:15:33 -05:00
Laurence Hudson
38def57c2d improvement: expose docExpansion as a prop in swagger-ui-react (via #5242)
* improvement: expose docExpansion setting as a prop in swagger-ui-react

* Update README.md

* Update index.js

* Update README.md

* Update README.md
2019-03-19 19:04:34 -07:00
Glen Schrader
ccf17e90e2 improvement: expose system object in swagger-ui-react's onComplete callback (via #5221)
* expose swagger object so it can be controlled in the onComplete function

* docs: swagger-ui-react onComplete system argument
2019-03-14 19:29:40 -07:00
kyle
7025773fbf feature: swagger-ui-react module (via #5207)
* swagger-ui-react alpha.0

* alpha.1

* alpha.2

* alpha.3

* begin updating README

* alpha.4

* WIP: `displayOperationId` support

* move loading error readouts to BaseLayout

* add `url` prop

* export React component as default

* add interceptor support

* modify docs markup

* add `onComplete` prop

* add `spec` prop

* Update README.md

* alpha.6

* remove independent manifest; build releasable exclusively from template

* ensure dist is present; drop config field in manifest

* drop alpha field

this script is now able to release to npm!

* remove unused selector references

* Update README.md
2019-03-01 20:41:30 -08:00