Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,27 @@
-->
# Changelog

## [7.0.0](https://github.com/nextcloud/webpack-vue-config/tree/7.0.0) (2025-11-03)

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

### 💥 BREAKING CHANGES

Apps on **Vue 2** are now required an explicit legacy `vue-loader` installation:

```sh
npm i -D vue-loader@legacy
```

- 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

## [v6.3.2](https://github.com/nextcloud/webpack-vue-config/tree/v6.3.2) (2025-10-27)

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

### Fixes
* 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


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

[Full Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.3.0...v6.3.1)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/webpack-vue-config",
"version": "6.3.2",
"version": "7.0.0",
"description": "A webpack vue config for nextcloud apps",
"keywords": [
"nextcloud",
Expand Down