diff --git a/CHANGELOG.md b/CHANGELOG.md index 996edb1c0bf..18f103bac4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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