Roman Hotsiy
92387bc653
chore: upgrade dependencies ( #1634 )
2021-06-02 15:53:36 +03:00
AlexVarchuk
823be24b31
feat: add basic support openApi 3.1 ( #1622 )
2021-05-31 19:23:05 +03:00
Yevhenii Hyzyla
4b072be8d1
fix: use operation path if operation summary/description is not provided ( #1596 )
...
resolves #1270
2021-04-29 23:34:43 +03:00
langhabel
d7a0a4da17
fix: parse json theme string for standalone tag ( #1492 )
2021-04-15 10:47:40 +03:00
Andriy Leliv
22cc5f17dc
chore: update(cli) engine node version >=12 ( #1583 )
2021-04-15 10:01:28 +03:00
Andriy Leliv
0ee6c51320
chore(cli): v0.11.4
2021-04-13 17:14:18 +03:00
Andriy Leliv
ab2d57a5a2
fix: right absolute path for load and bundle definition ( #1579 )
2021-04-13 17:00:36 +03:00
Andriy Leliv
18511fdb62
Merge branch 'master' of github.com:Redocly/redoc
2021-04-13 11:13:09 +03:00
Andriy Leliv
79961d4c0c
chore(cli): v0.11.3
2021-04-13 11:11:17 +03:00
Andriy Leliv
44152fdae7
docs: update specUrl ( #1577 )
2021-04-12 21:26:00 +03:00
Olivier Beaulieu
dfc4cf1caa
fix: added missing semicolon to styling ( #1578 )
2021-04-12 19:24:15 +03:00
Andriy Leliv
5c8524d80f
chore: Release 2.0.0-rc.53
2021-04-12 18:28:56 +03:00
Andriy Leliv
3c4ece966c
chore: Release 2.0.0-rc.52
2021-04-09 22:17:30 +03:00
Andriy Leliv
ca3108b78b
chore: update openapi-core version to fix parsing root document
2021-04-09 22:16:50 +03:00
romanhotsiy
893e296398
chore(cli): v0.11.2
2021-04-09 11:12:30 +03:00
Andriy Leliv
cc04106a68
fix: broken paths when budle or serve using cli ( #1572 )
2021-04-09 11:10:49 +03:00
romanhotsiy
0a08f121f3
chore(cli): v0.11.1
2021-04-08 22:42:31 +03:00
Andriy Leliv
3cae0b37b5
chore(cli): v0.11.0
2021-04-08 22:38:10 +03:00
Andriy Leliv
60bf22e106
chore: Release 2.0.0-rc.51
2021-04-08 19:58:52 +03:00
Andriy Leliv
5a9154ab1d
chore: unit tests to check loading and bundling api definitions with openapi-core ( #1568 )
2021-04-08 18:45:55 +03:00
Andriy Leliv
503394655d
chore: use openapi-core to bundle definition instead of json-schema-ref-parser ( #1500 )
...
* chore: use openapi-core to bundle definition instead of json-schema-ref-parser
* chore: update: root and demo webpack configs
* chore: refactor loadAndBundleSpec
* chore: update vesions: openapi-core, redoc
* chore: rolled back webpack.config(s) to previous version
* chore: changed the way of creating core Config for bundling definition
* fix: disable eslint react/display-name
* fix: update nodejs version to 12 in travis config
* chore: optimize verification: browser or server
* chore: add fetch only for browser
* Update src/utils/loadAndBundleSpec.ts
* chore: isBrowser verification improvment
Co-authored-by: Roman Hotsiy <gotsijroman@gmail.com>
2021-04-08 15:49:15 +03:00
Kurt Furbush
e5644ee67a
docs: remove extra word in grammar ( #1539 )
2021-03-31 15:52:45 +03:00
Patrick Demers
c7bbef5155
feat: add disable-google-font parameter to serve command in cli ( #1558 )
2021-03-31 15:51:50 +03:00
迷渡
4846259de3
docs: minor syntax highlight fix on the README ( #1549 )
2021-03-02 09:35:28 +02:00
Oleksiy Kachynskyy
6086c6c89f
docs: remove outdated config option from readme ( #1543 )
2021-02-22 15:50:33 +02:00
romanhotsiy
7003bcc109
chore(cli): v0.10.4
2021-02-15 15:45:24 +02:00
romanhotsiy
8bee3d5777
chore: Release 2.0.0-rc.50 🔖
2021-02-15 14:52:37 +02:00
romanhotsiy
3ba622f3ab
fix: add includes polyfill
...
fixes #1530
2021-02-15 14:51:25 +02:00
Roman Hotsiy
8270481e9f
fix: false-positive recursive tag case when using oneOf + allOf ( #1534 )
2021-02-15 14:50:35 +02:00
romanhotsiy
524e512b94
chore(cli): v0.10.3
2021-02-15 14:19:47 +02:00
romanhotsiy
8d98fed766
chore(cli): upgrade redoc to rc.49
2021-02-15 14:19:47 +02:00
romanhotsiy
d3589ddfbb
chore: clean up .travis.yaml
2021-02-15 14:19:47 +02:00
Anton Kozachuk
d288165a4e
fix: background-color in search results ( #1531 )
...
* fix: background-color in search results
* Delete some changes
2021-02-15 14:14:54 +02:00
romanhotsiy
755a9095f5
chore: update travis badge url
2021-01-30 23:36:10 +02:00
romanhotsiy
753b4abe84
chore: Release 2.0.0-rc.49 🔖
2021-01-30 23:18:43 +02:00
Anton Kozachuk
c874a5942c
fix: pass boolean and number values as a string in highlight function ( #1512 )
2021-01-30 14:19:18 +02:00
romanhotsiy
0dce880dce
fix: crash on multiple examples on parameter object
...
fixes #1485
2021-01-28 11:21:25 +02:00
baijunyao
d886751261
chore: remove duplicate semicolons ( #1504 )
2021-01-22 11:15:10 +02:00
Karl Scheirer
a5e8e818c8
docs: document theme options ( #1438 )
2021-01-08 14:05:10 +02:00
romanhotsiy
040ce72a8a
fix: fix SourceCodeWithCopy component to be non-pure
2020-12-11 11:14:01 +02:00
romanhotsiy
bc19750771
chore(cli): v0.10.2
2020-12-11 11:12:53 +02:00
jabba-jedi
f0755a804f
docs: fix the Rebilly link
2020-12-10 12:38:12 +02:00
Roman Hotsiy
2a329c1bec
docs: fix menuToggle
default value
...
fixes #1476
[ci skip]
2020-12-01 15:24:20 +02:00
romanhotsiy
7b78e75287
chore: Release 2.0.0-rc.48 🔖
2020-11-30 13:09:04 +02:00
romanhotsiy
abcd7e0832
chore: upgrade prism.js
...
fixes #1455
2020-11-30 13:08:00 +02:00
Anna Stasiuk
8c559bcbcd
fix: add missed labels to elements ( #1445 )
2020-11-30 12:51:27 +02:00
Anna Stasiuk
bb4594ee58
feat: add new option hideSchemaPattern ( #1475 )
...
* feat: add new option hideSchemaPattern
* chore: add hideSchemaPattern option to readme
2020-11-30 11:54:46 +02:00
Roman Hotsiy
d12e410d99
feat: support multiple examples for parameters ( #1470 )
2020-11-23 14:00:17 +02:00
romanhotsiy
340a568262
chore(cli): v0.10.1
2020-11-17 13:05:14 +02:00
romanhotsiy
c6b7d567d9
chore: Release 2.0.0-rc.47 🔖
2020-11-17 11:31:22 +02:00