Skip to content

Commit 8872696

Browse files
committed
chore(release): add v7.0.0 changelog
Signed-off-by: Grigorii K. Shartsev <[email protected]>
1 parent 672ee12 commit 8872696

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,27 @@
44
-->
55
# Changelog
66

7+
## [7.0.0](https://github.com/nextcloud/webpack-vue-config/tree/7.0.0) (2025-11-03)
8+
9+
[Full Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.3.2...7.0.0)
10+
11+
### 💥 BREAKING CHANGES
12+
13+
Apps on **Vue 2** are now required an explicit legacy `vue-loader` installation:
14+
15+
```sh
16+
npm i -D vue-loader@legacy
17+
```
18+
19+
- feat!: require explicit `vue-loader@legacy` for Vue 2, remove hidden install by @ShGKme in https://github.com/nextcloud-libraries/webpack-vue-config/pull/688
20+
721
## [v6.3.2](https://github.com/nextcloud/webpack-vue-config/tree/v6.3.2) (2025-10-27)
822

923
[Full Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.3.1...v6.3.2)
1024

1125
### Fixes
1226
* fix(deps): downgrade broken `node-polyfill-webpack-plugin` from 4.1.0 to 4.0.0 by @ShGKme in https://github.com/nextcloud-libraries/webpack-vue-config/pull/691
1327

14-
1528
## [v6.3.1](https://github.com/nextcloud/webpack-vue-config/tree/v6.3.1) (2025-10-25)
1629

1730
[Full Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.3.0...v6.3.1)

0 commit comments

Comments
 (0)