Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
deiteris committed May 18, 2021
1 parent 619ede3 commit 0a9b358
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 1.3.2

### API preview improvements

* Use VS Code debug token colors to provide proper code highlight.

* Use editor foreground color for preformatted text and code tags.

* Fix colors of documentation that was toggled inside the Try It section.

* Fix color of the file information when uploading a file with multipart form.

* Improve colors for high contrast themes.

* Fix content overflow of the documentation section. Now the items inside the documentation section are scrollable instead of the entire documentation section.

* Fix overflow property of the API console element to reduce bottom scrollbar.

* Fix selection highlight inside code tags.

### Known issues

* Code highlight inside request body editor does not exactly match the highlight inside examples (f.e., json fields have the same color as string values).

* Code highlight in code examples may be inconsistent or incorrect in some cases.

## 1.3.1

### Changes
Expand Down

0 comments on commit 0a9b358

Please sign in to comment.