summaryrefslogtreecommitdiff
path: root/src/core/plugins
AgeCommit message (Expand)Author
2024-05-21fix(config): define missing default options and their types (#9949)Oliwia Rogala
2024-05-15fix(oas31): fix re-rendering of the Webhooks component (#9938)Oliwia Rogala
2024-05-08fix(json-schema-5): allow collapsing for primitive models (#9639)Daksh
2024-05-07fix: render null values included in enum (#9683)kyoungmin kim
2024-04-25fix(config): remove system config source (#9875)Oliwia Rogala
2024-04-23fix(json-schema-2020-12-samples): skip anyOf and oneOf while merging schemas ...Oliwia Rogala
2024-04-20docs: fix typos in code comments (#9841)careworry
2024-04-18fix(config): cast configuration values into proper types (#9829)Oliwia Rogala
2024-04-18style(request-snippets): change name of active tab class (#9839)Vladimír Gorej
2024-04-16feat(request-snippets): use active class modifier for active snippet (#9826)Vladimír Gorej
2024-04-15feat: expose build info via new versions plugin (#9820)Vladimír Gorej
2024-04-11refactor(json-schema-2020-12-samples): design formatAPI consistent with media...Twan Kamp
2024-04-10fix(spec): format validation errors for nested parameters (#9775)Oliwia Rogala
2024-04-10refactor: consolidate all JSON Schema 5 rendering code into json-schema-5 plu...Vladimír Gorej
2024-04-09fix(json-schema-2020-12-samples): apply string constraints sensibly (#9796)Vladimír Gorej
2024-04-09feat(json-schema-2020-12-sample): introduce option API (#9795)Vladimír Gorej
2024-04-08fix(oas31): allow override names of top level schemas (#9787)Vladimír Gorej
2024-04-06refactor(syntax-highlighting): use component wrapping for syntax highlighting...Vladimír Gorej
2024-04-05feat: consolidate syntax highlighting code into standalone plugin (#9783)Vladimír Gorej
2024-03-29fix(oas3): add support for oneOf/anyOf JSON Schema keywords in request-body r...Oliwia Rogala
2024-03-29fix(oas3): fix getting initial values for request body in OpenAPI 3.x (#9762)Oliwia Rogala
2024-03-29feat(plugins): expose JSON Schema merging mechanism from samples plugins (#9766)Oliwia Rogala
2024-03-26fix(json-schema-2020-12-samples): fix constraints for integer example values ...Oliwia Rogala
2024-03-13fix(request-snipppets): fix issues in escaping Powershell (#9692)Vladimír Gorej
2024-03-13fix(oas3): escape regular expression before using it (#9691)Vladimír Gorej
2024-03-13fix(spec): validation errors formatting (#9687)Oliwia Rogala
2024-03-06fix(oas31): render responses with empty content field (#9664)Vladimír Gorej
2024-02-23fix(oas3): attempt to render schemas not resolved by swagger-client (#9629)Oliwia Rogala
2024-02-15fix: associate HTML labels with inputs (#9599)Oliwia Rogala
2024-02-15fix(spec): ignore empty string for multi-value parameter (#9511)Julien
2024-02-14fix(json-schema-2020-12): expand deeply all Schema Objects and complex keywor...Oliwia Rogala
2024-02-12fix(spec): set multi-value parameters as an immutable list (#9567)Oliwia Rogala
2024-02-09fix: add missing HTML id attributes (#9563)Vladimír Gorej
2024-02-07fix(spec): render response body for non-200 responses (#9555)Oliwia Rogala
2024-01-26fix(oas31): make selectors always return expected shapes (#9519)Vladimír Gorej
2024-01-08refactor: replace defaultProps with JavaScript default parameters (#9464)Vladimír Gorej
2024-01-04fix: use JavaScript default parameters instead React's defaultProps (#9453)Joon Kyoung
2023-12-20feat: add support for React@18 in backward compatible way (#9435)Vladimír Gorej
2023-12-20chore(deps): bump reselect from 4.1.8 to 5.0.1 (#9430)Vladimír Gorej
2023-11-13feat(samples): add base64url support for contentEncoding keyword (#9246)Bas Schoenmaeckers
2023-11-13fix(oas31): use system.fn as source of truth for Model wrapper (#9153)Pierre PLR
2023-09-29feat: add wrapper for OpenAPI 3.1.0 version label (#9267)Patryk Rosiak
2023-09-18fix(callbacks): display all defined callbacks (#9223)Vladimír Gorej
2023-09-14fix(resolve): make retrievalURI absolute before resolution (#9214)Vladimír Gorej
2023-09-13feat: add mutualTLS auth option (#9193)Patryk Rosiak
2023-09-05feat(json-schema): expose API that generates examples from JSON Schema (#9190)Vladimír Gorej
2023-09-05feat: expose plugins and presets on SwaggerUI global symbol (#9189)Vladimír Gorej
2023-08-31feat(info): indicate OpenAPI 2.0 definition version (#9167)Krzysztof Kowalczyk
2023-08-16fix: expand tags and operations predictably in multiple SwaggerUI instances ...Richard Wilburn
2023-08-02fix(request-body): access data of request body in safe way (#9110)Vladimír Gorej