Skip to content

Commit a86c53c

Browse files
committed
Changelog for v2.8.3
1 parent 7023c08 commit a86c53c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

β€ŽCHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ 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.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)
23+
- TypeScript
24+
- Fix TSC sourcemaps metadata – [Details](https://github.com/parcel-bundler/parcel/pull/8734)
25+
- HTML
26+
- Fix `srcset` parsing – [Details](https://github.com/parcel-bundler/parcel/pull/8671)
27+
- Dev server
28+
- Apply HMR updates in topological order – [Details](https://github.com/parcel-bundler/parcel/pull/8752)
29+
- Fixed the hmr connection with host 0.0.0.0 – [Details](https://github.com/parcel-bundler/parcel/pull/7357)
30+
831
# [2.8.2] - 2022-12-14
932

1033
- Core

0 commit comments

Comments
Β (0)