Commit Graph

2211 Commits

Author SHA1 Message Date
romanhotsiy
d09e744d15
fix: limit autogen json samples depth to 10 2020-11-17 11:26:04 +02:00
romanhotsiy
b6d6f864a0
chore: upgrade some deps 2020-11-17 11:22:34 +02:00
Karl Scheirer
64b01162dc
docs: add 3 vendor extensions to list (#1457) 2020-11-10 10:21:02 +02:00
romanhotsiy
faf6fd00c1
chore: Release 2.0.0-rc.46 🔖 2020-11-05 15:36:15 +02:00
Anna Stasiuk
702fea0f41
feat: add tabTextColor option for responses (#1451) 2020-11-05 15:23:05 +02:00
Anna Stasiuk
6bedcf94b2
fix: fix arrow color in responses (#1452) 2020-11-05 15:22:42 +02:00
Anna Stasiuk
4729fc3d8f
fix: remove duplicated slash if hideHostname option enabled (#1448) 2020-11-03 14:47:23 +02:00
Caleb Boyd
4567534cbb
fix: use shrinkwrap for cli package (#1446) 2020-10-31 08:35:46 +02:00
romanhotsiy
6a97239f50
chore(cli): v0.10.0 2020-10-27 22:30:46 +02:00
romanhotsiy
0ec03a34df
chore: upgrade cli to rc.45 2020-10-27 22:30:03 +02:00
romanhotsiy
aa53416d14
chore: Release 2.0.0-rc.45 🔖 2020-10-27 17:52:34 +02:00
Hleb Albau
7ffaf9ff72
docs: add 'maxDisplayedEnumValues' option to docs (#1421) 2020-10-27 10:54:08 +02:00
Michael Huynh
c0ae9de607
feat: add field constraint indicator for uniqueItems (#1423)
* Add field constraint indicator for uniqueItems

Resolves #1353

* Update src/components/Fields/FieldContstraints.tsx

Co-authored-by: Roman Hotsiy <gotsijroman@gmail.com>
2020-10-27 10:51:44 +02:00
Anna Stasiuk
e2de5b065e
fix: increase colors contrast to make them more accessible (#1433) 2020-10-27 10:44:06 +02:00
Dávid Kaya
c11f679f82
fix: fix the name of OpenID Connect security scheme (#1425)
The official name of the OpenID Connect security scheme does not contain a space between 'Open' and 'ID', see https://openid.net/connect/.
2020-10-27 10:42:26 +02:00
Shelby Sanders
08562e7756 Add expandSchemas to expand all properties for all Schemas 2020-10-26 19:27:57 -07:00
Shelby Sanders
b4f3f02f8d Merge remote-tracking branch 'upstream/master' into master
* upstream/master:
  chore: Release 2.0.0-rc.44 🔖
  feat: new extensions hook PropertyDetailsCell + wrap property name into span
  chore: add .vscode to .gitignore (#1416)
  chore: fix tests
  chore: Release 2.0.0-rc.43 🔖
  fix: fix broken observable after mobx upgrade (#1415)
  chore: Release 2.0.0-rc.42 🔖
  chore: update test snapshot (#1414)
  chore: upgrade to mobx@6 (#1412)
  fix: make schema layout more responsive on small screen (#1411)
  docs: unqualify mobx version for react usage (#1380)
  fix: make samples accessible by keyboard (#1401)
  docs: improvements to vendor extensions topic (#1386)
  fix: hide dropdown input on IE 11 (#1403)
  feat: Dockerfile compatible with OpenShift (#1407) (#1408)
2020-10-19 18:43:58 -07:00
romanhotsiy
1fdfd1353d
chore: Release 2.0.0-rc.44 🔖 2020-10-16 18:24:37 +03:00
romanhotsiy
0703f73f79
feat: new extensions hook PropertyDetailsCell + wrap property name into span 2020-10-16 18:24:26 +03:00
Roman Hotsiy
f5eeacfd05
chore: add .vscode to .gitignore (#1416) 2020-10-14 11:49:54 +03:00
romanhotsiy
d4016b8142
chore: fix tests 2020-10-13 19:10:04 +03:00
romanhotsiy
129e18b939
chore: Release 2.0.0-rc.43 🔖 2020-10-13 19:00:53 +03:00
Roman Hotsiy
26c407bd0f
fix: fix broken observable after mobx upgrade (#1415) 2020-10-13 18:59:58 +03:00
romanhotsiy
b848988c34
chore: Release 2.0.0-rc.42 🔖 2020-10-13 17:19:10 +03:00
Roman Hotsiy
c90245598e
chore: update test snapshot (#1414) 2020-10-13 17:13:35 +03:00
Roman Hotsiy
4716620ab4
Update src/services/__tests__/models/Response.test.ts
Co-authored-by: Giles Wells <giles@mediagearhead.com>
2020-10-13 17:10:21 +03:00
Roman Hotsiy
a0f15d99f0
chore: upgrade to mobx@6 (#1412) 2020-10-13 16:58:27 +03:00
Roman Hotsiy
84ab95ddc7
fix: make schema layout more responsive on small screen (#1411) 2020-10-13 16:21:36 +03:00
David Goss
086302bb23
docs: unqualify mobx version for react usage (#1380)
Per https://github.com/Redocly/redoc/issues/1189#issuecomment-606857342 the latest version works now, and the currently-specified version doesn't.
2020-10-13 14:56:53 +03:00
Anna Stasiuk
146b38c9d0
fix: make samples accessible by keyboard (#1401)
* fix: make samples accessible by keyboard

* chore: set outline-width and padding to collapser
2020-10-13 14:56:03 +03:00
Swapnil Ogale
0c782ec51f
docs: improvements to vendor extensions topic (#1386) 2020-10-13 14:55:45 +03:00
Anna Stasiuk
6632d84453
fix: hide dropdown input on IE 11 (#1403) 2020-10-13 14:50:00 +03:00
Vincent Leon
8f99cd0882
feat: Dockerfile compatible with OpenShift (#1407) (#1408)
Co-authored-by: Vincent LEON <vincent.leon@amadeus.com>
2020-10-13 14:47:58 +03:00
Shelby Sanders
45f779a2fd Merge branch 'master' of github.com:shelbys/redoc into master
* 'master' of github.com:shelbys/redoc:
  Add showExtentions for Responses
2020-10-08 18:40:57 -07:00
Shelby Sanders
69f1974a6c Add showExtentions support for Responses 2020-10-08 18:39:29 -07:00
Shelby Sanders
dbaab9e306 Add showExtentions for Responses 2020-10-08 13:44:56 -07:00
Shelby Sanders
918e2414f6 Corrected responses to support $ref 2020-10-08 13:44:00 -07:00
Kostyantyn Pshenychnyy
f805271d90
chore: fix demo examples urls (#1400) 2020-10-02 11:46:27 +03:00
Tom Green
8d4fbd419c
Fix #1387: Update the styled-components peerDependency (#1396)
* Update the styled-components peerDependency in package.json to 5.1.1 to match the devDependency

* Update package.json

Co-authored-by: Roman Hotsiy <gotsijroman@gmail.com>
2020-09-29 00:29:24 +03:00
Roman Hotsiy
9aa742025e
chore: Release 2.0.0-rc.41 🔖 2020-09-24 17:55:19 +03:00
Roman Hotsiy
38ac792b85
chore: do not use single-letter tokens in search 2020-09-24 14:04:58 +03:00
Roman Hotsiy
346b10f173
feat: load external search index 2020-09-24 14:04:58 +03:00
Roman Hotsiy
9730c4ee1c
feat: support for ignoring specified named schemas 2020-09-24 14:04:57 +03:00
Roman Hotsiy
a5468fb7bb
fix: fix displaying top-level object without any properties 2020-09-24 14:04:57 +03:00
Anna Stasiuk
f3e8ab4f8e
fix: fix displaying response title (#1376) 2020-09-08 16:14:39 +03:00
Andriy Leliv
d32b3c8422
chore: demo deployment to s3 (#1373) 2020-09-07 12:54:36 +03:00
Anna Stasiuk
a6b41aa00b
fix: show long pattern and add toggle button (#1375) 2020-09-07 12:53:30 +03:00
Anna Stasiuk
c801b87d2a
fix: display response code at the top after adding a line break (#1374)
* fix: display response code at the top after adding a line break

* chore: rename component from Strong to Code
2020-09-03 14:18:42 +03:00
Roman Hotsiy
4e7c7228aa
chore(cli): redoc-cli@0.9.12 2020-08-24 12:34:36 +03:00
Roman Hotsiy
17b98731a0
chore: Release 2.0.0-rc.40 🔖 2020-08-24 12:04:18 +03:00