Skip to content

Releases: Redocly/redoc

v2.0.0-rc.9

08 Jul 05:35
Compare
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
Compare
Choose a tag to compare

Bug Fixes

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

v2.0.0-rc.8

13 May 10:10
Compare
Choose a tag to compare

Bug Fixes

v2.0.0-rc.7

13 May 09:23
Compare
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
Compare
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
Compare
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).

v2.0.0-rc.4

13 May 06:01
Compare
Choose a tag to compare

Bug Fixes

  • move swagger2openapi to deps because of missing transitive deps (ed9b878)

Features

v2.0.0-rc.3

13 May 06:02
Compare
Choose a tag to compare

Bug Fixes

Features

  • support externalValue for examples (2cdfcd2), closes #551 #840
  • cli: Add templateOptions param to pass additional data to custom template (#792) (4e8ee03)

v2.0.0-rc.2

13 May 06:06
Compare
Choose a tag to compare

Bug Fixes

  • make padding for md code blocks and code samples consistent (007752d)
  • make syntax highlighting for md js code blocks same as for payload samples (d197c0f)
  • Only display API version if present (#773) (fb3cb36)

v2.0.0-rc.1

13 May 06:07
Compare
Choose a tag to compare

Bug Fixes

  • allow docker container serving under non-root URLs (#731) (cfb6f0f), closes #730
  • make example/defaults badge consistent with code blocks (fa39ce4)
  • pattern constrain spacing (c7436f2)
  • sidebar navigation issues when scrollYOffset is float number (c04f387), closes #748