elements
elements copied to clipboard
Build beautiful, interactive API Docs with embeddable React or Web Components, powered by OpenAPI and Markdown.
## Describe the bug When using content type application/x-www-form-urlencoded, examples are not available in Try It ## To Reproduce 1. Create new endpoint with content type application/x-www-form-urlencoded 2. Create examples...
## Summary In https://github.com/stoplightio/elements/issues/2058 we discovered that CRA 5+ does not (and will not) work with the existing elements template repos because CRA templates cannot eject and modify their webpack...
## Is your feature request related to a problem? @philsturgeon asked me to open this after discussing on Slack. Implementing a security scheme with a custom schema type should technically...
## Describe the bug Request body in applicaiton/xml is formatted as JSON in samples/request. Is this a bug or xml is not (and will not) be supported ? ## To...
## Summary Today, if you have a link to a supported embed in markdown, we try to render it as an embed. Lets not do that. ## Tasks - Plain...
## Describe the bug Slack thread: https://stoplight-internal.slack.com/archives/C029YQEEALD/p1637705560313100 See conversation on a previous PR: https://github.com/stoplightio/elements/pull/1867#discussion_r755456248 Code that was removed: https://github.com/stoplightio/elements/pull/1867/files#diff-68a5fef9b2c6320bf5ecb0adac2b3c688d957d53fda3d3e978d27b476988a0f4L13
## Describe the bug Request sample sometimes contain an undefined token. ## To Reproduce 1. Open a spec with Oauth security and open a page that requires it. For example:...
## Describe the bug @stoplight/elements depends on json-schema-generator, which uses the legacy optimist package. optimist is vulnerable to [CVE-2020-7598](https://github.com/advisories/GHSA-vh95-rmgr-6w4m). Since optimist has not been updated for 8 years, teams are...
## Summary When there are oneOf-objects in allOff-array, the order is reversed.  ## Tasks - [ ] The order of oneOf-objects should be not be reversed. - [ ]...
## Describe the bug Article headings wrapped in ` `` ` e.g.: ``` ### `editor` ``` Are not visible within article ToC ## To Reproduce 1. Open `Platform Docs` in...