Date: September 19, 2018
What’s New?
The Swagger UI tool window is now decoupled from the editor. The tool window no longer disappears when you switch to a file that isn’t an API specification. When you open the tool window for the first time, it will try to load the active file in the editor. After that initial load you can use the toolbar to choose a file to display. The icon on the left is to load the current active file in the editor into Swagger UI. The browse control in the middle lets you choose any API specification. If the file you’re editing and the file displayed in Swagger UI are the same, the Swagger UI preview is updated when you make a change to the file in the editor. Thanks @WillGibson for pointing out this usability issue.
Improvements
Swagger UI no longer freezes when you’re editing operation parameters.
File completions for $ref values work again.
Increased the expire claim for subscription tokens and added extra leeway when verifying the token. This should solve issues #690, #689, #688, #687, #686, #684, #683, #678, #677 and #676.