-
-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GitHub Actions
committed
Nov 28, 2024
1 parent
f51f5dd
commit e5723aa
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,35 @@ | ||
# Changelog | ||
|
||
## v0.19.17 | ||
|
||
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.16...wxt-v0.19.17) | ||
|
||
### 🚀 Enhancements | ||
|
||
- New `server:created`, `server:started`, and `server:closed` hooks ([#1179](https://github.com/wxt-dev/wxt/pull/1179)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Re-initialize WXT modules correctly during development ([#1176](https://github.com/wxt-dev/wxt/pull/1176)) | ||
- ESLint config being generated when ESLint is not installed. ([#1198](https://github.com/wxt-dev/wxt/pull/1198)) | ||
- Validate entrypoints after hooks have modified them ([54baf21](https://github.com/wxt-dev/wxt/commit/54baf21)) | ||
- Revert "Validate entrypoints after hooks have modified them (54baf21)" ([a2924d8](https://github.com/wxt-dev/wxt/commit/a2924d8)) | ||
- Update `vite` dependency range to support v6 ([#1215](https://github.com/wxt-dev/wxt/pull/1215)) | ||
- Automatically convert MV3 `content_security_policy` to MV2 ([#1168](https://github.com/wxt-dev/wxt/pull/1168)) | ||
- Correctly remove child elements with integrated UI remove ([#1219](https://github.com/wxt-dev/wxt/pull/1219)) | ||
- Make content script `matches` optional ([#1220](https://github.com/wxt-dev/wxt/pull/1220)) | ||
|
||
### 📖 Documentation | ||
|
||
- Fix analyze typo in type ([#1187](https://github.com/wxt-dev/wxt/pull/1187)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Aaron ([@aklinker1](http://github.com/aklinker1)) | ||
- 1natsu ([@1natsu172](http://github.com/1natsu172)) | ||
- Nishu <[email protected]> | ||
- Florian Metz ([@Timeraa](http://github.com/Timeraa)) | ||
|
||
## v0.19.16 | ||
|
||
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.15...wxt-v0.19.16) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters