22
33## UNRELEASED
44
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
106
117* #1284 Improve ESLint and Babel help messages, when enabling ESLint integration (@Kocal )
128
1612
1713* #1295 Add JSX support for Vue 3 (@Kocal )
1814
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() ` :
2016``` js
2117Encore .enableVueLoader (() => {}, {
2218 useJsx: true ,
@@ -25,7 +21,7 @@ Encore.enableVueLoader(() => {}, {
2521```
2622
2723If 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
2925to add [ ` @vue/babel-plugin-jsx ` ] ( https://github.com/vuejs/babel-plugin-jsx ) plugin to your Babel configuration:
3026``` js
3127// babel.config.js
@@ -36,6 +32,18 @@ module.exports = {
3632};
3733```
3834
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+
3947* #1297 Upgrade GitHub Actions in CI (@Kocal )
4048
4149## [ v4.6.1] ( https://github.com/symfony/webpack-encore/releases/tag/v4.6.1 )
0 commit comments