Commit Graph

1950 Commits

Author SHA1 Message Date
fateme.fazli
5128c1bb44 fix(rtl): background stub position condition based on rtl 2019-08-31 16:13:53 +04:30
fateme.fazli
c3269fda17 Merge branch 'master' of https://github.com/raha1923/redoc 2019-08-31 16:04:52 +04:30
fateme.fazli
523d3c6540 feat(rtl): added rtl compatibility to ResponseList component 2019-08-31 16:04:43 +04:30
Arian Rahimi
be09bc3e55 Merge branch 'master' of https://github.com/raha1923/redoc 2019-08-31 11:24:32 +04:30
fateme.fazli
a8b88eb786 feat(rtl): added rtl compatibility to Endpoint component 2019-08-28 14:45:52 +04:30
Arian Rahimi
ca4d833575 Merge branch 'master' of https://github.com/raha1923/redoc 2019-08-28 14:31:46 +04:30
fateme.fazli
5f22544cca Merge branch 'master' of https://github.com/raha1923/redoc 2019-08-27 17:48:02 +04:30
fateme.fazli
3c352ceccb feat(font): added Vazir font. 2019-08-27 17:47:39 +04:30
Arian Rahimi
f787bc14af fix: AppInfo and MiddlePanel support RTL 2019-08-27 14:58:11 +04:30
Arian Rahimi
d6f9778232 feat: add Persian version of demo openApi yaml configuration 2019-08-26 11:39:36 +04:30
Arian Rahimi
574d4032c1 feat: add direction to the redoc styled component
this feature let users to set direction and it's officially start point of RTL
2019-08-25 13:37:57 +04:30
Arian Rahimi
1b3e0ced7b Merge branch 'master' of https://github.com/raha1923/redoc 2019-08-13 14:47:28 +04:30
Arian Rahimi
bce1309d11 chore: add road-map to the readme
ignore /.idea dir in git
2019-08-13 14:46:38 +04:30
Roman Hotsiy
121bf640fa
chore: Release 2.0.0-rc.14 🔖 2019-08-07 12:34:11 +03:00
Roman Hotsiy
58cb20d4b2
fix: fix escaping JSON string values
fixes #999
2019-08-07 12:02:25 +03:00
Anya Stasiuk
7849f7f6b7 fix: revert expanding default server variables 2019-08-07 11:41:50 +03:00
Roman Hotsiy
3e18093e6f
chore(cli): redoc-cli v0.8.6
fixes #998
2019-08-01 12:06:39 +03:00
Roman Hotsiy
06a6d921f9
chore(cli): update redoc 2019-08-01 12:05:47 +03:00
Roman Hotsiy
574e512dc9
chore: Release 2.0.0-rc.13 🔖 2019-08-01 11:22:30 +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
9e3375d12d
fix: update to core.js 3
fixes #997
2019-08-01 10:35:32 +03:00
Roman Hotsiy
bfbb0c1787
fix: enum list doesn't wrap
fixes #993
2019-08-01 10:32:11 +03:00
Roman Hotsiy
aba45dbbe6
fix: incorrect serialization of some parameter samples
fixes #992
2019-08-01 10:31:41 +03:00
Roman Hotsiy
36ebbb1c89
chore: Release 2.0.0-rc.12 🔖 2019-07-30 19:54:14 +03:00
Roman Hotsiy
cb5c19781c
chore: add more exports 2019-07-30 19:53:47 +03:00
Roman Hotsiy
4496622438
fix: rename ObjectDescription to SchemaDefinition as discussed 2019-07-30 19:51:27 +03:00
Roman Hotsiy
173f7df55a
chore: Release 2.0.0-rc.11 🔖 2019-07-30 11:33:06 +03:00
Roman Hotsiy
70d1ee9edd
fix: do not add extra slashes to pattern
fixes #983
2019-07-30 10:54:40 +03:00
Roman Hotsiy
2f75aa3aed
chore: remove ci-publish as it was not working 2019-07-29 18:51:54 +03:00
Roman Hotsiy
d1ce306340
chore: update yarn.lock's 2019-07-29 18:49:01 +03:00
Roman Hotsiy
5d433fa1fb
chore(cli): update deps 2019-07-29 18:42:51 +03:00
Roman Hotsiy
12e7394ea3
chore: update deps 2019-07-29 18:41:57 +03:00
Roman Hotsiy
f7dd658a01
fix: incorrect serialization of parameter sample with hypen 2019-07-29 18:40:47 +03:00
Roman Hotsiy
299a59faad
feat: new option menuToggle - fold active MenuItem if clicked (#963)
update: fold active MenuItem if clicked
2019-07-29 17:33:58 +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
f7248135b1
fix(cli): Add missing content type header on compressed responses of / 2019-07-29 17:18:51 +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
Roman Hotsiy
9bf45d810e
chore: rename ObjectDescription to SchemaDefinition 2019-07-29 17:14:39 +03:00
Roman Hotsiy
e4c3af6549
chore: fix addons in .travis.yml 2019-07-29 16:58:51 +03:00
Roman Hotsiy
6c48372aeb
chore: update travis config 2019-07-29 15:54:55 +03:00
Roman Hotsiy
a282b92024
chore: temporary disable bundlesize in Travis 2019-07-29 15:39:33 +03:00
Aleksandr Karo
d3f1c1677c feat: add sampleCollapseLevel option (#937)
* feat: add sampleCollapseLevel option

* fix: rename sampleCollapseLevel option to jsonSampleExpandLevel
Change README.md description

* fix: provide maxCollapseLevel option via argument

* fix: rename normalizer function and some vars
2019-07-29 15:26:16 +03:00
Roman Hotsiy
0504ad4b76
fix: dropdown fixes related to object description 2019-07-29 15:14:39 +03:00
Roman Hotsiy
7c06735c6d
chore: fix test 2019-07-29 14:39:21 +03:00
Roman Hotsiy
7883fad333
chore: simplify demo spec 2019-07-29 13:19:22 +03:00
Roman Hotsiy
00a0abf4a4
chore: refactor + jsxify md tags 2019-07-29 13:19:22 +03:00
Dimitar Nanov
8c27d31396
do the right match with the menu items :/ 2019-07-29 13:19:21 +03:00