Skip to content

Swagger Editor 3.6.35 Released!

Choose a tag to compare

@swagger-bot swagger-bot released this 15 Sep 21:04

This release improves the scoping of Swagger Editor's stylesheets: going forward, everything in the core CSS assets are scoped within .swagger-editor instead of #swagger-editor (via #2043).

This change will be transparent to most users, but if you're using a custom layout that does not reuse <EditorLayout> or <StandaloneLayout>, you may need to add className="swagger-editor" to the root element of your layout to pick up the new structure of the stylesheets in your layout. (As a reminder, CSS class names are not part of our public API, so this is not a breaking change.)