Skip to content

Releases: Redocly/redoc

v2.0.0-rc.19

13 Dec 09:49
Compare
Choose a tag to compare

Bug Fixes

Features

  • display multipleOf constrains (#1065) (3e90133)
  • enable menuToggle by default (5d81abe)
  • new option hideSchemaTitles (11cc4c4)
  • new option payloadSampleIdx (eaaa99d)
  • cli: Fallback on the spec's title before falling back on… (#1073) (e01eea4)

v2.0.0-rc.18

13 Dec 09:49
Compare
Choose a tag to compare

Bug Fixes

  • add oneOf buttons vertical space when wrapped to new line (cd9fd61)
  • improve mime-type dropdown font (ce885f8)

v2.0.0-rc.17

13 Dec 09:49
Compare
Choose a tag to compare

Bug Fixes

Features

  • added support for file paths as --options cli argument (#1049) (4adb927)

v2.0.0-rc.16

13 Dec 09:50
Compare
Choose a tag to compare

Bug Fixes

  • fix scrollYOffset when SSR (d09c1c1)

v2.0.0-rc.15

30 Sep 10:46
Compare
Choose a tag to compare

Bug Fixes

  • auth section appears twice (5aa7784), closes #818
  • clicking on group title breaks first tag (4649683), closes #1034
  • do not crash on empty scopes (e787d9e), closes #1044
  • false-positive recursive detection with allOf at the same level (faa74d6)
  • fix scrollYOffset when SSR (21258a5)
  • left menu item before group is not highligted (67e2a8f), closes #1033
  • remove excessive whitespace between md sections on small screens (e318fb3), closes #874
  • use url-template dependency (#1008) (32a464a), closes #1007

Features

  • cli: added support for JSON string value for --options CLI argument (#1047) (2a28130), closes #797
  • cli: add disableGoogleFont parameter to cli (#1045) (aceb343)
  • new option expandDefaultServerVariables (#1014) (0360dce)

v2.0.0-rc.14

07 Aug 09:35
Compare
Choose a tag to compare

Bug Fixes

  • fix escaping JSON string values (58cb20d), closes #999
  • revert expanding default server variables (7849f7f)

v2.0.0-rc.13

01 Aug 08:37
Compare
Choose a tag to compare

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

01 Aug 08:38
Compare
Choose a tag to compare

Bug Fixes

  • rename ObjectDescription to SchemaDefinition as discussed (4496622)

v2.0.0-rc.11

30 Jul 08:51
Compare
Choose a tag to compare

Bug Fixes

  • do not add extra slashes to pattern (70d1ee9), closes #983
  • dropdown fixes related to object description (0504ad4)
  • incorrect serialization of parameter sample with hypen (f7dd658)
  • redoc-cli: Add missing content type header on compressed responses of / path

Features

  • menu items from tags + md extension for Schema Definition (#681)
  • new option menuToggle - fold active MenuItem if clicked (#963)
  • Add option for skipping quotes in enums enumSkipQuotes (#968) (afc7e36)
  • add sampleCollapseLevel option (#937) (d3f1c16)

v2.0.0-rc.10

08 Jul 05:35
Compare
Choose a tag to compare

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)