Vladimír Gorej
Vladimír Gorej
We'll most likely not be addressing the inline svg images in CSS. It's a big time investment not worth the effort. I'll do another analysis and the goal is to...
I'm open to suggestions how to resolve this. I've already elaborated in https://github.com/swagger-api/swagger-ui/issues/7540#issuecomment-1718984278 what can be done. Both options have pros and cons. IMHO ideal is to go for option...
> Does somebody implements it? I want to use swagger-ui-dist because I don't really need to implement a complex frontend (with React installed or making a pre compiled interface) on...
Hi everybody, > NOTE: this is OpenAPI 3.1.0 specific feature Here is **proposed implementation**: Inside the Auth dialog, we can just display the information that the `mutualTLS` was defined and...
I've counted that the codebase contains: - [17 `UNSAFE_componentWillReceiveProps` methods](https://github.com/search?q=repo%3Aswagger-api%2Fswagger-ui%20UNSAFE_componentWillReceiveProps&type=code) - [1 `UNSAFE_componentWillMount` method](https://github.com/search?q=repo%3Aswagger-api%2Fswagger-ui+UNSAFE_componentWillMount&type=code) In order to make the situation better, we have to replace each of this methods either...
Hi everybody, This issue has been addressed upstream in https://github.com/swagger-api/swagger-js/pull/3078 --- **OpenAPI 3.x.y definition**: ```json { "openapi": "3.0.0", "paths": { "/upload/": { "post": { "tags": [ "upload" ], "operationId": "upload",...
Addressed by https://github.com/swagger-api/swagger-ui/pull/9105
Addressed in https://github.com/swagger-api/swagger-ui/pull/9111. Icon stayed right, but the UX has been improved.
Hi @jashanbhullar, SwaggerEditor is now released under two major release channels: 1. SwaggerEditor@4 - released from [master](https://github.com/swagger-api/swagger-editor/tree/master) branch and deployed at https://editor.swagger.io/ 2. SwaggerEditor@5 - released from [next](https://github.com/swagger-api/swagger-editor/tree/next) branch and...
@jashanbhullar thanks for clarification. You're steps of reproduction have been extracted into separate issue: https://github.com/swagger-api/swagger-ui/issues/9134. Simply said, SwaggerUI contains JSON Schema Draft 4/5 related primitive value validation. This validation needs...