-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"codemirror-json-schema": minor | ||
--- | ||
|
||
**Breaking Change**: replaces backticks with `<code>` blocks in hover and completion! This just seemed to make more sense. | ||
|
||
- upgrade `json-schema-library` to the latest 8.x with patch fixes, remove "forked" pointer step logic | ||
- after autocompleting a property, when there is empty value, provide full autocomplete options | ||
- as noted in the breaking change notice, all psuedo-markdown backtick ``delimiters are replaced with`<code>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters