You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## [email protected]
### Minor Changes
- [#64](#64)
[`0aaf308`](0aaf308)
Thanks [@acao](https://github.com/acao)! - **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>`
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rikki Schulte <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# codemirror-json-schema
2
2
3
+
## 0.6.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#64](https://github.com/acao/codemirror-json-schema/pull/64)[`0aaf308`](https://github.com/acao/codemirror-json-schema/commit/0aaf3080f9451bdbdc45f5a812ce50c25f354c57) Thanks [@acao](https://github.com/acao)! - **Breaking Change**: replaces backticks with `<code>` blocks in hover and completion! This just seemed to make more sense.
8
+
9
+
- upgrade `json-schema-library` to the latest 8.x with patch fixes, remove "forked" pointer step logic
10
+
- after autocompleting a property, when there is empty value, provide full autocomplete options
11
+
- as noted in the breaking change notice, all psuedo-markdown backtick \`\`delimiters are replaced with`<code>`
0 commit comments