ericlingit
db2e854ab1
docs: update standalone installation instruction ( #7991 )
...
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2022-05-02 14:36:20 -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
dependabot[bot]
630178f6a1
chore(deps): bump async from 2.6.3 to 2.6.4 ( #8005 )
2022-04-29 17:17:12 +00:00
swagger-bot
7260f967ec
chore(release): cut the v4.10.3 release
2022-04-01 22:06:17 +00:00
swagger-bot
75f690adff
chore(release): cut the v4.10.2 release
2022-04-01 21:31:58 +00:00
dependabot[bot]
97d048d70c
chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 ( #7968 )
2022-04-01 18:03:34 +00:00
swagger-bot
ee1b265ba5
chore(release): cut the v4.10.1 release
2022-04-01 17:56:49 +00:00
Tim Lai
ffeb678f86
Revert "fix(oas3): set markdown line breaks to true ( #7942 )" ( #7967 )
...
This reverts commit b1128d7649 .
2022-04-01 10:26:53 -07:00
Damien Léger
fb63df35b5
improvement(docker): smaller image ( #7470 )
2022-04-01 10:13:28 -07:00
Tim Lai
496d53e782
fix(dev-helpers): restore default url setting ( #7965 )
2022-03-31 11:46:19 -07:00
Adam Snyder
46c87bcbc1
fix(docker): Instruct browser not to cache swagger-initializer.js ( #7960 )
2022-03-31 11:41:45 -07:00
eaccmk
d9832f1b9a
docs(README): add LICENSE section ( #7327 )
2022-03-29 11:33:01 +02:00
Steven James
b825e44077
fix(fn): RandExp error should not cause UI to completely fail ( #7940 )
...
* regexp syntax varies across languages
2022-03-28 16:29:01 -07:00
Tim Lai
ed344ff836
fix(css): alignment of authorization btn ( #7955 )
2022-03-28 11:26:43 -07:00
Tim Lai
10db26d4e8
refactor(live-response): move h4 to inside div class request-url ( #7954 )
2022-03-28 11:11:23 -07:00
swagger-bot
6686f34a86
chore(release): cut the v4.10.0 release
2022-03-28 09:08:33 +00:00
Vladimir Gorej
81ef19ca17
feat(build): add support for Create React App without eject ( #7946 )
...
Refs #7898
Refs #7944
Refs #7935
Refs #7910
Refs #7908
Refs #7902
2022-03-28 10:47:08 +02:00
Tim Lai
177240c26e
docs(dev): update dev-helpers installation ( #7948 )
2022-03-25 12:09:04 -07:00
swagger-bot
56fe8a1c27
chore(release): cut the v4.9.1 release
2022-03-25 18:33:52 +00:00
Tim Lai
51bd1c290d
fix(lint): additional directories to lint with fixes ( #7947 )
2022-03-25 11:07:51 -07:00
Tim Lai
b1128d7649
fix(oas3): set markdown line breaks to true ( #7942 )
2022-03-24 15:47:11 -07:00
Tim Lai
9250e209d4
fix(request-snippets): prevent scrolling errors from missing function ( #7941 )
...
* fix(request-snippets): prevent scrolling errors from missing function
* refactor(request-snippets): migrate to functional component
* fix(curl): remove undefined prop and function
* test(live-response): fix import of RequestSnippets
2022-03-24 11:23:42 -07:00
swagger-bot
cd2f434438
chore(release): cut the v4.9.0 release
2022-03-24 11:49:00 +00:00
Vladimir Gorej
7409f41b97
feat(build): expose true ESM bundle as primary artifact ( #7937 )
...
Refs #7907
Refs #7831
2022-03-24 12:24:01 +01:00
Daniil Leontiev
ec51dc38e9
refactor(dist): remove inline-code ( #7905 )
...
* apply /dist changes to /dev-helpers
* add missing "useBasicAuthenticationWithAccessCodeGrant: false" after merge conflict
Co-authored-by: akop <akop@ppi.de >
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2022-03-23 16:11:50 -07:00
Tim Lai
7b06ac1b7c
test(oath): for authorization bearer ( #7936 )
2022-03-23 14:29:02 -07:00
swagger-bot
7d254d0a2e
chore(release): cut the v4.8.1 release
2022-03-23 03:25:57 +00:00
Tim Lai
859b2e149a
fix(auth): use aria-label instead of name field ( #7930 )
2022-03-22 17:17:03 -07:00
dependabot[bot]
6ee54fb317
chore(deps-dev): bump postcss-preset-env from 7.2.3 to 7.4.3 ( #7924 )
2022-03-22 12:58:34 +00:00
dependabot[bot]
302e0b7992
chore(deps): bump node-forge from 1.2.1 to 1.3.0 ( #7928 )
...
Bumps [node-forge](https://github.com/digitalbazaar/forge ) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases )
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0 )
---
updated-dependencies:
- dependency-name: node-forge
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-22 13:52:05 +01:00
swagger-bot
34b46cf559
chore(release): cut the v4.8.0 release
2022-03-22 12:45:35 +00:00
Vladimir Gorej
3296e2e429
feat(swagger-ui-react): export presets and plugins as static props ( #7927 )
...
Closes #7923
2022-03-22 13:20:51 +01:00
dependabot[bot]
22eef0ae25
chore(deps-dev): bump @wojtekmaj/enzyme-adapter-react-17 ( #7921 )
2022-03-22 10:23:48 +00:00
Vladimir Gorej
aa704b09be
chore(deps-dev): fix security vulnerabilities ( #7922 )
2022-03-22 11:16:36 +01:00
swagger-bot
0a5dd8e36f
chore(release): cut the v4.7.0 release
2022-03-22 09:41:31 +00:00
Matthias Blümel
2879773f3f
improvement(docker): migrate run.sh to docker-entrypoint.d-script ( #7915 ) ( #7916 )
...
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2022-03-21 15:25:56 -07:00
twjasa
77d0bb960b
feat: add modelcollapse to primitive models ( #7557 )
...
* update: primitive-model test with modelcollapse
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2022-03-21 14:50:14 -07:00
Christopher Giroir
c81d7f0f30
feat(docker): add OAUTH_USE_BASIC_AUTH env ( #7474 )
...
Makes the last `initOAuth` variable configurable via environment
variables in the swagger-ui docker image.
Co-authored-by: Christopher Giroir <chrisgiroir@improbable.io >
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2022-03-21 13:53:07 -07:00
Tim Lai
bd19c9c60c
chore(deps): bump @braintree/sanitize-url from 5.0.2 to 6.0.0 ( #7914 )
2022-03-16 14:18:10 -07:00
Raymond Berger
d064198c37
fix(auth): add name tag to bearer input field ( #7743 )
...
Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com >
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2022-03-15 11:42:18 -07:00
dependabot[bot]
076b46cc47
chore(deps-dev): bump @commitlint/cli from 15.0.0 to 16.2.1 ( #7901 )
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 15.0.0 to 16.2.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.2.1/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com >
2022-03-14 14:30:44 +01:00
Maciej Kowalski
8f63462f9e
feat(oauth2): authActions.authPopup plugin accessible wrapper ( #7699 )
...
* enables win.open to be extensible by plugins
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2022-03-10 14:44:46 -08:00
GhBogdan97
a5aca55f58
fix(css): update flex and overflow properties on tags ( #7566 )
...
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2022-03-10 12:40:26 -08:00
dependabot[bot]
c60a32aa67
chore(deps-dev): bump cypress from 9.0.0 to 9.5.1 ( #7889 )
2022-03-10 11:43:40 +00:00
swagger-bot
d191c1ca18
chore(release): cut the v4.6.2 release
2022-03-10 11:36:38 +00:00
Vladimir Gorej
5874d2be4f
fix(swagger-ui-react): amend prop validation for plugins ( #7900 )
...
plugins prop can be defined as list of function as well.
2022-03-10 12:15:21 +01:00
dependabot[bot]
08829b1d06
chore(deps-dev): bump @babel/register from 7.16.0 to 7.17.0 ( #7887 )
2022-03-04 11:46:57 +00:00
dependabot[bot]
59acd1bff4
chore(deps-dev): bump jest from 27.4.7 to 27.5.1 ( #7886 )
2022-03-04 11:32:34 +00:00
dependabot[bot]
a746013aca
chore(deps-dev): bump @babel/eslint-parser from 7.16.3 to 7.17.0 ( #7884 )
2022-03-04 11:22:31 +00:00
dewijones92
3d79c24949
fix(examples): allow string created by regex pattern ( #7829 )
...
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2022-03-03 16:31:00 -08:00