Skip to content

Commit

Permalink
Changelog for v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jan 18, 2023
1 parent 7023c08 commit a86c53c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ All notable changes to Parcel will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and Parcel adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

# [2.8.3] - 2023-01-18

- Core
- filter out title execArgv to workers – [Details](https://github.com/parcel-bundler/parcel/pull/8719)
- Bundler
- Fix CSS order when merging type change bundles – [Details](https://github.com/parcel-bundler/parcel/pull/8766)
- Fix assertion error when mixing CSS modules and non-modules – [Details](https://github.com/parcel-bundler/parcel/pull/8762)
- Fix set diff – [Details](https://github.com/parcel-bundler/parcel/pull/8699)
- Recursively check reachability when removing asset graphs from bundles in deduplication – [Details](https://github.com/parcel-bundler/parcel/pull/6004)
- JavaScript
- Don't retarget dependencies if a symbol is imported multiple times with different local names – [Details](https://github.com/parcel-bundler/parcel/pull/8738)
- Fix assigning to `this` in CommonJS – [Details](https://github.com/parcel-bundler/parcel/pull/8737)
- Bump SWC to fix dead branch removal bug – [Details](https://github.com/parcel-bundler/parcel/pull/8742
- Bump swc to fix sourcemaps with Windows line endings – [Details](https://github.com/parcel-bundler/parcel/pull/8756)
- Add test cases for ESM initialization problems – [Details](https://github.com/parcel-bundler/parcel/pull/7350)
- TypeScript
- Fix TSC sourcemaps metadata – [Details](https://github.com/parcel-bundler/parcel/pull/8734)
- HTML
- Fix `srcset` parsing – [Details](https://github.com/parcel-bundler/parcel/pull/8671)
- Dev server
- Apply HMR updates in topological order – [Details](https://github.com/parcel-bundler/parcel/pull/8752)
- Fixed the hmr connection with host 0.0.0.0 – [Details](https://github.com/parcel-bundler/parcel/pull/7357)

# [2.8.2] - 2022-12-14

- Core
Expand Down

0 comments on commit a86c53c

Please sign in to comment.