Skip to content

Releases: parcel-bundler/parcel

v2.3.0

09 Feb 16:44

Choose a tag to compare

This release reduces the number of npm dependencies needed by Parcel by over 60%. This builds upon previous work in 2.2.0, so combined Parcel now installs over 70% fewer dependencies! This is accomplished by:

  • Pre-bundling some dependencies with Parcel itself rather than loading them from npm. This is done for packages that are small and internal to Parcel (i.e. you don't interact with them directly in your project). This reduces maintenance burden for users of Parcel.
  • Auto installing node builtin polyfills on demand (e.g. buffer, stream, etc.). These are rarely used but account for a large number of installed dependencies. Now, when you use one of these, or a dependency in your project does, it'll be installed into your project on demand.
  • Removing built-in Babel and PostCSS modules dependencies, and installing them into projects on demand, only when actually used.

We will continue reducing Parcel's footprint in future releases by further reducing our use of dependency-heavy ecosystems such as PostCSS as we replace them with Rust-based equivalents.

Other changes

  • Support React 18 prereleases and experimental versions with automatic JSX runtime - Details
  • Fix @swc/helpers in non-module scripts - Details
  • Fix auto installing dependencies in PNPM monorepos - Details

v2.2.1

17 Jan 17:34

Choose a tag to compare

Fixed

  • Fix background image data urls missing quotes - Details
  • Fix development builds not downleveling nested selectors with @parcel/css. Now Parcel has default modern browser targets. - Details
  • Upgrades htmlnano to v2 to remove uncss which had a dependency on a vulnerable old version of PostCSS - Details
  • Upgrades postcss-modules and removes css-module-loader-core with old PostCSS dependencies - Details
  • Upgrade Vue compiler - Details
  • Upgrade SVGR to v6 - Details
  • Upgade JSON5 to v2 - Details
  • Don't discard invalidations when transformer throws an error - Details

v2.2.0

12 Jan 15:57

Choose a tag to compare

Added

  • New @parcel/transformer-css-experimental plugin, which is powered by @parcel/css - Details

Fixed

  • Updated node-forge to 1.0.0 to fix security vulnerability

v2.1.1

06 Jan 18:07

Choose a tag to compare

v2.1.0

05 Jan 15:43

Choose a tag to compare

Changelog

New Contributors

v2.0.1

08 Nov 14:38

Choose a tag to compare

https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md#201---2021-11-08

New Contributors 😍

v2.0.0

13 Oct 14:03

Choose a tag to compare

v2.0.0-rc.0

03 Aug 04:45

Choose a tag to compare

v2.0.0-rc.0 Pre-release
Pre-release
v2.0.0-rc.0

v2.0.0-beta.3.1

20 May 06:29

Choose a tag to compare

v2.0.0-beta.3.1 Pre-release
Pre-release
v2.0.0-beta.3.1

v2.0.0-beta.3

19 May 14:48

Choose a tag to compare

v2.0.0-beta.3 Pre-release
Pre-release
Fix parcelDependencies