mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 13:30:33 +03:00
Update CHANGELOG.md
This commit is contained in:
parent
937c2a10ba
commit
b29da8cb1b
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
||||||
|
# 1.6.0 (2016-11-30)
|
||||||
|
### Bug fixes
|
||||||
|
* Update webpack to the latest beta ([#143](https://github.com/Rebilly/ReDoc/issues/143))
|
||||||
|
* Fix read-only fields appear in request samples ([#142](https://github.com/Rebilly/ReDoc/issues/142))
|
||||||
|
* A few more minor UI improvemnts
|
||||||
|
|
||||||
|
### Features/Improvements
|
||||||
|
* Major performance optimization with new option `lazy-rendering`
|
||||||
|
|
||||||
|
To enable use `<redoc>` tag parameter: `<redoc spec-url="..." lazy-rendering></redoc>`.
|
||||||
|
In this mode ReDoc shows initial screen ASAP and then renders the rest operations asynchronously while showing progress bar on the top. Check out [the demo](//rebilly.github.io/ReDoc) for the example.
|
||||||
|
* Enable cors-proxy for demo
|
||||||
|
* README: Add button link to yeoman-generator
|
||||||
|
|
||||||
# 1.5.2 (2016-11-28)
|
# 1.5.2 (2016-11-28)
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
* Fix crashing on array without items ([#104](https://github.com/Rebilly/ReDoc/issues/104))
|
* Fix crashing on array without items ([#104](https://github.com/Rebilly/ReDoc/issues/104))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user