Skip to content

Releases: rapi-doc/RapiDoc

v9.3.4

15 Jan 06:00
Compare
Choose a tag to compare

Release 9.3.4

--

v9.3.3

04 Jul 19:35
Compare
Choose a tag to compare

Enhancements

  • Added new css parts from api-response area to allow more style customization
  • #773 - allow changing navbar search section styles
  • Graceful handling of application/x-ndjson content type.
  • Improved Request Parameter example description and summary rendering
  • #769 - XML formatting performance improvement

Fixes

  • #757 - ReadOnly and WriteOnly schema attributes are better aligned with the spec and considers Webhook and Callbacks
  • #771 - Clear previous response text before fetching (helps with slow responses)
  • #768 - honor response-area-height attribute
  • #762 #776 - x-fill-example vendor extension for array was not working as expected
  • #726 #763 - Example in focused mode should reset to original on navigating from one endpoint to another
  • #775 gotoPath in focused mode was broken

9.3.2

25 May 07:52
Compare
Choose a tag to compare

Enhancements

  • #682 - Color coded method names on navigation bar Example
  • Schema and JSON trees now highlights matching braces on hover
  • #686 - vendor extension to allow stopping of auto-filling parameter values
  • #681 - Improve readability and discoverability of description and constraints in schema
  • #700 new vendor extension to pre-set receiving oauth token location to header or request-body
  • #710 - show schema title in schema even when description is not provided
  • Allow resizing API response div - helps to read large responses
  • #708 #685 allow examples to be listed using the description/summary
  • #755 #742 Exported new css parts
  • #752 - Use title instead of the text 'Overview' in navbar

Fixes

  • #687 - deprecated parameter indicator for query and path params.
  • fixed method class name that was conflicting with prism css class
  • #724 remove double quotes from filename when downloading binary/file responses
  • #714 - render optional auth as 'none'
  • #738 - Button element for clear-filter on navbar
  • fix request parameter table rendering (missing borders in certain cases)
  • #727 readonly and writeonly schema for webhooks and callbacks are inverted

Release 9.2.0

24 Feb 15:02
Compare
Choose a tag to compare

New Features

  • Upgrade to lit 2.0 our core framework for rendering
  • #602 Added ability to style deeply nested components like TRY button Example
  • #637 - Allow aborting TRY (fetch request)
  • New Event request-aborted added (fires when fetch request is aborted)
  • #662 Added new vendor extension x-default-scopes that supports pre-selecting oAuth Scopes - **Thanks @micheletriaca **
  • #622 - added support for rendering application/jose content type

Bug Fixes

#592 - Array Min and Max constraints were being ignored
#626 - Titles in schema were not being rendered
#591 - Query Parameters were not rendered if the values are 0 or false - **Thanks @micheletriaca **
#670 - Improved parameter rendering alignment

Other Changes that might effect UI rendering

  • Default tab of schema now displays EXAMPLE (instead of SCHEMA). Use default-schema-tab = "schema" to retain previous behavior

Release 9.1.8

19 Feb 16:53
Compare
Choose a tag to compare

Fixes

  • #658 fixed broken integration with vue-js 2

Release 9.1.7

19 Feb 14:41
Compare
Choose a tag to compare

New Features

  • #639 provision non-minified build along with minified and generate sourcemap

Bug Fixes

  • #641 - honor route-prefix when manually providing routes on location bar
  • #648 - ref resolving for certain corner cases were not working as expected due to an issue with swagger-client is now handled

Others

  • Improve docker documentation
  • released latest docker Image
  • Updated ESLint to version 8+
  • Updated other packages

release 9.1.5 and 9.1.6 are deprecated and should not be used

Release 9.1.4

22 Jan 15:00
Compare
Choose a tag to compare

Bug Fixes

  • Fixes #631 - support for sending reserved chars in the API request as is
  • Fixed Dockerfile generation
  • Fixed copy/pasting strings into array fields to combine new and old values
  • Fixed #606 - handle nulls
  • Fixed #584 - markdown list font size fix
  • Fixed #575 fixes #581 - annotate readonly object and array fields
  • Fixed #577 - search and advance-search consistent show/hide behavior in read and view mode
  • Fixed #578 - hide view spec file button if the spec-file is not in json format
  • Fixed #576 - spacing for nav-logo slot was leaking to other slots too
  • Fixed #570 - api-key with non-bearer scheme contains a leading space

New Features

  • Support for storing and recovering API-Keys in local-storage

Release 9.1.3

27 Sep 01:53
Compare
Choose a tag to compare

Patch Release

  • Documentation Fixes #557 - Thanks @cooljeffro
  • #556 - allow user to hide/show API Spec download links
  • #540 - required and deprecated fields should be annotated for form-data
  • #563 - fixes callback rendering of certain edge cases - thanks @Wachiwi
  • #565 - fixes certain edge cases of curl syntax - thanks @fornwall
  • #566 - fixes certain edge cases of example generation - thanks @jekkel
  • #482 - allow scope to be rendered when provided for non-oauth security schemes too (new in OpenAPI 3.1)
  • #245 - JSON examples should have quoted keys

Release 9.1.2

20 Sep 07:39
Compare
Choose a tag to compare

Patch Release

  • Fixed a minor issue with undefined

Release 9.1.1

20 Sep 07:28
Compare
Choose a tag to compare

Patch Release

  • Fixed a bug introduced in 9.1.0 where api-key is provided was not added to the request header