Commit Graph

1212 Commits

Author SHA1 Message Date
Roman Hotsiy
f9bbbb2d70
chore: speed-up e2e test on apis.guru list 2018-01-21 22:50:43 +02:00
Roman Hotsiy
b9665d5f45
chore: drop bower support 🔥 2018-01-21 22:45:26 +02:00
Roman Hotsiy
e6e1be0dfe
chore: try fix chrome headless on travis 2018-01-21 21:57:48 +02:00
Roman Hotsiy
5925431dbf
chore: ignore ts warning for not-found file from ../compiled 2018-01-21 21:52:26 +02:00
Roman Hotsiy
53003fc076
chore: fix typings 2018-01-21 21:51:38 +02:00
Roman Hotsiy
195786e570
chore: update deps 2018-01-21 21:51:13 +02:00
Roman Hotsiy
c406dc5409
fix: Path parameters are not correctly overriden
fixes #400
2018-01-21 21:45:39 +02:00
Roman Hotsiy
e8adb605c3
fix: Use parentNode instead of parentElement to fix IE11 crash
fixes #406
2018-01-21 21:45:39 +02:00
Julian Kühnel
687b75331a chore: Use safer mark.js version (npm) (#407) 2018-01-21 21:39:51 +02:00
David Cumps
d083c1631d feat: align parameters to match up (#375) 2017-12-25 15:11:24 +02:00
David J. Felix
6b036ac707 chore: Fix demo link (#398) 2017-12-25 15:08:17 +02:00
Brendan Abbott
4ca40a4217 Make a single request for Google Fonts 2017-12-20 09:51:40 +02:00
Mike Ralphson
b586e5b620 Add note that x-logo SHOULD use absolute URLs
Have seen a number of definitions designed for use with ReDoc using a relative logo URL. This 'breaks' when someone else (e.g. APIs.guru hosts the API definition).
2017-11-28 10:31:55 +02:00
Roman Hotsiy
49695c62c9
chore: release v1.19.3 2017-11-16 15:18:55 +02:00
Roman Hotsiy
fef9ec476c
fix: html characters not escaped in code blocks (fixes #378)
if lang is not specified
2017-11-15 09:46:45 +02:00
Roman Hotsiy
a5e4e2aeaa
chore: release v1.16.2 2017-11-10 19:52:57 +02:00
Roman Hotsiy
00aea066f0
fix: response samples doesn't show only text/plain (fixes #371) 2017-11-10 14:07:53 +02:00
Bohdan Khorolets
dd3c98defa Remove target="_blank" from "Download" button 2017-10-22 09:02:16 -04:00
Roman Hotsiy
af81c33c99
v1.19.1 2017-10-02 10:52:19 +03:00
Roman Hotsiy
04e86065e3
fix: snapshot failing on constructor prop 2017-10-02 10:29:24 +03:00
Roman Hotsiy
278e5d7917
v1.19.0 2017-09-21 18:22:24 +03:00
Roman Hotsiy
f2ed92c69e
feat: add native-scrollbars option to workaround scrolling perf issues 2017-09-21 18:04:34 +03:00
Roman Hotsiy
d8b6e022b7
fix: HEAD http verb support
closes #342
2017-09-21 12:39:19 +03:00
Roman Hotsiy
ec64c6c4ad
chore: remove unused .eslintignore 2017-09-21 11:52:37 +03:00
Roman Hotsiy
869daaaca5
chore: use headless 🗡 😑 chrome instead of phantomjs 2017-09-21 11:51:46 +03:00
Roman Hotsiy
d304047139
chore: update deps 2017-09-21 11:48:10 +03:00
Roman Hotsiy
56d62e5ab2
feat: add ignoredHeaderParameters option 2017-09-21 11:36:18 +03:00
Roman Hotsiy
9aac636687
chore: clean non-used entry-point 2017-09-21 01:00:22 +03:00
Roman Hotsiy
d7b2af27a9 chore: downgrade to dropkickjs ~2.1.10
fixes #340
2017-09-19 18:23:13 +03:00
Phil Sturgeon
8d849a63da fix: Clearly label version compatibility
closes #338

Great idea from @ThatBrianDude
2017-09-11 22:10:37 +03:00
Roman Hotsiy
e39bdc244d
v1.18.1 2017-08-28 13:39:55 +03:00
Roman Hotsiy
35176b5f67
fix: crash if contact is not in the spec
closes #332
2017-08-28 13:39:55 +03:00
Roman Hotsiy
dd6dfa1f1a Add links to redoc.ly 🏗
[ci skip]
2017-08-28 12:33:26 +03:00
Roman Hotsiy
111bcdb0b9
v1.18.0 2017-08-28 11:11:40 +03:00
Daniel Chao
b165785064 Add margins around list-items in markdown
They're pretty tightly squeezed in there right now.
2017-08-21 12:16:00 +03:00
Roman Hotsiy
c819bd67ea Add new ReDoc logo to README 🖼, kudos to @cesarlevel 2017-08-17 23:35:34 +03:00
Roman Hotsiy
4516507535 chore: upload logo 2017-08-17 23:32:04 +03:00
Bohdan Khorolets
514fc297c4 fix: Increase padding top for .api-info-wrapper when left sidebar is hiding to avoid header overlaying by top menu. 2017-08-17 23:31:01 +03:00
Bohdan Khorolets
cb3d318e4a Closes #322: Feature request: Clickable logo that points to specific url 2017-08-17 23:31:01 +03:00
Roman Hotsiy
6b61d3aee1
chore: fix .editorconfig 2017-08-17 11:42:58 +03:00
Roman Hotsiy
60e8cb437a
feat: generate download link for specs defined by an object
closes #289
2017-08-17 11:42:12 +03:00
Roman Hotsiy
f792273be8
support x-example for parameters
closes #297
2017-08-17 11:26:02 +03:00
Roman Hotsiy
b84177c157
feat: support text-plain response sample
closes #270
2017-08-17 11:24:06 +03:00
Roman Hotsiy
955ef7101d
chore: remove some dead code 2017-08-17 10:28:22 +03:00
Bohdan Khorolets
86b4db468b Add display: inline-block for .openapi-button (#321) 2017-08-15 10:08:01 +03:00
Roman Hotsiy
d1562d5ff1
v1.17.0 2017-08-02 17:30:48 +03:00
Roman Hotsiy
eb7089b76c
feat: support for xml samples in response when there is no schema in response
closes #307
2017-08-02 17:14:40 +03:00
Roman Hotsiy
2c8953664a
fix: make padding between h2 sections smaller
fixes #291
2017-08-02 17:07:58 +03:00
Roman Hotsiy
be41d6d325
fix: ready-only for nested objects samples
fixes #300
2017-08-02 16:51:36 +03:00
Roman Hotsiy
cd962faba4
fix: copy code-samples included \n\r characters
fixes #296
2017-08-02 15:50:01 +03:00