Skip to content

Commit 27e872a

Browse files
committed
chore(release): add v7.0.0 changelog
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 parent d760682 commit 27e872a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
-->
55
# Changelog
66

7+
## [7.0.0](https://github.com/nextcloud/webpack-vue-config/tree/7.0.0) (2025-10-27)
8+
9+
[Full Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.3.1...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.1](https://github.com/nextcloud/webpack-vue-config/tree/v6.3.1) (2025-10-25)
822

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

0 commit comments

Comments
 (0)