json-schema-viewer
json-schema-viewer copied to clipboard
A JSON Schema viewer React component
Bumps [webpack](https://github.com/webpack/webpack) from 5.67.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
environment: "react": "^17.0.2", "react-dom": "^17.0.2", "@stoplight/json-schema-viewer": "4.5.0", "@stoplight/markdown-viewer": "^5", "@stoplight/mosaic": "^1.24.4", "@stoplight/mosaic-code-viewer": "^1.24.4", warning [DEPRECATED]: use `useSetAtom` from `jotai` instead.
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Every time when component unmount react reports about memory leak because of active subscriptions/async tasks in component effects.
JSV should report error on ref to api file with no pointer; we should also use the same error messages we log in the corresponding code editors. No pointer issue:...
https://user-images.githubusercontent.com/9273484/232079700-61f327c0-b145-4fbc-8bdd-f8fcca52b902.mp4
title field do not render. ## Example "definitions": { "MessageType": { "description": "message type, such as ....", "title": "Message Type", "type": "string" }, } ## Environment - Version used: Google...
## Context if i have the following schema: ```json ... "properties": { "compile_features": { "$ref": "#/definitions/attributes/compile_features@0" }, } ... "compile_features@0": { "description": "Specifies a list of Compiler Features that must...