2
2
3
3
## UNRELEASED
4
4
5
- * #1259 Update yarn used for test_apps to latest version (@karpilin )
6
-
7
- * #1275 Update some dev-dependencies to fix vulnerability issues (@Kocal )
8
-
9
- * #1278 Deprecate ESLint integration (@Kocal )
5
+ ### Features
10
6
11
7
* #1284 Improve ESLint and Babel help messages, when enabling ESLint integration (@Kocal )
12
8
16
12
17
13
* #1295 Add JSX support for Vue 3 (@Kocal )
18
14
19
- Enabling JSX support for Vue 3 is done with the ` Encore.enableVueLoader() ` :
15
+ Enabling JSX support for Vue 3 is done with the ` Encore.enableVueLoader() ` :
20
16
``` js
21
17
Encore .enableVueLoader (() => {}, {
22
18
useJsx: true ,
@@ -25,7 +21,7 @@ Encore.enableVueLoader(() => {}, {
25
21
```
26
22
27
23
If you don't have a custom Babel configuration, then you're all set!
28
- But if you do, you may need to adjust it
24
+ But if you do, you may need to adjust it
29
25
to add [ ` @vue/babel-plugin-jsx ` ] ( https://github.com/vuejs/babel-plugin-jsx ) plugin to your Babel configuration:
30
26
``` js
31
27
// babel.config.js
@@ -36,6 +32,18 @@ module.exports = {
36
32
};
37
33
```
38
34
35
+ ### Deprecations
36
+
37
+ * #1278 Deprecate ESLint integration (@Kocal )
38
+
39
+ * #1298 Deprecate Vue 2 support (@Kocal )
40
+
41
+ ### Internal
42
+
43
+ * #1275 Update some dev-dependencies to fix vulnerability issues (@Kocal )
44
+
45
+ * #1259 Update yarn used for test_apps to latest version (@karpilin )
46
+
39
47
* #1297 Upgrade GitHub Actions in CI (@Kocal )
40
48
41
49
## [ v4.6.1] ( https://github.com/symfony/webpack-encore/releases/tag/v4.6.1 )
0 commit comments