elements icon indicating copy to clipboard operation
elements copied to clipboard

Build beautiful, interactive API Docs with embeddable React or Web Components, powered by OpenAPI and Markdown.

Results 313 elements issues
Sort by recently updated
recently updated
newest added

# Elements Default PR Template [STOP-4166](https://smartbear.atlassian.net/browse/STOP-4166) ## Description Handled Active Element of Table Of Content. ## How Has This Been Tested? Tested Locally ## Screenshot(s)/recordings(s) - [ ] Read [`CONTRIBUTING.md`](../CONTRIBUTING.md)...

Given the following schema for a theoretical request/response body: ` { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "myArray": { "type": "array", "items": { "type": "object", "properties": { "identifier": { "type":...

Bumps [form-data](https://github.com/form-data/form-data) from 3.0.2 to 3.0.4. Changelog Sourced from form-data's changelog. v3.0.4 - 2025-07-16 Fixed [Fix] append: avoid a crash on nullish values [#577](https://github.com/form-data/form-data/issues/577) Commits [eslint] update linting config f5e7eb0...

dependencies
javascript

## Problem HashRouter navigation is broken in Stoplight Elements v9.0+ when used in web component contexts (Custom Elements) or when embedded in other SPA frameworks like VitePress. **Symptoms:** - ✅...

## Context In an effort to make my API definition more detailed, I started using the `nullable` directive where needed. Using the latest Stoplight Elements as defined at: ``` ```...

# Elements Default PR Template In general, make sure you have: (check the boxes to acknowledge you've followed this template) - [ ] Read [`CONTRIBUTING.md`](../CONTRIBUTING.md) #### Other Available PR Templates:...

# Elements Default PR Template [STOP-2651](https://smartbear.atlassian.net/browse/STOP-2651) [STOP-2652](https://smartbear.atlassian.net/browse/STOP-2652) [STOP-2999](https://smartbear.atlassian.net/browse/STOP-2999) ## Description Bump up **pbkdf2, sha.js** to fix the Vulnerabilities. ## How Has This Been Tested? Tested Locally ## Screenshot(s)/recordings(s) *Before* *After*...

The `lockfile-maintenance` task has been broken for quite some time e.g. see https://app.circleci.com/pipelines/github/stoplightio/elements/10065/workflows/297cd28c-c660-4d1f-87be-5837984512fc/jobs/46146 Either the command needs to be updated or the script renamed.

## User Story Description As a consumer of the elements web-component, I want to be able to add my own custom styling to elements to make minor tweaks to the...

enhancement
triaged

When an object as a default value overridden, it doesn't show in the doc. Here a small snippet to show the problem: Page is defined inline (Ok: default is shown...