Commit Graph

5440 Commits

Author SHA1 Message Date
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
dependabot[bot]
7d4086bddf chore(deps-dev): bump prettier from 2.3.2 to 2.5.1 (#7882) 2022-03-03 11:55:08 +00:00
dependabot[bot]
74c527e9cb chore(deps-dev): bump mini-css-extract-plugin from 2.4.6 to 2.5.3 (#7883) 2022-03-03 11:28:25 +00:00
dependabot[bot]
a1657759e5 chore(deps): bump prop-types from 15.7.2 to 15.8.1 (#7881) 2022-03-03 11:19:14 +00:00
swagger-bot
1dd3ef62ad chore(release): cut the v4.6.1 release 2022-03-02 21:44:06 +00:00
glamic-ep
4109efd734 fix(docker-nginx): Output yml/yaml as text/plain (#7749)
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
2022-03-02 12:06:28 -08:00
Marc Würth
09a403f382 docs: move summary to README (#7816)
* Move documentation summary to docs README

* Delete SUMMARY.md

Co-authored-by: Tim Lai <timothy.lai@gmail.com>
2022-03-02 11:55:02 -08:00
dependabot[bot]
434e9cf251 chore(deps-dev): bump eslint-plugin-jest from 25.2.4 to 26.1.1 (#7870)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.2.4 to 26.1.1.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v25.2.4...v26.1.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  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: Tim Lai <timothy.lai@gmail.com>
2022-03-02 11:45:49 -08:00
Tim Lai
3eb05287ef fix(oauth2): addEventListener only if document state is not 'loading' (#7879) 2022-03-02 11:38:19 -08:00
Bogdan-Hasanov
824917c2aa fix(oauth2): addEventListener only if document state is not 'loading' (#7828)
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
2022-03-02 11:27:53 -08:00
Airam
544d16da35 fix(swagger-ui-react): fix prop type for plugins (#7877)
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
2022-03-02 11:15:44 -08:00
Benjamin Nolan
eece9f5d9b fix(build): correct export of ./dist/swagger-ui.css (#7878) 2022-03-02 11:09:02 -08:00
dependabot[bot]
b136892dd1 chore(deps-dev): bump terser-webpack-plugin from 5.3.0 to 5.3.1 (#7876) 2022-03-02 11:42:23 +00:00
dependabot[bot]
ed0ea86771 chore(deps-dev): bump cssnano from 5.0.11 to 5.1.0 (#7874) 2022-03-02 11:35:12 +00:00
dependabot[bot]
ad1b6ba7ef chore(deps-dev): bump @babel/plugin-proposal-class-properties (#7875) 2022-03-02 11:27:11 +00:00
swagger-bot
2693f7b7b3 chore(release): cut the v4.6.0 release 2022-03-01 21:43:14 +00:00
Tim Lai
b769edfa72 chore(deps): fix security vulnerabilities (#7873)
* chore(deps): bump vm2 from 3.9.5 to 3.9.9

* chore(deps): bump refractor from 3.5.0 to 3.6.0

* chore(deps-dev): bump follow-redirects from 1.14.7 to 1.14.9
2022-03-01 13:01:38 -08:00