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
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,30 @@
2
2
3
3
This page describes the noteworthy improvements provided by each release of Eclipse Wild Web Developer.
4
4
5
+
## 1.0.2
6
+
7
+
* 📅 Release Date: February 28th, 2023
8
+
* All changes: https://github.com/eclipse/wildwebdeveloper/compare/1.0.1...1.0.2
9
+
10
+
#### Editing improvements
11
+
12
+
* Improved support for tsconfig.json
13
+
* New XML formatting preferences
14
+
* Support configurable log level for LemMinX
15
+
* Try being more tolerant when reading XML catalog
16
+
* Bugfix to Debugging TypeScript in non-root folder
17
+
* Added launch/debug support for `*.cjs` (Coommon JS) files
18
+
* Bugfix to Angular Language Server pop-up error
19
+
* Bugfx to 'Unknown at rule' on file extensions associated with content type LESS
20
+
* Bugfix for Typescript analysis broken - TypeScript Language Server is forced to use the WWD provided `tsserver.js`
21
+
* Bugfix to `Unsupported notification method: $/typescriptVersion`
22
+
23
+
#### Dependencies update
24
+
25
+
* Use newer Node.js (18.13.0) internally
26
+
* Updated language servers
27
+
* Use LemMinX 0.23 ⚠️ Your lemminx extensions registered to Wild Web Developer may be incompatible if they were built against an older version of LemMinX ⚠️
0 commit comments