elements
elements copied to clipboard
Build beautiful, interactive API Docs with embeddable React or Web Components, powered by OpenAPI and Markdown.
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.6.2 to 2.9.0. Release notes Sourced from mini-css-extract-plugin's releases. v2.9.0 2.9.0 (2024-04-16) Features add support for link preload/prefetch (#1043) (ee25e51) added the defaultExport option to generate default...
## Current Situation In lower/dev environments, hosting Stoplight Elements behind something like a software load balancer/proxy (Traefik/Fabio/Nginx, etc) can sometimes mean that they are accessed via a subfolder-like path. Example...
## Context Our OpenAPI files contain references to common schemas defined in separate YaML files ## Current Behavior If I have "$ref" in OpenAPI document with a relative path, it...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.3 to 7.24.5. Release notes Sourced from @babel/preset-env's releases. v7.24.5 (2024-04-29) Thanks @romgrk and @sossost for your first PRs! :bug: Bug Fix babel-plugin-transform-classes, babel-traverse #16377 fix: TypeScript...
## Context I'm trying to build latest changes in main branch using node v20 Node version: 20.11.1 yarn version: 1.22.19 Platform: Darwin Kernel Version 22.6.0 arm64 ## Current Behavior Build...
# Elements Default PR Template In general, make sure you have: (check the boxes to acknowledge you've followed this template) - [x] Read [`CONTRIBUTING.md`](../CONTRIBUTING.md) This PR removes the unnecessary rounded...
Fixes #2582 Related to STOP-619, STOP-638 This PR does the following: - bumps node from 14.13 to 16.20 - bumps `@stoplight/scripts` package from 9.3.4 to 10.0.0 - fixed all resulting...
## Describe the bug If an object within a schema only contains readOnly properties, the POST request display shows the object name with no properties underneath it. The object name...
**Description:** Elements currently does not handle arrays in "Try It" for parameters. As a user who has arrays in parameters, I should be able to make "Try It" calls successfully....
- [x] Read [`CONTRIBUTING.md`](../CONTRIBUTING.md) The HTTP spec does not forbid using request bodies for GET, DELETE and other methods (see https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET for example). OpenAPI doesn't forbid this either, so it...