|
2 | 2 |
|
3 | 3 | This page describes the noteworthy improvements provided by each release of Eclipse Wild Web Developer.
|
4 | 4 |
|
| 5 | +## 1.3.1 |
| 6 | + |
| 7 | +* 📅 Release Date: November 15th, 2023 |
| 8 | +* All changes: https://github.com/eclipse/wildwebdeveloper/compare/1.3.0...1.3.1 |
| 9 | + |
| 10 | +#### Editing improvements |
| 11 | + |
| 12 | +* Bugfix for WebRoot folder setup in Launch configuration |
| 13 | +* Bugfix for "Chrome Debug Launch configuration |
| 14 | +* Bugfix for WebRoot folder validation in Launch configuration |
| 15 | +* Bugfix for allow using TypeScript version specified by project |
| 16 | +* Bugfix for Run HTML Debug configuration validation |
| 17 | +* Bugfix for "Chrome Debug" session start when a chrome window is already open |
| 18 | +* Bugfix for Preference pages are not found when searching for "yaml" |
| 19 | +* Added autoinsert support for Vue.js |
| 20 | +* Bugfix for Maven build use node from PATH on mac os |
| 21 | +* Added Support for Syntactic and Semantic server modes for Vue.js |
| 22 | +* Use vscode-js-debug instead of deprecated node-debug2 and for Chrome |
| 23 | +* Bugfix for Read host name from output when debugging |
| 24 | +* Bugfix for Resolve ts->js mapping relative to rootDir |
| 25 | +* Bugfix for Use "outputCapture": "std" for Node launches |
| 26 | +* Bugfix for Drop Thread.sleep from reconcilers |
| 27 | +* Bugfix for Adjusting priority for JS/TS content types |
| 28 | + |
| 29 | +#### Dependencies update |
| 30 | + |
| 31 | +* Snakeyaml dependency is added to WWD repository |
| 32 | +* Switched to use TM4E's own repository to use the most latest release |
| 33 | +* Added 'fsevents' NPM dependency for MacOS users |
| 34 | +* Use the latest Vue.js LS to v.1.8.22 |
| 35 | +* Use the latest VSCode extensions v..1.83.0 for CSS/HTML/JSON editing |
| 36 | +* Embed latest Node.js to v.18.18.2 LTS with the latest Security Fixes |
| 37 | +* Use the latest Firefox Debug adapter v.2.9.9 |
| 38 | +* Use the latest TypeScript LS v.4.0.0 |
| 39 | +* Use the latest Angular LS v.17.0.2 |
| 40 | +* Other dependency updates |
| 41 | + |
5 | 42 | ## 1.3.0
|
6 | 43 |
|
7 | 44 | * 📅 Release Date: August 11th, 2023
|
|
0 commit comments