1
1
mirror of https://github.com/Redocly/redoc.git synced 2025-02-25 22:40:32 +03:00

Release v2.0.0-alpha.7

This commit is contained in:
Roman Hotsiy 2018-01-10 18:26:00 +02:00
parent 33678e647e
commit b7f0a1a4c4
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
<a name="2.0.0-alpha.7"></a>
# [2.0.0-alpha.7](https://github.com/Rebilly/Redoc/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2018-01-10)
### Bug Fixes
* add id attr to headers to work before react is loaded if ssr ([1743453](https://github.com/Rebilly/Redoc/commit/1743453))
* crate spec as data/base64 link when ssr ([33678e6](https://github.com/Rebilly/Redoc/commit/33678e6))
* example value is not showed if it is false ([9756364](https://github.com/Rebilly/Redoc/commit/9756364))
<a name="2.0.0-alpha.6"></a>
# [2.0.0-alpha.6](https://github.com/Rebilly/Redoc/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2018-01-10)

View File

@ -1,6 +1,6 @@
{
"name": "redoc",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"description": "ReDoc",
"main": "bundles/redoc.lib.js",
"scripts": {