From 8f44f25eda4ec6e6823624fc7ba9ebe82cce3e87 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Fri, 3 Feb 2017 00:42:24 +0200 Subject: [PATCH] =?UTF-8?q?Update=20changelog=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c6ade1c..a4938362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 1.8.0 (2017-02-03) +### Features/Improvements +* In-page search :tada: []#51](https://github.com/Rebilly/ReDoc/issues/51) +* Render externalDocs [#103](https://github.com/Rebilly/ReDoc/issues/103) +* Undeprecate x-traitTag + +### Bug fixes +* Tags with x-traitTag: true are now greyed out in ReDoc output bug [#194](https://github.com/Rebilly/ReDoc/issues/194) +* CSS: request body model-tree wrapping problem [#185](https://github.com/Rebilly/ReDoc/issues/185) +* Strange request to `example.com` causing CSP error [#178](https://github.com/Rebilly/ReDoc/issues/178) +* Fix latest empty menu-items not getting active [#194](https://github.com/Rebilly/ReDoc/issues/194) +* Fixed crash when level-2 heading goes before level-1 in description [#179](https://github.com/Rebilly/ReDoc/issues/179) (by [@jsmartfo](https://github.com/jsmartfo)) + # 1.7.0 (2017-01-06) ### Features/Improvements * Add support for grouping items in menu via [`x-tagGroups`](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-taggroups)