Skip to content

Commit 76aa20f

Browse files
committed
Changelog for v2.9.2
1 parent 6e346c8 commit 76aa20f

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

β€ŽCHANGELOG.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,30 @@ All notable changes to Parcel will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and Parcel adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

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)
30+
31+
## [2.9.1] - 2023-06-07
932

1033
### Fixed
1134

0 commit comments

Comments
Β (0)