Releases: Redocly/redoc
Releases · Redocly/redoc
v2.0.0-rc.13
Bug Fixes
- enum list doesn't wrap (bfbb0c1), closes #993
- incorrect serialization of some parameter samples (aba45db), closes #992
- support json serialization for parameter examples (1367380), closes #934
- unify accordion icons for responses section (2afc2e4), closes #975
- update to core.js 3 (9e3375d), closes #997
v2.0.0-rc.12
Bug Fixes
- rename ObjectDescription to SchemaDefinition as discussed (4496622)
v2.0.0-rc.11
v2.0.0-rc.10
Bug Fixes
- broken headings with single quote (51d3b9b), closes #955
- fix fields table overflow if deeply nested with long title (12b7057)
- hide empty example when it is not defined (4bd499f)
- markdown in examples descriptions + minor ui tweaks (f52d9e8)
- organize response examples in dropdown and display description (995e557)
v2.0.0-rc.9
v2.0.0-rc.8-1
Bug Fixes
- crash with empty servers with redoc-cli (3d52b39)
v2.0.0-rc.8
v2.0.0-rc.7
Bug Fixes
- crash in node due to broken URL parsing (8df2b97)
v2.0.0-rc.6
v2.0.0-rc.5
Bug Fixes
- change fontFamily for EndpointInfo (#866) (851b133)
- clean up field values display (#855) (5c91590)
- discriminator and oneOf title fix (a3d7d7a)
- encode x-www-form-urlencoded examples correctly (65930ad), closes #870
- fix redoc-cli broken dependencies (81a7568)
- IE11 add missing fetch and URL polyfills (d2ce1bd), closes #875
- ignore empty x-tagGroups array (#869) (4366a0d)
- incorrect detected schema title for deeply inherited schemas (7d7b4e3)
- pluralize arrray of types (fdcac30)
- remove huge space after Authentication section (548fae3), closes #872
- remove query string from server URL (#895) (64453ff)
- remove tabs top margin (5c187f3)
- right panel code samples bg color (de2aed2)
- tidy up non-redoc vendor extension presentation (#847) (b21cd3d)
- update apiKey in to be titleize (#902) (35df477)
- cli: add node-libs-browser to the deps (6c79901), closes #850