mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
chore: update changelog
This commit is contained in:
parent
942cd5dc53
commit
1b72557e02
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,3 +1,21 @@
|
||||||
|
<a name="1.8.1"></a>
|
||||||
|
## 1.8.1 (2017-02-23)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
* Fix toggle icon width on IE, closes [#198](https://github.com/Rebilly/ReDoc/issues/198)
|
||||||
|
* Add safe guards array without items, closes [#199](https://github.com/Rebilly/ReDoc/issues/199)
|
||||||
|
* Fix extra slash if basePath is not present ([a5c03ab](https://github.com/Rebilly/ReDoc/commit/a5c03ab)), closes [#201](https://github.com/Rebilly/ReDoc/issues/201)
|
||||||
|
* response samples - render description as markdown ([4acfc11](https://github.com/Rebilly/ReDoc/commit/4acfc11)), closes [#190](https://github.com/Rebilly/ReDoc/issues/190)
|
||||||
|
* take snapshot of schema to not overwrite inlined references ([77bc3c4](https://github.com/Rebilly/ReDoc/commit/77bc3c4)), closes [#203](https://github.com/Rebilly/ReDoc/issues/203)
|
||||||
|
* use items description if not present on top level ([23e7847](https://github.com/Rebilly/ReDoc/commit/23e7847))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* autoscroll menu ([b43a87d](https://github.com/Rebilly/ReDoc/commit/b43a87d))
|
||||||
|
|
||||||
|
|
||||||
# 1.8.0 (2017-02-03)
|
# 1.8.0 (2017-02-03)
|
||||||
### Features/Improvements
|
### Features/Improvements
|
||||||
* In-page search :tada: []#51](https://github.com/Rebilly/ReDoc/issues/51)
|
* In-page search :tada: []#51](https://github.com/Rebilly/ReDoc/issues/51)
|
||||||
|
|
|
@ -32,7 +32,8 @@
|
||||||
"e2e-copy": "cp dist/redoc.min.js tests/e2e/",
|
"e2e-copy": "cp dist/redoc.min.js tests/e2e/",
|
||||||
"webdriver": "webdriver-manager update",
|
"webdriver": "webdriver-manager update",
|
||||||
"serve:prod": "NODE_ENV=production npm start",
|
"serve:prod": "NODE_ENV=production npm start",
|
||||||
"protractor": "protractor"
|
"protractor": "protractor",
|
||||||
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"OpenAPI",
|
"OpenAPI",
|
||||||
|
@ -65,6 +66,7 @@
|
||||||
"branch-release": "^1.0.3",
|
"branch-release": "^1.0.3",
|
||||||
"chalk": "^1.1.3",
|
"chalk": "^1.1.3",
|
||||||
"codelyzer": "^2.0.1",
|
"codelyzer": "^2.0.1",
|
||||||
|
"conventional-changelog-cli": "^1.2.0",
|
||||||
"core-js": "^2.4.1",
|
"core-js": "^2.4.1",
|
||||||
"coveralls": "^2.11.16",
|
"coveralls": "^2.11.16",
|
||||||
"css-loader": "^0.26.0",
|
"css-loader": "^0.26.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user