Skip to content

Commit 0a353c3

Browse files
authored
Merge pull request #278 from nextcloud-libraries/chore/stable1-release
chore: Prepare release of v1.4.0
2 parents 083a3cd + 6b520ed commit 0a353c3

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [v1.4.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.4.0) (2024-08-05)
4+
### Added
5+
* [stable1] feat(EmptyJSDirPlugin): Allow to specify other directories to clear [\#242](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/242)
6+
* [stable1] feat: Add REUSE license plugin to extract license information for built assets [\#276](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/276)
7+
8+
### Fixed
9+
* [stable1] perf(CSSEntryPointsPlugin): Only visit chunks once per entry point [\#241](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/241)
10+
* [stable1] fix(appconfig): `cssCodeSplit` is enabled by default so handle CSS entries [\#244](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/244)
11+
* [stable1] fix: Revert chunkFileNames to include hash [\#275](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/275)
12+
13+
### Changed
14+
* [stable1] chore: Update workflows from templates
15+
* chore(deps): Bump rollup-plugin-license to 3.4.1
16+
* chore(deps): Bump rollup-plugin-license to 3.5.1
17+
* chore(deps): Bump rollup-plugin-license to 3.5.2
18+
* chore(deps): Bump magic-string to 0.30.11
19+
320
## [v1.3.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.3.0) (2024-06-21)
421
### Added
522
* feat(app-config): Add option to override the app name [\#206](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/206) \([susnux](https://github.com/susnux)\)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"homepage": "https://github.com/nextcloud/nextcloud-vite-config",
1212
"license": "AGPL-3.0-or-later",
13-
"version": "1.3.0",
13+
"version": "1.4.0",
1414
"type": "module",
1515
"main": "./dist/index.js",
1616
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)