Redoc Versions Save

📘 OpenAPI/Swagger-generated API Reference Documentation

v2.0.0-rc.60

2 years ago

2.0.0-rc.60 (2022-01-25)

Bug Fixes

Features

v2.0.0-rc.59

2 years ago

Bug Fixes fix scroll in example dropdown (#1803) (bc2d9a7) x-examples for request body param does not display #1743 (#1826) (aaa3b32) Features add option sideNavStyle (#1805) (2e4663b)

v2.0.0-rc.58

2 years ago

v2.0.0-rc.57

2 years ago

Features

v2.0.0-rc.56

2 years ago

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

2 years ago

Bug Fixes

Features

  • added git folder sync config (a69f0fb)

v2.0.0-rc.54

2 years ago

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

2 years ago

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

2 years ago

Bug Fixes

v2.0.0-rc.49

2 years ago

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)