Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SwaggerEditor@next: adapter to swagger-ui-react@5.17.0 #4972

Closed
char0n opened this issue Apr 24, 2024 · 1 comment
Closed

SwaggerEditor@next: adapter to swagger-ui-react@5.17.0 #4972

char0n opened this issue Apr 24, 2024 · 1 comment

Comments

@char0n
Copy link
Member

char0n commented Apr 24, 2024

swagger-ui-react@5.17.0 comes with new way of exposing it's default configuration not based on defaultProps which have become deprecated. The goal of this issue is to integrate with the new SwaggerUI configuration.

Main change:

  • instead of deprecated default props, we use props destructuring with defaults from SwaggerUI.config.defaults
@char0n
Copy link
Member Author

char0n commented Apr 24, 2024

Addressed in #4973

@char0n char0n closed this as completed Apr 24, 2024
swagger-bot pushed a commit that referenced this issue Apr 24, 2024
# [5.0.0-alpha.94](v5.0.0-alpha.93...v5.0.0-alpha.94) (2024-04-24)

### Bug Fixes

* **content-read-only:** priorize explicit prop over redux state ([#4977](#4977)) ([91cc57c](91cc57c)), closes [#4976](#4976)
* **editor-safe-render:** fix list of safe components ([#4979](#4979)) ([d299d75](d299d75))

### Features

* integrate with new SwaggerUI config capabilities ([#4973](#4973)) ([481cb31](481cb31)), closes [#4972](#4972)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant