summaryrefslogtreecommitdiff
path: root/test/unit/components
AgeCommit message (Expand)Author
2024-05-14fix(components): add support for oneOf/anyOf JSON Schema keywords in paramete...Oliwia Rogala
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-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-02-14test: consolidate unit tests (#9588)Vladimír Gorej
2023-11-09fix(response-body): show download button both for non-empty Blob and string r...Michał Korczak
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-06-01test: align tests with sample plugin changesVladimir 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-17refactor(oas31): simplify Webhooks component by utilizing selectors (#8481)Vladimír Gorej
2022-10-25fix(parameters): allowedValues for enum and boolean types (#8231)ishuen
2022-03-21feat: add modelcollapse to primitive models (#7557)twjasa
2021-11-03refactor: prefix lifecycle methods with UNSAFE_Vladimir Gorej
2021-11-03test(test:unit-jest): fix all failing tests for this scriptVladimir Gorej
2021-05-12feat: Accessibility improvements (#7224)Giles Wells
2020-11-03fix: externalDocs url for tags when using swagger v2.0 (#6579)dalbrx-forcam
2020-10-21feat: support for showExtensions on Response objects (#6535)Shelby Sanders
2020-10-21test(jest): cleanup console warnings/errors (#6547)Tim Lai
2020-10-01fix(parameter-row): rendering of default/example values of 0 (#6454)Tim Lai
2020-09-01feat: migrate unit tests to Jest (#6353)Tim Lai