Commit Graph

81 Commits

Author SHA1 Message Date
Roman Hotsiy
e0223494c2
feat: use new Context API for options 2018-03-17 22:04:37 +02:00
Roman Hotsiy
2c320d229b
chore: setup coverage + coveralls 2018-03-17 20:57:45 +02:00
Roman Hotsiy
b0dd7d5cb1
chore: add bundlesize test + update readme 2018-03-17 19:56:08 +02:00
Roman Hotsiy
e002f2a2a4
chore: update all deps to latest 2018-03-17 18:50:55 +02:00
Roman Hotsiy
6c70d1a345
chore: migrate to webpack 4 2018-03-17 17:58:28 +02:00
Roman Hotsiy
e27d421f8a
chore: migrate to ts-loader 2018-03-17 15:16:56 +02:00
Roman Hotsiy
598b3396ee
chore: do not apply hot-reloading plugin in prod mode 2018-03-17 14:56:45 +02:00
Roman Hotsiy
053248e8ab
chore: update to the latest react-hot-loader@4 2018-03-17 14:17:09 +02:00
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
e5458c0564
chore: various CLI fixes 2018-03-14 08:24:52 +02:00
Roman Hotsiy
1428fb52e0
fix: fix search-indexing for SSR 2018-03-06 13:12:14 +02:00
Roman Hotsiy
8e4184b407
chore: update types for mark.js 2018-03-06 11:03:17 +02:00
Roman Hotsiy
1ff2bd84cc
feat: add marker 2018-03-05 16:21:16 +02:00
Roman Hotsiy
8bd71deebe
chore: update deps 2018-03-05 14:37:42 +02:00
Roman Hotsiy
b33b9543fa
chore: add a few more integration tests 2018-02-17 21:27:15 +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
7ed5bc1573
chore: update deps 2018-02-07 23:13:54 +02:00
Roman Hotsiy
29207cf0d2
fix: improve copy tooltip perf 2018-02-07 22:52:13 +02:00
Roman Hotsiy
a6ae43a136
tests: filter out options object from snapshorts 2018-01-30 16:47:02 +02:00
Roman Hotsiy
d8d1cc174d
chore: update deps 2018-01-29 14:32:57 +02:00
Roman Hotsiy
a35541ff19
chore: improve basic benchmark 2018-01-29 13:09:38 +02:00
Roman Hotsiy
ef4e6d8ae2
tests: add SSR test 2018-01-24 11:52:05 +02:00
Roman Hotsiy
5bb0bdfd29
feat: port "copy to clipboard" / "expand/collapse all" functionality
closes #410
2018-01-23 18:49:45 +02:00
Roman Hotsiy
199f240e7c
fix: perfect scroll not working 2018-01-23 15:31:21 +02:00
Roman Hotsiy
f6a36d8df0
chore: update deps 2018-01-23 15:06:27 +02:00
Roman Hotsiy
dc18743df4
chore: add tslint + fix lint issues 2018-01-23 15:04:50 +02:00
Roman Hotsiy
d67852f9c4
do not crashe when used in node (isomorphic) 2018-01-09 19:00:17 +02:00
Roman Hotsiy
9be40718f4
chore: update deps 2017-12-15 12:15:30 +02:00
Roman Hotsiy
ff20838e5a
chore: update deps 2017-12-07 13:52:06 +02:00
Roman Hotsiy
3d4ccaaf67
chore: setup auto changelog generation 2017-11-23 16:22:38 +02:00
Roman Hotsiy
bdf60794f3
fix: crash when $ref is url encoded
reported by @mikunn
2017-11-23 16:08:39 +02:00
Roman Hotsiy
c1fe2e6899
downgrade cypress 2017-11-23 14:50:45 +02:00
Roman Hotsiy
b037318c73
Update dependencies 2017-11-23 14:36:52 +02:00
Roman Hotsiy
07eef93820
Implement sanitization (aka untrustedSpec option) 2017-11-22 13:26:28 +02:00
Roman Hotsiy
c2f82cdc8b
Implement options and scrollYOffset option 2017-11-20 18:02:49 +02:00
Roman Hotsiy
3e3a57402f
sticky sidebar 2017-11-20 02:18:43 +02:00
Roman Hotsiy
adfc5e58c5
update deps 2017-11-20 00:10:55 +02:00
Roman Hotsiy
08034dc05f
webpack config in typescript 2017-11-19 22:40:59 +02:00
Roman Hotsiy
7c7294913d
Move playground + fix perf benchmark 2017-11-19 22:11:40 +02:00
Roman Hotsiy
ec45c8582a
umd bundle 2017-11-19 21:37:47 +02:00
Roman Hotsiy
6dae49ac5f
Standalone ReDoc bundle + v1.x basic compatibility 2017-11-19 12:51:59 +02:00
Roman Hotsiy
d896ebca4d
Clean up 2017-11-15 16:33:02 +02:00
Roman Hotsiy
1c5730ca27
Update deps 2017-11-15 16:15:05 +02:00
Roman Hotsiy
8e6b9e8380
Add OpenAPI 2.0 compatibility mode 2017-11-14 23:40:38 +02:00
Roman Hotsiy
109d135959
Make ReDoc render sync + separate standalone componenet
- refactored usage of store so now <Redoc> is sync
- other minor refactors
2017-11-14 17:49:56 +02:00
Roman Hotsiy
0061a87496
Fix some tests 2017-11-14 12:54:08 +02:00
Roman Hotsiy
595d5e02a9
chore: update deps 2017-11-08 14:11:28 +02:00