Commit Graph

370 Commits

Author SHA1 Message Date
Roman Hotsiy
3d52b39274
fix: crash with empty servers with redoc-cli 2019-05-13 15:49:54 +03:00
Roman Hotsiy
4e12b5dbd6
fix: fix broken CLI again 2019-05-13 13:08:26 +03:00
Roman Hotsiy
81896d32b8
fix: fix logo gutter bg 2019-05-13 12:18:15 +03:00
Roman Hotsiy
4c59628e14
fix: fix logo gutter bg 2019-05-13 12:16:54 +03:00
Roman Hotsiy
8df2b97a66
fix: crash in node due to broken URL parsing 2019-05-13 12:07:31 +03:00
Roman Hotsiy
3f6765078e
chore: fix react keys warning 2019-05-13 12:06:26 +03:00
Roman Hotsiy
2491d970de
fix: deep linking sometimes not working when sent over messengers 2019-05-13 09:51:58 +03:00
Roman Hotsiy
3a74b745b1
fix: broken schema talbes with long enums 2019-05-13 09:50:51 +03:00
Roman Hotsiy
a3d7d7a32c
fix: discriminator and oneOf title fix 2019-05-13 00:31:41 +03:00
Roman Hotsiy
d2ce1bd928
fix: IE11 add missing fetch and URL polyfills
fixes #875
2019-05-13 00:07:26 +03:00
Roman Hotsiy
7d7b4e3fb8
fix: incorrect detected schema title for deeply inherited schemas 2019-05-12 23:18:17 +03:00
Roman Hotsiy
b0e660eca0
feat: basic UI labels configuration
This can be used for translations later
2019-05-12 23:18:17 +03:00
Roman Hotsiy
fdcac30829
fix: pluralize arrray of types 2019-05-12 23:17:26 +03:00
Roman Hotsiy
5c187f34c9
fix: remove tabs top margin 2019-05-12 23:17:26 +03:00
Roman Hotsiy
6de3523eb0
chore: fix bundle after oas-kit update 2019-05-12 23:17:26 +03:00
Roman Hotsiy
5297fdf01a
chore: minor refactor of example values 2019-05-12 23:17:26 +03:00
Roman Hotsiy
4550e4d61f
feat: add hideSingleRequestSampleTab option 2019-05-12 23:17:26 +03:00
Roman Hotsiy
de2aed21e7
fix: right panel code samples bg color 2019-05-12 23:17:26 +03:00
Cédric Fabianski
35df477388 fix: update apiKey in to be titleize (#902) 2019-05-12 22:34:10 +03:00
Anto
64453ff6cd fix: remove query string from server URL (#895) 2019-05-12 22:10:49 +03:00
Jon Nicholson
5c915906c8 fix: clean up field values display (#855) 2019-05-12 22:07:50 +03:00
Kris Kalavantavanich
5dd5d6d704 feat: add lineHeight config for headings (#894) 2019-04-19 11:31:50 +03:00
Anya Stasiuk
82c0cb1a3c add logo gutter 2019-04-08 17:42:30 +03:00
Roman Hotsiy
65930ad7ee
fix: encode x-www-form-urlencoded examples correctly
fixes #870
2019-03-28 10:41:20 +02:00
Cédric Bertolini
851b1337cb fix: change fontFamily for EndpointInfo (#866) 2019-03-27 22:16:11 +02:00
Roman Hotsiy
548fae3cbc
fix: remove huge space after Authentication section
fixes #872
2019-03-27 12:35:48 +02:00
Anton Komarev
4366a0d122 fix: ignore empty x-tagGroups array (#869) 2019-03-27 09:19:24 +02:00
Patrick Rodacker
2f65f051e0 chore: fixes typo in error message for detecting a circular dependency in theme.ts (#852) 2019-03-18 09:08:44 +02:00
Roman Hotsiy
dc77d8f25e
chore: minor refactor 2019-03-15 17:20:20 +02:00
Jon Nicholson
b21cd3d366 fix: tidy up non-redoc vendor extension presentation (#847) 2019-03-15 17:15:06 +02:00
tomjankes
56ca3716b3 feat: display requestBody description #833 (#838) 2019-03-15 12:09:07 +02:00
Roman Hotsiy
d81b63147c
fix: add extra deref step for anyOf/oneOf variants
fixes #810
2019-03-15 11:22:39 +02:00
Pete Nykänen
869a91ae4d chore: Remove duplicate re-export from index.ts (#842) 2019-03-15 09:07:39 +02:00
Roman Hotsiy
2cdfcd25cd
feat: support externalValue for examples
implements #551, related to #840
2019-03-11 17:14:14 +02:00
Roman Hotsiy
309901bd31
chore: update deps 2019-03-11 17:14:14 +02:00
unarist
70faca17b6 fix: escape backslashes in string literals (#823)
Follow up for #822 and 04731656 (only escape quotes).
2019-02-26 11:31:42 +02:00
Roman Hotsiy
3ce5bff438
fix: duplicate keys in request samples
fixes #815
2019-02-26 10:41:52 +02:00
Roman Hotsiy
4dd79cd840
fix: set last section min-height
fixes #820
2019-02-26 10:41:52 +02:00
Roman Hotsiy
04731656db
fix: escape quotes in string values
fixes #882
2019-02-26 10:41:52 +02:00
Roman Hotsiy
d197c0feda
fix: make syntax highlighting for md js code blocks same as for payload samples 2019-01-23 20:11:32 +07:00
Roman Hotsiy
007752dfc4
fix: make padding for md code blocks and code samples consistent 2019-01-23 19:55:14 +07:00
Roman Hotsiy
801fea0474
chore: remove info.version validation 2019-01-17 18:43:02 +02:00
Roman Hotsiy
8c9e3bdbe4
chore: fix lint issue 2019-01-17 17:32:47 +02:00
Patrick Niklaus
fb3cb3627b fix: Only display API version if present (#773)
* Only display API version if present
* Warn if `info.version` is omitted, error if `info` is missing.
2019-01-17 17:24:05 +02:00
Roman Hotsiy
fa39ce4eef
fix: make example/defaults badge consistent with code blocks 2019-01-17 13:19:17 +02:00
Roman Hotsiy
c7436f2cee
fix: pattern constrain spacing 2019-01-17 12:54:59 +02:00
Roman Hotsiy
c04f387378
fix: sidebar navigation issues when scrollYOffset is float number
fixes #748
2019-01-17 12:20:22 +02:00
Luigi Pinca
02f6e1820b chore: update marked to version 0.6.0 (#768)
The new release includes https://github.com/markedjs/marked/pull/1383.
2019-01-17 12:06:35 +02:00
Roman Hotsiy
25dc775443
chore: fix ts declarations 2018-11-27 13:32:12 +02:00
Roman Hotsiy
59eaa8d633
fix: false-positive recursive detection with oneOf
fixes #723, fixes #585
2018-11-27 12:54:52 +02:00