Skip to content

Commit a4c4bac

Browse files
Merge pull request #1029 from redhat-developer/release-1.15.0
updated changelog and versions for release 1.15.0
2 parents 2bce1e4 + f2c6b7a commit a4c4bac

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
### 1.15.0
2+
- Fix: maxItemsComputed settings name [#936](https://github.com/redhat-developer/vscode-yaml/pull/936)
3+
- Fix: Update telemetry to 0.8.0 [#1023](https://github.com/redhat-developer/vscode-yaml/pull/1023)
4+
- Fix: GH version updated [#1027](https://github.com/redhat-developer/vscode-yaml/pull/1027)
5+
- Fix: some small type issues [#918](https://github.com/redhat-developer/yaml-language-server/pull/918)
6+
- Add: volar-service-yaml to clients [#920](https://github.com/redhat-developer/yaml-language-server/pull/920)
7+
- Fix: Remove ide-yaml from known clients [#921](https://github.com/redhat-developer/yaml-language-server/pull/921)
8+
- Fix: schema loading performance [#923](https://github.com/redhat-developer/yaml-language-server/pull/923)
9+
- Fix: undefined error in mergingResult.problemArgs [#924](https://github.com/redhat-developer/yaml-language-server/pull/924)
10+
- Add: unify string insert text for array and property [#934](https://github.com/redhat-developer/yaml-language-server/pull/934)
11+
- Add: Improve some special cases for selection ranges [#939](https://github.com/redhat-developer/yaml-language-server/pull/939)
12+
- Fix: show all enums on hover [#942](https://github.com/redhat-developer/yaml-language-server/pull/942)
13+
- Fix: update README syntax highlighting [#945](https://github.com/redhat-developer/yaml-language-server/pull/945)
14+
- Fix: render examples as yaml on hover [#947](https://github.com/redhat-developer/yaml-language-server/pull/947)
15+
- Fix: snippets in additionalProperties [#951](https://github.com/redhat-developer/yaml-language-server/pull/951)
16+
- Fix: crash when url is undefined [#954](https://github.com/redhat-developer/yaml-language-server/pull/954)
17+
- Fix: Add null check for customTags [#955](https://github.com/redhat-developer/yaml-language-server/pull/955)
18+
19+
Thanks to [Remco Haszing](https://github.com/remcohaszing), [Petr Spacek](https://github.com/p-spacek), [Tony](https://github.com/Legend-Master), [Gustav Eikaas](https://github.com/GustavEikaas), [Skip Baney](https://github.com/twelvelabs) and [Pierre Prinetti](https://github.com/pierreprinetti) for your contributions.
20+
121
### 1.14.0
222
- Fix: Request textDocument/hover failed with message: Invalid regular expression: /(?s).*/: Invalid group [#874](https://github.com/redhat-developer/yaml-language-server/issues/874)
323
- Fix: nested anyof const [#888](https://github.com/redhat-developer/yaml-language-server/pull/888)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"license": "MIT",
17-
"version": "1.14.1",
17+
"version": "1.15.0",
1818
"publisher": "redhat",
1919
"bugs": "https://github.com/redhat-developer/vscode-yaml/issues",
2020
"repository": {

0 commit comments

Comments
 (0)