Skip to content

Release 7.0.0

Compare
Choose a tag to compare
@mrin9 mrin9 released this 03 Nov 19:33
· 1327 commits to master since this release

Breaking Changes

  • Removed support for api-list-style group by path option. The following attributes no longer have any effect
    • api-list-style
    • allow-api-list-style-selection

New Features (Custom Themes)

Custom themes are now possible , instead of just light and dark themes. Checkout some sample schemes in the example https://mrin9.github.io/RapiDoc/examples/themes.html

following are new attributes added to support custom theming

  • bg-color
  • text-color

Bug Fixes

  • Fixed a regression where api-key-value was not working as expected #72
  • Properly handle query params which are array with the option of explode=false #69