Oleksiy Kachynskyy
de27ac0308
fix: update EnumValues component ( #1324 )
2020-07-24 10:15:36 +03:00
Oleksiy Kachynskyy
14e7db9403
feat: add maxDisplayedEnumValues config and buttons for show/hide enums ( #1322 )
2020-07-21 16:54:17 +03:00
Roman Hotsiy
371f3dfc4e
chore: fix tests
2020-07-13 11:29:53 +03:00
Anya Stasiuk
30a27c116b
fix: update focus styling
2020-07-13 11:29:53 +03:00
Anya Stasiuk
3d25005f08
fix: make endpoint dropdown accessible
2020-07-13 11:29:53 +03:00
Anya Stasiuk
e8a0d105ca
fix: make dropdowns accessible by keyboard
2020-07-13 11:29:53 +03:00
Anya Stasiuk
006031c517
fix: make sample controls focusable
2020-07-13 11:29:53 +03:00
Anya Stasiuk
05fd7543a2
fix: make properties focusable
2020-07-13 11:29:53 +03:00
Anya Stasiuk
442014c06d
fix: make response sections focusable
2020-07-13 11:29:53 +03:00
Moshe Eshel
644e96ae45
feat: array size info based on min max Items properties ( #1308 )
2020-06-27 18:45:00 +03:00
Anna Stasiuk
2ede22c45c
fix: do not display long regexps ( #1295 )
2020-06-09 13:36:43 +03:00
Roman Hotsiy
c69f6de4c9
chore: remove global Dict<T> and replace it with Record<string, T>
2020-05-25 16:37:45 +03:00
Roman Hotsiy
6e607b9a29
fix: do not crash on incompatible allOf, console.warn instead
...
fixes #1156
2020-05-10 21:59:53 +03:00
Roman Hotsiy
b59faada82
fix: download button opens in new tab instead of downloading
...
fixes #1247
2020-05-09 14:54:13 +03:00
Oleksiy Kachynskyy
57e93ec435
feat: add callbacks support ( #1224 )
...
Co-authored-by: Jonathan Bailey <jonathan_bailey@bose.com>
Co-authored-by: Roman Hotsiy <gotsijroman@gmail.com>
2020-04-08 14:04:58 +03:00
Roman Hotsiy
a0bd27c754
fix: improve names for some theme settings
2020-03-27 18:35:07 +02:00
Oleksiy Kachynskyy
830371b5d1
fix: do not collapse top level on Collapse All in json samples ( #1209 )
...
* fix: update collapseAll method
to avoid collapsing whole object/array
* fix: remove extra "slice()" call
2020-03-20 15:05:07 +02:00
Roman Hotsiy
11377c903c
chore: fix ts error, use name but cannot be named
2020-03-17 13:41:55 +02:00
Roman Hotsiy
7ba3de2e28
chore: fix lint issues
2020-03-17 13:18:23 +02:00
Roman Hotsiy
54eb2a0dce
chore: prettier all
2020-03-17 12:01:32 +02:00
Roman Hotsiy
6fd6da0c37
chore: fix tslint and tests
2020-03-16 19:15:40 +02:00
Roman Hotsiy
8c053cc474
fix: fix major search performance due to wrong marker element
...
fixes #1109
2020-03-16 16:58:38 +02:00
Roman Hotsiy
7608800d0a
feat: new option expandSingleSchemaField
2020-03-16 16:58:28 +02:00
Faheem Abrar
373f018d0c
fix: Add debounce for 300 ms when searching ( #1089 )
...
Co-authored-by: Roman Hotsiy <gotsijroman@gmail.com>
2020-03-16 16:01:21 +02:00
Roman Hotsiy
1a2a7dd833
fix: fix broken sticky sidebar in Chrome 80
...
fixes #1167
2020-02-09 20:59:17 +07:00
Anna Stasiuk
41a9b3c182
fix: use mobile menu background color value from theme ( #1144 )
2019-12-16 11:59:22 +02:00
Roman Hotsiy
1bf490c05b
fix: search-box use theme
2019-12-13 11:29:12 +02:00
Roman Hotsiy
448b1b48c8
chore: refactor request samples
2019-12-12 18:37:47 +02:00
Roman Hotsiy
11cc4c4c3e
feat: new option hideSchemaTitles
2019-12-12 17:32:03 +02:00
Roman Hotsiy
7ed1a7ef0e
fix: h2 padding on mobile
...
fixes #1118
2019-12-12 17:32:02 +02:00
Roman Hotsiy
4bb59d5d4d
chore: upgrade deps
2019-12-12 17:32:02 +02:00
Roman Hotsiy
6aeb0bf68d
fix: do not URI-encode parameter values for better readability
...
fixes #1138
2019-12-12 17:32:02 +02:00
Chris Faulkner
42696a01ba
doc: fix some typos ( #1117 )
2019-12-10 08:13:37 +02:00
torbenw
289c8e6ae1
fix: change the title of "Security Scheme Type" to match "HTTP Authorization Scheme" ( #1126 )
2019-12-10 08:04:42 +02:00
Roman Hotsiy
0a01e9a080
fix: active menu item scroll into view
2019-10-16 16:07:42 +03:00
russellrobinson
b5af71da5f
fix: no quotes for default values in header fields. ( #1059 )
2019-10-16 16:01:54 +03:00
Roman Hotsiy
d09c1c1086
fix: fix scrollYOffset when SSR
2019-09-30 14:39:58 +03:00
Roman Hotsiy
e318fb3381
fix: remove excessive whitespace between md sections on small screens
...
fixes #874
2019-09-30 13:10:35 +03:00
Roman Hotsiy
e787d9e276
fix: do not crash on empty scopes
...
fixes #1044
2019-09-30 12:56:09 +03:00
Antherkiv
0360dcee5a
feat: new option expandDefaultServerVariables ( #1014 )
...
Recover server expanding default variables
This reverts commit 7849f7f6b7
.
2019-09-30 09:39:19 +02:00
Roman Hotsiy
21258a5b61
fix: fix scrollYOffset when SSR
2019-09-30 10:31:18 +03:00
Anya Stasiuk
7849f7f6b7
fix: revert expanding default server variables
2019-08-07 11:41:50 +03:00
Roman Hotsiy
1367380a88
fix: support json serialization for parameter examples
...
fixes #934
2019-08-01 11:20:44 +03:00
Roman Hotsiy
2afc2e4921
fix: unify accordion icons for responses section
...
fixes #975
2019-08-01 10:41:13 +03:00
Roman Hotsiy
bfbb0c1787
fix: enum list doesn't wrap
...
fixes #993
2019-08-01 10:32:11 +03:00
Roman Hotsiy
cb5c19781c
chore: add more exports
2019-07-30 19:53:47 +03:00
Roman Hotsiy
1504ade0e2
chore: add docs
2019-07-29 17:33:22 +03:00
Roman Hotsiy
bfd703d2da
Merge branch 'master' into update/toggleMenuItem
2019-07-29 17:30:26 +03:00
Roman Hotsiy
2588160d7c
chore: refactor
2019-07-29 17:29:32 +03:00
Roman Hotsiy
ac41f0bde5
feat: menu items from tags + md extension for Schema Definition ( #681 )
...
* add section menus for tags and object description
* bundle and test
* add depth calculation
* add object descriptions to test
* enable operations spacing for operations as well
* bring back section rule, as this could be solved better
* update read/writeonly filter rule to be able to filter both
* add showReadOnly and showWriteOnly options to object-description
* update demo to show use cases
* remove forgotten console.log
* adjust demo test with newly added items
* do the right match with the menu items :/
* chore: refactor + jsxify md tags
* chore: simplify demo spec
* fix: dropdown fixes related to object description
2019-07-29 17:17:16 +03:00