Skip to content

Releases: Redocly/redoc

v2.0.0-rc.56

27 Sep 08:43
c904cdb

Choose a tag to compare

Bug Fixes

  • handle empty object in security array (#1678) (9e1ea70)
  • hideLoading options in redoc standalone (#1709) (6a52a16)
  • improve openapi 3.1 (#1700) (cd2d6f7)
    • show contentEncoding on fields
    • crash with OpenAPI 3.1 type as array of strings in requestBody
    • nullable label not shown
  • nullable object's fields were missing (#1721) (ddf297b)

Features

  • add github action to build docker images and push to ghcr.io on release (#1614) (919a5f0)
  • add yaml highlight (#1684) (d724440)
  • added localization for some labels (#1675) (ec50858)

v2.0.0-rc.55

27 Sep 08:42
68690d1

Choose a tag to compare

Bug Fixes

Features

  • added git folder sync config (a69f0fb)

v2.0.0-rc.54

09 Jun 12:50
bcfae6a

Choose a tag to compare

Bug Fixes

  • added missing semicolon to styling (#1578) (dfc4cf1)
  • parse json theme string for standalone tag (#1492) (d7a0a4d)
  • right absolute path for load and bundle definition (#1579) (ab2d57a)
  • use operation path if operation summary/description is not provided (#1596) (4b072be), closes #1270
  • fixed broken IE11 support
  • reduce bundle size

Features

v2.0.0-rc.51

09 Jun 12:50

Choose a tag to compare

Bug Fixes

  • use openapi-core to bundle definition instead of json-schema-ref-parser (5033946),
    closes: #1506, #1478
  • add disable-google-font parameter to serve command in cli (c7bbef5), closes #1501

v2.0.0-rc.50

09 Jun 12:50
8bee3d5

Choose a tag to compare

Bug Fixes

v2.0.0-rc.49

09 Jun 12:50
753b4ab

Choose a tag to compare

Bug Fixes

  • crash on multiple examples on parameter object (0dce880), closes #1485
  • fix SourceCodeWithCopy component to be non-pure (040ce72)
  • pass boolean and number values as a string in highlight function (#1512) (c874a59)

v2.0.0-rc.48

09 Jun 12:50
7b78e75

Choose a tag to compare

Bug Fixes

Features

v2.0.0-rc.46

09 Jun 12:49
faf6fd0

Choose a tag to compare

Bug Fixes

Features

v2.0.0-rc.45

09 Jun 12:49
aa53416

Choose a tag to compare

Bug Fixes

  • fix the name of OpenID Connect security scheme (#1425) (c11f679)
  • increase colors contrast to make them more accessible (#1433) (e2de5b0)

Features

  • add field constraint indicator for uniqueItems (#1423) (c0ae9de), closes #1353
  • new extensions hook PropertyDetailsCell + wrap property name into span (0703f73)

v2.0.0-rc.44

09 Jun 12:49
67331ac

Choose a tag to compare

Features

  • new extensions hook PropertyDetailsCell + wrap property name into span (0fae030)