summaryrefslogtreecommitdiff
path: root/src/core/components
AgeCommit message (Expand)Author
2024-05-14fix(components): add support for oneOf/anyOf JSON Schema keywords in paramete...Oliwia Rogala
2024-05-10fix(components): fix rendering for empty examples in responses (#9926)Oliwia Rogala
2024-05-07fix(components): render parameter extensions in the description column (#9883)nightingale
2024-05-07fix: render null values included in enum (#9683)kyoungmin kim
2024-04-18fix(config): cast configuration values into proper types (#9829)Oliwia Rogala
2024-04-10refactor: consolidate all JSON Schema 5 rendering code into json-schema-5 plu...Vladimír Gorej
2024-04-10fix(oas3): compensate for JSON Schemas left unresolved by swagger-client (#9794)Oliwia Rogala
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-06refactor(components): rewrite ModelExample into functional component (#9668)Vladimír Gorej
2024-03-06fix: avoid rendering empty response schemas (#9667)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-09fix: add missing HTML id attributes (#9563)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-11-22fix(auth): allow password managers to pre-fill input fields (#9390)Artur
2023-11-20fix(styling): ensure authorize button stays on the right (#9387)Ochuko Pedro
2023-11-10fix(styling): make Operations more responsive on smaller screens (#9325)Ochuko Pedro
2023-11-09fix(response-body): show download button both for non-empty Blob and string r...Michał Korczak
2023-11-09fix(a11y): remove redundant aria-label from accordion button (#9361)Maggie Wachs
2023-09-28feat: add wrapper for version labels (#9264)Patryk Rosiak
2023-09-22feat(operation-summary): move JumpToPath component after collapse/expand icon...Krzysztof Kowalczyk
2023-09-14fix(security): allow more strict CSP for SVG assets (#9209)Vladimír Gorej
2023-09-07feat(a11y): provide additional context for authorization and logout button (#...Jelle Aret
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(ui): make download button accessible via keyboard (#8974)Aleksandr Vladykin
2023-08-16fix(ui): change copy to clipboard button location (#9111)Vladimír Gorej
2023-07-20feat: add Icons pluginDamian Polewski
2023-06-01refactor: use samples plugin to generate schemas examples (#8728)Vladimír Gorej
2023-04-26Merge branch 'master' into nextVladimir Gorej
2023-04-26fix(response-body): remove download button when content is empty (#8579)Krzysztof Kowalczyk
2023-03-21Merge branch 'master' into nextVladimir Gorej
2023-03-17refactor(oas31): simplify Webhooks component by utilizing selectors (#8481)Vladimír Gorej
2023-03-16refactor(oas31): concentrate OpenAPI 3.1.0 code to separate plugin (#8475)Vladimír Gorej
2023-03-13fix: decode model schema name on model component (#8400)Enzzo
2023-02-03feat: OpenAPI 3.1 support (#8367)Tim Lai
2022-11-08fix(try-it-out): reset of oas3 requestBody should use default values (#8265)Mathias Spanhove
2022-11-04fix: show client secret input for PKCE auth code flow (#8268)Andreas Born
2022-10-14feat(try-it-out): display validation error messages (#8212)Dan Wallis
2022-09-21fix: expand model if depth <= defaultModelExpandDepth (#8186)twjasa
2022-08-17feat: Render external docs links and descriptions (#7559)Fabian Schneider
2022-08-12docs: fix typos and update https references (#8154)Andreas Deininger
2022-08-10fix(auth): client_secret may appear in non-authcode flows while also using PK...Vladimir Slesarev
2022-07-19fix(lint): upcoming eslint@8 reported errors (#8105)Tim Lai
2022-07-19fix: audio src cache change (#8102)Tim Lai
2022-07-18feat(ux): add copy to clipboard to operation summary (#8094)Tomas Bruckner
2022-06-03fix: remove dead code and format document (#8048)twjasa