Releases: stoplightio/studio
Releases · stoplightio/studio
1.13.1
- Upgrade Spectral to v5.5.0-beta8
- Fixes incorrect rendering of markdown code blocks
- Fixes crash when sending HTTP requests from an OpenAPI document containing circular references
1.13.0
1.12.0
Added
- Upgrade Spectral from v5.0.0 to v5.4.0-beta.1
- Rule exceptions: (#747)
- Add option to enable global security on an Operation: (#322)
- Allow creating array of arrays in the JSON Schema editor: (#331)
Fixed
- Show warning instead of error when exporting bundled file containing invalid $refs
- Correctly add enums to array[string]: (#301)
- Preserve x-faker properties when editing additional properties with the forms editor: (#375)
- JSON Schema Editor does not update when switch branches
- Keep property type selector open after selecting property type
- Prevent git auto-pull from triggering git credentials dialog
- Display darker background color for HTTP methods on light theme: (#406)
- Order of Properties is not consistent with file: (#135)
- Strings are converted to numbers in samples if they begin by 0: (#302)
- Usable vertical scrollbars: (#405)
- Linking from API to Markdown with (and without anchor) doesn't work
- Tags created in Forms view not added to top-level tags attribute: (#377)
1.11.0
v1.11.0 request maker mismatches
1.10.2
- fixes an issue where adding a path parameter resulted in an error "i.translateParameterObject is not a function" https://github.com/stoplightio/studio/issues/351
1.10.1
- perf: significant reduction in initial load time for projects with a large number of markdown files
1.10.0
- fix: base path not reflected in http request code generation https://github.com/stoplightio/studio/issues/335
- fix: setting default does not account for parameter type https://github.com/stoplightio/studio/issues/292
- fix: changing a path does not update the mock server path https://github.com/stoplightio/studio/issues/316
- feat: add support for $ref'ing parameters from files in this project and external urls in the forms view https://github.com/stoplightio/studio/issues/170
- feat: add export option to "bundle" multiple files into a single schema that only has internal $ref pointers
- feat: add mocking to HTTP operation "Try It"
- perf: improved load time of large projects
1.9.2
- Fixes an issue where Studio Desktop's mock server was returning an error
1.9.1
- Fixes an issue where markdown files were previewing incorrectly https://github.com/stoplightio/studio/issues/327
1.9.0
v1.9.0 Fix typo (#321)