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
59eaa8d633
fix: false-positive recursive detection with oneOf
...
fixes #723 , fixes #585
2018-11-27 12:54:52 +02:00
Roman Hotsiy
9a238e75eb
chore: fix lint issue
2018-10-18 14:19:30 +03:00
William Boman
6b7c5b7df3
fix: add null check in dispose method ( #675 )
2018-10-18 14:12:14 +03:00
Roman Hotsiy
00846e1f55
chore: update dev deps
2018-10-18 11:27:28 +03:00
Roman Hotsiy
a4a40135ec
fix: extensionHook not being used
...
fixes #665
2018-10-08 11:54:09 +03:00
Roman Hotsiy
14acab32b2
chore: minor refactor
2018-10-05 16:48:08 +03:00
TATSUNO Yasuhiro
10bca66dce
feat: New option onlyRequiredInSamples ( #646 )
...
* Add onlyRequiredInSamples option that let user to show only required fields in Request samples.
2018-10-05 16:14:40 +03:00
Roman Hotsiy
b87cf0d8d5
feat: new option sortPropsAlphabetically
2018-10-04 11:10:37 +03:00
Roman Hotsiy
5924cd7ea2
chore: refactor components parsing in markdown
2018-10-04 10:49:43 +03:00
Roman Hotsiy
3c8d6b623c
chore: fix lint issue + update readme
2018-10-03 11:02:13 +03:00
Ingo Claro
e9610e92d4
feet: add the option to render vendor extensions ( #552 )
...
* add the option to render vendor extensions
* refactor Extensions, move Redoc extension list to utils file
* feat: new option showExtensions (support list of extensions)
2018-10-03 10:02:30 +03:00
Roman Hotsiy
fe3383d1a3
fix: allOf inside oneOf overwritten and not rendered
...
fixes #660
2018-10-01 10:19:26 +03:00
Roman Hotsiy
355764dcd4
fix: server overriding didn't work on Path Item object
...
fixes #656
2018-09-27 18:21:24 +03:00
Matthias Mohr
893c83ed07
feat: externalDocumentation rendered for tags, operations and schema fields ( #595 )
...
The externalDocs were missing for tags, schemata and operations. Added them with this pull requests. Solves #550 .
Additionally, fixes that the URL in External Documentation Object was specified to be optional, which is not correct according to OpenAPI spec.
2018-09-10 18:23:17 +03:00
Roman Hotsiy
81c0df092a
chore: add tests for one of titles
2018-08-24 12:27:53 +03:00
Roman Hotsiy
39b930d0ee
fix: fix oneOf/anyOf titles
...
fixes #618 , #621
2018-08-24 12:27:53 +03:00
Roman Hotsiy
720e28284c
fix: do not inherit title in allOf
...
fixes #601
2018-08-22 12:27:13 +03:00
Roman Hotsiy
fb212128f9
fix: fix crash on empty media object
...
fixes #608
2018-08-22 12:25:02 +03:00
Roman Hotsiy
528b8fbebc
chore: prettier all
2018-08-18 16:23:33 +03:00
Roman Hotsiy
b9c1b49810
chore: minor fixes after refactor
2018-08-17 15:01:18 +03:00
Roman Hotsiy
cfddb3afe1
chore: refactor HistoryService
2018-08-17 14:50:58 +03:00
Roman Hotsiy
d3d35189f5
chore: refactor, move allowedMdComponents to options
2018-08-17 14:41:22 +03:00
Roman Hotsiy
f903406c14
fix: use correct parent section for security definition
2018-08-17 14:20:02 +03:00
Roman Hotsiy
4ef4a971ce
chore: unify parsing components in md
2018-08-16 12:37:39 +03:00
Roman Hotsiy
0cf7191144
chore: various small refactorings
2018-08-16 12:36:51 +03:00
Roman Hotsiy
e660517a2a
fix: broken rendering of headings with regexp characters
2018-08-11 23:14:09 +03:00
Roman Hotsiy
58ae668f64
fix: crash on any backticks code block without lang specified
2018-08-09 08:44:01 +03:00
Roman Hotsiy
23559fbece
fix: preserve md heading level in description
2018-08-08 11:42:07 +03:00
Roman Hotsiy
97e16208d5
fix: schemes without type: object are not expandable
...
fixes #599
2018-08-08 11:41:53 +03:00
Roman Hotsiy
9e69eedea0
chore: fix lint issues in tests
2018-08-07 18:08:43 +03:00
Roman Hotsiy
90ed717bb5
fix: description is not rendered if doesn't containt markdown headings
...
fixes #591
2018-08-07 18:08:43 +03:00
Roman Hotsiy
2ecc8bc58e
fix: fix Authentication section is not rendered
...
fixes #590
2018-08-07 18:08:43 +03:00
Matthias Mohr
f70ac081fe
fix: render additionalProperties set to true ( #597 )
...
fixes #596
2018-08-07 13:02:39 +03:00
Roman Hotsiy
00bd966797
feat: support label for x-code-samples
...
fixes #586
2018-08-01 10:20:16 +03:00
Roman Hotsiy
a4f79bf8c2
chore: refactor, separate active and expanded state for menu items
2018-07-31 15:55:35 +03:00
Roman Hotsiy
35ba10f759
chore: refactor, unify markdown headings
2018-07-31 15:35:35 +03:00
Roman Hotsiy
9361ead8c4
chore: refactor, simplify AppStore
2018-07-26 17:51:10 +03:00
Roman Hotsiy
b41b181dd0
fix: server url contains spec name if not specified in the spec
2018-07-23 11:16:54 +03:00
Roman Hotsiy
7e5b6d9029
fix: properly host oneOf inside allOf
...
fixes #507
fixes #528
2018-07-18 13:03:42 +03:00
Roman Hotsiy
89aa754063
fix: different output of cli bundle and redoc
...
fixes #547
2018-07-18 11:51:34 +03:00
SeungWoon Maz Lee
8817d9c9db
fix: use original tag name when slugified one is not valid ( #553 )
...
* use original tag name when slugified one is not valid
* use wrapper function when using slugify
2018-07-17 15:21:03 +03:00
Roman Hotsiy
c35925a332
fix: fix Download button url when spec as object was provided
...
+ do not output huge base64 encoded link when SSR, instead use button handler
fixes #462
related #540
2018-07-17 12:22:27 +03:00
Roman Hotsiy
edc77a2017
chore: update ts and enable noUnusedLocals
2018-07-17 12:15:22 +03:00
Roman Hotsiy
d4ab5adc17
feat: new option disableSearch
2018-07-17 11:07:49 +03:00
Roman Hotsiy
c7b3e47366
chore: remove unused imports after fix in TS@2.9.1
2018-07-16 18:28:36 +03:00
Roman Hotsiy
c0c44bc4fe
fix: regression - broken urls for operations without operationId
2018-07-14 18:16:35 +03:00
Roman Hotsiy
9f0252e12e
chore: update security-requirement ui
2018-07-14 17:11:29 +03:00
Roman Hotsiy
55bd8535b4
feat: theme hooks experimental hooks
2018-06-29 23:49:53 +03:00
Roman Hotsiy
06ef51c08c
feat: experimental temporary support for tags in md
2018-06-28 20:25:12 +03:00
Roman Hotsiy
761a2c1251
chore: fix lint issues
2018-06-25 13:59:11 +03:00
Roman Hotsiy
4e5282e206
fix: default false not displaying
...
fixes #544
2018-06-25 09:10:44 +03:00
Roman Hotsiy
83fca7d9ff
fix: use pushState instead of hash replace
...
fixes #542
2018-06-21 13:47:53 +03:00
Jérémy Derussé
4694b6f9ca
fix: Use item's title in array definition ( #526 )
2018-06-21 13:10:10 +03:00
Roman Hotsiy
4c76d52cc6
fix: fix subsections ids so subsections with the same name are allowed
...
fixes #529
2018-06-20 19:57:52 +03:00
Roman Hotsiy
c8a5f36f17
fix: fix IE11 crash + remove unused polyfills
...
fixes #448
2018-06-20 19:57:52 +03:00
Roman Hotsiy
5dae267a54
fix: discriminator field doesn't change in examples
...
fixes #524
2018-06-20 19:57:52 +03:00
Lev Pachmanov
070dc5c0a8
feat: support for x-discriminator-value for 2.0 as alternative to mapping ( #534 )
...
Add vendor extension `x-discriminator-value `used by swagger-codegen for Swagger 2.0 as an alternative to OpenAPI 3.0 mapping feature.
2018-06-20 19:08:19 +03:00
Roman Hotsiy
c0b0cd49b5
fix: support wildcard status codes
...
fixes #531
2018-06-18 15:56:31 +03:00
Roman Hotsiy
63ae2e8e94
feat: support x-summary for response objects
...
fixes #500
2018-06-01 16:50:07 +03:00
Jérémy Derussé
47b2177f58
fix: MergeAll takes items into account ( #511 )
2018-05-31 12:59:55 +03:00
Roman Hotsiy
aaff311a3e
feat: support x-discriminator for OpenAPI 2
...
related to #496
2018-05-29 17:51:50 +03:00
Roman Hotsiy
d162babe19
feat: add new experimental option unstable_ignoreMimeParameters
2018-05-29 17:51:50 +03:00
Roman Hotsiy
a1fa4b47a8
fix: reduce search index size
2018-05-18 15:13:46 +03:00
Roman Hotsiy
9115be8378
feat: export TypeScript typings
2018-05-16 12:44:44 +03:00
Roman Hotsiy
2cf4c3cd7b
fix: path parameters are not correctly override, fixes #481
2018-05-14 11:37:19 +03:00
Roman Hotsiy
126c6a689a
fix: change look of additionalProperties
2018-05-14 09:33:09 +03:00
Morgan Terry
64119c44d4
fix: fix spelling in error message ( #455 )
2018-04-17 08:51:07 +03:00
Roman Hotsiy
83af48112c
tests: add standalone component test
2018-03-26 22:24:39 +03:00
Roman Hotsiy
deffdc548e
chore: remove worker from main bundle for browser/standalone build
2018-03-26 18:24:19 +03:00
Roman Hotsiy
33eaf77dc5
refactor: rename isBrowser to IS_BROWSER + use only it for detection
2018-03-26 18:15:54 +03:00
Roman Hotsiy
d1d80422a4
fix: scroll to section sooner when SSR + simplify item ids
2018-03-22 17:46:30 +02:00
Roman Hotsiy
a0845325d9
fix: fix second-level heading in description
2018-03-21 19:59:55 +02:00
Roman Hotsiy
9026795b9f
tests: add MarkerService tests
2018-03-17 23:23:14 +02:00
Roman Hotsiy
6c70d1a345
chore: migrate to webpack 4
2018-03-17 17:58:28 +02:00
Roman Hotsiy
053248e8ab
chore: update to the latest react-hot-loader@4
2018-03-17 14:17:09 +02:00
Roman Hotsiy
d3655161fc
chore: fix lint issues
2018-03-16 23:58:25 +02:00
Roman Hotsiy
1df690a964
feat: more advanced theme engine
2018-03-16 17:07:49 +02:00
Roman Hotsiy
fe3245a7a6
feat: arrow navigation in search results
2018-03-15 20:50:26 +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
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
61bb79e8b0
chore: fix lint issues
2018-03-05 17:58:19 +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
8926dd457c
fix: merge inner properties of allOf
2018-03-05 14:08:27 +02:00
Roman Hotsiy
87abdf79d8
fix: writeOnly not respected in response samples
2018-03-05 13:04:49 +02:00
Roman Hotsiy
13165fb8fc
fix: referenced header name is empty
2018-02-12 10:20:24 +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
1f7fc44292
fix: fix crash when referencing non-existing security scheme
2018-02-08 10:34:49 +02:00
Roman Hotsiy
ff3bb2461a
fix: discriminator fix
2018-02-08 01:11:16 +02:00
Roman Hotsiy
ee822f6ebe
fix: filter out non-existing security schemas + warn
2018-02-08 00:51:00 +02:00
Roman Hotsiy
dead16199f
fix: crash in MarkdownRenderer on non-string
2018-02-08 00:50:26 +02:00
Roman Hotsiy
b95f665526
chore: make TS happy
2018-02-07 23:21:18 +02:00
Roman Hotsiy
f31a031a63
chore: fix lint errors and test
2018-02-07 23:06:07 +02:00
Roman Hotsiy
32cd670a89
chore: refactor MarkdownRenderer.extractHeadings
2018-02-07 22:54:55 +02:00
Roman Hotsiy
84d1c7b2f2
fix: resolve menu synchronization issue (use proper throttle)
2018-02-07 22:54:09 +02:00
Roman Hotsiy
3aab2d97d3
feat: responsive side menu
2018-01-30 15:38:16 +02:00
Roman Hotsiy
a29c3ccc2d
fix: basic responsiveness
2018-01-30 15:35:18 +02:00
Roman Hotsiy
fab4fee726
tests: add tests for md renderer
2018-01-29 13:09:51 +02:00
Roman Hotsiy
e9f23f76ae
fix: crash on 2-level md heading at the beginning
2018-01-29 10:51:45 +02:00
Roman Hotsiy
199f240e7c
fix: perfect scroll not working
2018-01-23 15:31:21 +02:00
Roman Hotsiy
dc18743df4
chore: add tslint + fix lint issues
2018-01-23 15:04:50 +02:00
Roman Hotsiy
12f79f081a
fix: use array items example
...
fixes #408
2018-01-21 21:59:17 +02:00
Roman Hotsiy
94789e3145
fix: definition name
2018-01-16 17:10:50 +02:00
Roman Hotsiy
1fb6967064
fix: first menu item keeps always selected
2018-01-16 16:33:43 +02:00
Roman Hotsiy
34a8fe4906
fix: handle scrollYOffset in ScrollService
2018-01-11 18:17:02 +02:00
Roman Hotsiy
0253c5d76d
fix: undo section id + some minor fixes
2018-01-10 19:20:35 +02:00
Roman Hotsiy
33678e647e
fix: crate spec as data/base64 link when ssr
2018-01-10 18:24:55 +02:00
Roman Hotsiy
975636411b
fix: example value is not showed if it is false
2018-01-10 18:23:53 +02:00
Roman Hotsiy
174345399f
fix: add id attr to headers to work before react is loaded if ssr
2018-01-10 18:23:14 +02:00
Roman Hotsiy
0b0bc99f73
fix: move title propagation to the correct place
2018-01-10 13:02:32 +02:00
Roman Hotsiy
d67852f9c4
do not crashe when used in node (isomorphic)
2018-01-09 19:00:17 +02:00
Roman Hotsiy
50e2a5868d
feat: initial display security requirements
2017-12-15 12:18:15 +02:00
Roman Hotsiy
17da7b74db
fix: improve rendering of types
2017-12-07 19:12:34 +02:00
Roman Hotsiy
435cccd72f
fix: allOf and deref exit not only named refs
2017-12-07 18:39:27 +02:00
Roman Hotsiy
14f8408e8d
fix: do not ignore path level parameters
2017-12-07 17:17:23 +02:00
Roman Hotsiy
4ae1574c6c
fix: correct pointer for the schema
2017-12-07 13:54:34 +02:00
Roman Hotsiy
c484411171
refactor: rename SecurityDefs to SecuritySchemes
2017-11-24 11:58:55 +02:00
Roman Hotsiy
426e5b67ab
fix: do not auto-append security-definitions if they are not in the spec
2017-11-24 11:58:55 +02:00
Roman Hotsiy
ca81b6dfaf
fix: don't display operations without tags as tag items in menu
2017-11-24 11:58:55 +02:00
Roman Hotsiy
335deb983e
fix: crashes on some dereferencing/allOf merging cases
2017-11-24 11:58:47 +02:00
Roman Hotsiy
334a0a07da
fix: make oneOf not skip fields defined alongside
2017-11-23 16:22:02 +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
1994002685
Fix nested allOfs
2017-11-23 15:27:50 +02:00
Roman Hotsiy
0faa66b6e6
Minor fixes before alpha
2017-11-23 11:28:05 +02:00
Roman Hotsiy
52e7bfb347
remove extra console.log-s
2017-11-22 23:40:19 +02:00
Roman Hotsiy
cec37df7aa
Security Definitions component
2017-11-22 23:38:38 +02:00
Roman Hotsiy
ed13bb0528
Merge theme deeply
2017-11-22 14:00:42 +02:00
Roman Hotsiy
07eef93820
Implement sanitization (aka untrustedSpec option)
2017-11-22 13:26:28 +02:00
Roman Hotsiy
57c424f6b5
Implement hideLoading + refactor Loading component
2017-11-22 12:42:57 +02:00
Roman Hotsiy
678cd9e536
Implement pathInMiddlePanel option
2017-11-22 10:57:51 +02:00
Roman Hotsiy
028e953f39
Implement nativeScrollbars option
2017-11-21 16:55:20 +02:00
Roman Hotsiy
f607b98866
Implement noAutoAuth option
2017-11-21 16:33:22 +02:00
Roman Hotsiy
a28e24ec92
Implement requiredPropsFirst opttion
2017-11-21 13:34:18 +02:00
Roman Hotsiy
f52a05a2b5
Implement expandResponses option
2017-11-21 13:00:33 +02:00
Roman Hotsiy
e85718225d
Implement hideHostname option
2017-11-20 22:36:21 +02:00
Roman Hotsiy
c2f82cdc8b
Implement options and scrollYOffset option
2017-11-20 18:02:49 +02:00
Roman Hotsiy
5438770267
Filter readOnly and writeOnly fields from request/response
2017-11-20 12:54:27 +02:00