Commit Graph

1435 Commits

Author SHA1 Message Date
Roman Hotsiy
1df690a964
feat: more advanced theme engine 2018-03-16 17:07:49 +02:00
Roman Hotsiy
ea3c731464
chore: use latest RC of typescript 2018-03-16 17:02:12 +02:00
Roman Hotsiy
bb67c6ceef
chore: Release 2.0.0-alpha.14 🔖 2018-03-15 22:26:48 +02:00
Roman Hotsiy
7769ba84fd
fix: fix CLI crash + build it on travis 2018-03-15 22:26:07 +02:00
Roman Hotsiy
e8609d228a
tests: temporary disable test failing only in Cypress headless 2018-03-15 22:11:20 +02:00
Roman Hotsiy
703664ed0b
chore: Release 2.0.0-alpha.13 🔖 2018-03-15 20:59:59 +02:00
Roman Hotsiy
3bbd358b24
docs: CLI basic docs 2018-03-15 20:56:11 +02:00
Roman Hotsiy
fe3245a7a6
feat: arrow navigation in search results 2018-03-15 20:50:26 +02:00
Roman Hotsiy
e5458c0564
chore: various CLI fixes 2018-03-14 08:24:52 +02:00
David Revay
5dc21af281 fix: A couple minor bug fixes (#436)
* Fix so deref always returns an object.
* Fix SelectOnClick so it does not crash
* chore: fix demo's webpack.config.ts
* Fix space
2018-03-14 08:05:57 +02:00
Roman Hotsiy
390f6c1324
feat: ReDoc CLI 2018-03-13 16:56:38 +02:00
Roman Hotsiy
21447d22a1
chore: fix lint issues 2018-03-13 13:04:55 +02:00
Roman Hotsiy
83eaa5f838
chore: create demo page 2018-03-13 12:58:22 +02:00
Roman Hotsiy
28f239114b
fix: add logo width to the theme 2018-03-13 12:57:38 +02:00
Roman Hotsiy
0cb0af2cae
fix: make ReactStandalone react on props changes 2018-03-09 21:11:28 +02:00
Roman Hotsiy
18ec3ac17b
fix: align logo by center 2018-03-09 21:10:28 +02:00
Roman Hotsiy
49c23c9345
chore: ts-ignore import issue + fix lint errors 2018-03-09 12:10:08 +02:00
Roman Hotsiy
8dbe938195
feat: add hideDownloadButton option 2018-03-07 17:21:17 +02:00
Roman Hotsiy
0658b8ea67
chore: export hydrate from standalone build 2018-03-07 17:14:23 +02:00
Roman Hotsiy
8757fa510a
fix: add extra null-check + warning 2018-03-07 16:43:56 +02:00
Roman Hotsiy
a78f9ab688
fix: fix right-panel blinking when scrolling + css improvements 2018-03-07 13:00:03 +02:00
Roman Hotsiy
4896346998
fix: fix worker import 2018-03-06 14:20:44 +02:00
Roman Hotsiy
29b0846e57
chore: add dead-simple example of SSR 2018-03-06 13:16:03 +02:00
Roman Hotsiy
1428fb52e0
fix: fix search-indexing for SSR 2018-03-06 13:12:14 +02:00
Roman Hotsiy
e94f84283d
feat: serialize search-index 2018-03-06 13:10:08 +02:00
Roman Hotsiy
8e4184b407
chore: update types for mark.js 2018-03-06 11:03:17 +02:00
Roman Hotsiy
61bb79e8b0
chore: fix lint issues 2018-03-05 17:58:19 +02:00
Roman Hotsiy
67e459f0c7
chore: do not prioritize tag elements over operations 2018-03-05 17:55:12 +02:00
Roman Hotsiy
825162e5d7
feat: add clear icon to searchbox 2018-03-05 17:52:50 +02:00
Roman Hotsiy
b797c965b2
fix: various search fixes 2018-03-05 17:48:34 +02:00
Roman Hotsiy
1ff2bd84cc
feat: add marker 2018-03-05 16:21:16 +02:00
Roman Hotsiy
ecf33d2dca
feat: reqired-first sort order for params 2018-03-05 16:18:39 +02:00
Roman Hotsiy
8bd71deebe
chore: update deps 2018-03-05 14:37:42 +02:00
Roman Hotsiy
6df8127e77
fix: skipReadOnly/skipWritOnly not passing down to nested array 2018-03-05 14:37:02 +02:00
Roman Hotsiy
8926dd457c
fix: merge inner properties of allOf 2018-03-05 14:08:27 +02:00
Roman Hotsiy
2462639f76
fix: skipReadOnly/skipWritOnly not passing down to nested OneOf 2018-03-05 13:31:27 +02:00
Roman Hotsiy
02c2413da8
fix: fix overflowing content in JSON samples 2018-03-05 13:14:26 +02:00
Roman Hotsiy
87abdf79d8
fix: writeOnly not respected in response samples 2018-03-05 13:04:49 +02:00
Roman Hotsiy
0f1b6a622e
fix: one-of dropdown not switching 2018-03-05 12:52:47 +02:00
Roman Hotsiy
bcf39dc2cf
fix: discriminator dropdown showing incorrect field if sorted 2018-03-05 12:50:25 +02:00
Cesar Landeros Delgado
3924d3c1be fix: fix the media queries utils so it gets the values from the current theme (#420) 2018-02-25 12:13:42 +02:00
Roman Hotsiy
f30a92be82
chore: fix lint issue 2018-02-18 12:32:02 +02:00
Roman Hotsiy
fe989e2fe9
chore: use node@8 on travis 2018-02-18 11:23:03 +02:00
Roman Hotsiy
b33b9543fa
chore: add a few more integration tests 2018-02-17 21:27:15 +02:00
Roman Hotsiy
13165fb8fc
fix: referenced header name is empty 2018-02-12 10:20:24 +02:00
Roman Hotsiy
e1b2065b2e
refactor: switch to simple Tooltip (🗜 yet another 83kB to bundle size) 2018-02-09 13:41:26 +02:00
Roman Hotsiy
213f85b719
refactor: switch to marked (🗜 -81kB to minified bundle size) 2018-02-09 13:30:33 +02:00
Roman Hotsiy
6990cd2f24
feat: basis search 2018-02-08 18:46:32 +02:00
Roman Hotsiy
71e189ffc5
chore: refactor ObjectSchema and Field, less rerenders on expand 2018-02-08 11:40:43 +02:00
Roman Hotsiy
1f7fc44292
fix: fix crash when referencing non-existing security scheme 2018-02-08 10:34:49 +02:00