RapiDoc
RapiDoc copied to clipboard
RapiDoc -WebComponent for OpenAPI Spec
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...
Hello RapiDoc Team, I've encountered an issue where the left navigation menu (API Store, Operations, etc.) is completely hidden when viewing the official RapiDoc demo page in Safari on a...
Advanced search includes ability to search via request body parameters, but not via the response body parameters. There might be situations where response description is inconsistent, or does not include...
Background: We are using rapidoc by embedding rapidoc within a page in our angular application. Issue: We are incurring an issue where if the auth/bearer/http token button is clicked it...
Adding `xml/attribute: true` to a property should convert it to a XML attribute. The example from [swagger](https://swagger.io/docs/specification/v3_0/data-models/representing-xml/) ``` book: type: object properties: id: type: integer xml: attribute: true title: type:...
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.12.2. Release notes Sourced from axios's releases. Release v1.12.2 Release notes: Bug Fixes fetch: use current global fetch instead of cached one when env fetch...
This adds support for `x-extensible-enum` displaying it in the same way as regular `enums`. Any chance to get this into upstream?
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.4. Commits f421a23 2.1.4 c412fa1 refactor to same pattern as v3 4b7e868 2.1.3 266194b hardlink tweak from main d97731b 2.1.2 fd1634e symlink tweak from main...
Hard coding "white-space:pre;" in the parent element of the results tab-content means long strings like tokens will always exceed the parent box element and force a horizonal scroll bar. This...
I've integrated Rapidoc on a Nextjs build, i'm trying to edit the css in order to remove the border-top setting in some divs (the blue line at start of a...