Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Prepare release of v1.4.0 #278

Merged
merged 1 commit into from
Aug 5, 2024
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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [v1.4.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.4.0) (2024-08-05)
### Added
* [stable1] feat(EmptyJSDirPlugin): Allow to specify other directories to clear [\#242](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/242)
* [stable1] feat: Add REUSE license plugin to extract license information for built assets [\#276](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/276)

### Fixed
* [stable1] perf(CSSEntryPointsPlugin): Only visit chunks once per entry point [\#241](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/241)
* [stable1] fix(appconfig): `cssCodeSplit` is enabled by default so handle CSS entries [\#244](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/244)
* [stable1] fix: Revert chunkFileNames to include hash [\#275](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/275)

### Changed
* [stable1] chore: Update workflows from templates
* chore(deps): Bump rollup-plugin-license to 3.4.1
* chore(deps): Bump rollup-plugin-license to 3.5.1
* chore(deps): Bump rollup-plugin-license to 3.5.2
* chore(deps): Bump magic-string to 0.30.11

## [v1.3.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.3.0) (2024-06-21)
### Added
* 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)\)
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
Expand Up @@ -10,7 +10,7 @@
},
"homepage": "https://github.com/nextcloud/nextcloud-vite-config",
"license": "AGPL-3.0-or-later",
"version": "1.3.0",
"version": "1.4.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
Loading