Skip to content

Commit ed4ee05

Browse files
committed
Release '1.3.0'
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
1 parent 6ae8441 commit ed4ee05

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
### 1.3.0
2+
- Fix: Wrong hover information [#647](https://github.com/redhat-developer/vscode-yaml/issues/647)
3+
- Fix: relative file paths with fragments [#603](https://github.com/redhat-developer/yaml-language-server/pull/603)
4+
- Update K8S json schema version from 1.20.5 to 1.22.4 [#611](https://github.com/redhat-developer/yaml-language-server/pull/611)
5+
- Feat: extend array documentation on completion [#608](https://github.com/redhat-developer/yaml-language-server/pull/608)
6+
- Feat: add more detail into anyOf array completion [#607](https://github.com/redhat-developer/yaml-language-server/pull/607)
7+
- Feat: trim end $1 from completion [#609](https://github.com/redhat-developer/yaml-language-server/pull/609)
8+
- Fix: auto-complete is not working properly [#563](https://github.com/redhat-developer/yaml-language-server/issues/563)
9+
- Fix: TypeError: Cannot read property 'type' of undefined [#652](https://github.com/redhat-developer/vscode-yaml/issues/652)
10+
- Feat: Improve telemetry error logging [#602](https://github.com/redhat-developer/yaml-language-server/pull/602)
11+
- Fix: completion invoke in three different scenarios [#617](https://github.com/redhat-developer/yaml-language-server/pull/617)
12+
- Fix: DefaultSnippets quick suggestions don't show description if they overlap with const defined in if else [#642](https://github.com/redhat-developer/vscode-yaml/issues/642)
13+
- Fix: If maxProperties is set, completion does not work for the last property [#612](https://github.com/redhat-developer/yaml-language-server/issues/612)
14+
- Feat: Add convert to boolean code action [#622](https://github.com/redhat-developer/yaml-language-server/pull/622)
15+
- Remove `getSchemas` method [#626](https://github.com/redhat-developer/yaml-language-server/pull/626)
16+
- Lock `vscode-json-languageservice@4.1.8` [#637](https://github.com/redhat-developer/yaml-language-server/pull/637)
17+
- Feat: disable default props [#606](https://github.com/redhat-developer/yaml-language-server/pull/606)
18+
- Fix: Schema validation matches `@bitnami` as a uri-formatted string. [#586](https://github.com/redhat-developer/yaml-language-server/issues/586)
19+
- Fix: Array indent doesn't work properly inside another array [#634](https://github.com/redhat-developer/yaml-language-server/pull/634)
20+
- Fix: _PROXY environment and setting not honoured since 1.1.1 [#588](https://github.com/redhat-developer/yaml-language-server/issues/588)
21+
- Fix: array indent on different index position [#635](https://github.com/redhat-developer/yaml-language-server/pull/635)
22+
- Feat: parent completion [#628](https://github.com/redhat-developer/yaml-language-server/pull/628)
23+
- Fix: Hammerkit yaml schema picked up instead of Github actions [#565](https://github.com/redhat-developer/vscode-yaml/issues/565)
24+
- Fix: integrated the latest 0.5.7 request-light lib version [#673](https://github.com/redhat-developer/vscode-yaml/pull/673)
25+
26+
Thanks to tonypai, Martti Laine, Petr Spacek, sfalmo
27+
128
### 1.2.2
229
- Fix: LSP triggeringregisterCapability despite dynamicRegistration set to false [#583](https://github.com/redhat-developer/yaml-language-server/issues/583)
330
- Add methods which allow client get schemas info [#556](https://github.com/redhat-developer/yaml-language-server/pull/556)

0 commit comments

Comments
 (0)