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
+23
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,29 @@ 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.8.3] - 2023-01-18
9
+
10
+
- Core
11
+
- filter out title execArgv to workers β [Details](https://github.com/parcel-bundler/parcel/pull/8719)
12
+
- Bundler
13
+
- Fix CSS order when merging type change bundles β [Details](https://github.com/parcel-bundler/parcel/pull/8766)
14
+
- Fix assertion error when mixing CSS modules and non-modules β [Details](https://github.com/parcel-bundler/parcel/pull/8762)
15
+
- Fix set diff β [Details](https://github.com/parcel-bundler/parcel/pull/8699)
16
+
- Recursively check reachability when removing asset graphs from bundles in deduplication β [Details](https://github.com/parcel-bundler/parcel/pull/6004)
17
+
- JavaScript
18
+
- Don't retarget dependencies if a symbol is imported multiple times with different local names β [Details](https://github.com/parcel-bundler/parcel/pull/8738)
19
+
- Fix assigning to `this` in CommonJS β [Details](https://github.com/parcel-bundler/parcel/pull/8737)
20
+
- Bump SWC to fix dead branch removal bug β [Details](https://github.com/parcel-bundler/parcel/pull/8742
21
+
- Bump swc to fix sourcemaps with Windows line endings β [Details](https://github.com/parcel-bundler/parcel/pull/8756)
22
+
- Add test cases for ESM initialization problems β [Details](https://github.com/parcel-bundler/parcel/pull/7350)
0 commit comments