You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+24-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,30 @@ All notable changes to Parcel will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and Parcel adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
-
## [2.9.1] - 2023-05-07
8
+
## [2.9.2] - 2023-06-08
9
+
10
+
### Fixed
11
+
12
+
- Core
13
+
- Fix infinite loop when entries look like globs β [Details](https://github.com/parcel-bundler/parcel/pull/9020)
14
+
- Fix proxyrc require from path β [Details](https://github.com/parcel-bundler/parcel/pull/9069)
15
+
16
+
- JavaScript
17
+
- Treat re-exports of `*` from empty files with `sideEffects: false` as ESM β [Details](https://github.com/parcel-bundler/parcel/pull/9079)
18
+
19
+
- CSS
20
+
- Fix self references error in CSS module JS assets causing "Bundle group cannot have more than one entry bundle of the same type" β [Details](https://github.com/parcel-bundler/parcel/pull/9080)
21
+
22
+
- Dev server
23
+
- Serve folder's index when requesting folder without slash β [Details](https://github.com/parcel-bundler/parcel/pull/9066)
24
+
25
+
- Web extensions
26
+
- Allow source maps files in webextension β [Details](https://github.com/parcel-bundler/parcel/pull/8541)
27
+
28
+
- Image
29
+
- Add core as peerdep to image optimizer β [Details](https://github.com/parcel-bundler/parcel/pull/9070)
0 commit comments