Skip to content

Releases: Redocly/redoc

v2.0.0-rc.13

01 Aug 08:37

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

Choose a tag to compare

Bug Fixes

  • rename ObjectDescription to SchemaDefinition as discussed (4496622)

v2.0.0-rc.11

30 Jul 08:51

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

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)

v2.0.0-rc.9

08 Jul 05:35

Choose a tag to compare

Bug Fixes

  • fix regression double slashes added to full URL display (f29a4fe)
  • IE11, add missing Object.assign polyfill (888f04e)
  • serialize parameter example values according to the spec (#917) (3939286)
  • styled-component style error in tabs (#946) (c488bbf)

Features

v2.0.0-rc.8-1

13 May 12:55

Choose a tag to compare

Bug Fixes

  • crash with empty servers with redoc-cli (3d52b39)

v2.0.0-rc.8

13 May 10:10

Choose a tag to compare

Bug Fixes

v2.0.0-rc.7

13 May 09:23

Choose a tag to compare

Bug Fixes

  • crash in node due to broken URL parsing (8df2b97)

v2.0.0-rc.6

13 May 06:53

Choose a tag to compare

Bug Fixes

  • broken schema talbes with long enums (3a74b74)
  • deep linking sometimes not working when sent over messengers (2491d97)

v2.0.0-rc.5

13 May 06:01

Choose a tag to compare

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

Features

  • add hideSingleRequestSampleTab option (4550e4d)
  • add lineHeight config for headings (#894) (5dd5d6d)
  • basic UI labels configuration (b0e660e). Can be used for translations later.
  • add logo gutter to the theme (82c0cb1a).