Never miss a release that matters

AI-powered summaries of every GitHub release.

AI Summaries

Changelogs condensed into clear, actionable insights.

Always Free

Track up to 5 packages at no cost, forever.

Weekly Digest

A curated summary of every release, delivered weekly.

Get Started Free
parcel-bundlerv2.x
47 releases

TL;DR

Parcel now offers a --no-cors flag to disable CORS (Cross-Origin Resource Sharing) headers, resolving issues when developing applications with cross-origin requests.

Fixes Worth Knowing

  • Added a --no-cors flag to the development server to disable CORS headers, which resolves issues with cross-origin requests during development.
v2.16.4v2.16.4
Feb 2, 2026
v2.16.2v2.16.2
Dec 6, 2025
v2.16.1v2.16.1
Nov 5, 2025
v2.16.0v2.16.0
Sep 18, 2025
v2.15.3v2.15.3
Jun 20, 2025
v2.15.2v2.15.2
May 24, 2025
v2.15.1v2.15.1
May 16, 2025
v2.15.0v2.15.0
May 12, 2025
v2.14.4v2.14.4
Mar 29, 2025
v2.14.3v2.14.3
Mar 29, 2025
v2.14.2v2.14.2
Mar 23, 2025
v2.14.1v2.14.1
Mar 19, 2025
v2.14.0v2.14.0
Mar 18, 2025
v2.13.3v2.13.3
Dec 16, 2024
v2.13.2v2.13.2
Nov 25, 2024
v2.13.1v2.13.1
Nov 25, 2024
v2.13.0v2.13.0
Nov 12, 2024
v2.12.0v2.12.0
Feb 28, 2024
v2.11.0v2.11.0
Jan 2, 2024
v2.10.3v2.10.3
Nov 15, 2023
v2.10.2v2.10.2
Nov 2, 2023
v2.10.1v2.10.1
Oct 24, 2023
v2.10.0v2.10.0
Oct 11, 2023
v2.9.3v2.9.3
Jun 25, 2023
v2.9.2v2.9.2
Jun 8, 2023
v2.9.1v2.9.1
May 27, 2023
v2.9.0v2.9.0
May 26, 2023
v2.8.3v2.8.3
Jan 18, 2023
v2.8.2v2.8.2
Dec 14, 2022
v2.8.1v2.8.1
Dec 8, 2022
v2.8.0v2.8.0
Nov 9, 2022
v2.7.0v2.7.0
Aug 3, 2022
v2.6.2v2.6.2
Jun 22, 2022
v2.6.1v2.6.1
Jun 17, 2022
v2.6.0v2.6.0
May 25, 2022
v2.5.0v2.5.0
Apr 21, 2022
v2.4.1v2.4.1
Mar 31, 2022
v2.4.0v2.4.0
Mar 22, 2022
v2.3.2v2.3.2
Feb 18, 2022
v2.3.1v2.3.1
Feb 10, 2022
v2.3.0v2.3.0
Feb 9, 2022
v2.2.1v2.2.1
Jan 17, 2022
v2.2.0v2.2.0
Jan 12, 2022
v2.1.1v2.1.1
Jan 6, 2022
v2.1.0v2.1.0
Jan 5, 2022
v2.0.1v2.0.1
Nov 8, 2021
v2.0.0v2.0.0
Oct 13, 2021
parcel-bundlerv2.xprerelease
5 releases

TL;DR

Parcel 2 introduces a completely rewritten architecture with improved startup times and support for modern JavaScript features like top-level await.

Breaking

  • Configuration files: Parcel now uses a parcel.config.js file (JavaScript configuration file) instead of .parcelrc.
  • Plugins: Existing plugins may require updates to be compatible with the new plugin API.

New

  • Faster builds: Significant performance improvements, especially for large projects.
  • ES Module support: Native support for ES Modules, improving compatibility with modern JavaScript.

Fixes Worth Knowing

  • Correctly handles CSS @import statements, resolving issues with styles not being applied.
  • Improved error messages for easier debugging.

Before You Upgrade

  • Migrate your .parcelrc configuration to a parcel.config.js file.
  • Check for plugin compatibility and update as needed.
v2.0.0-rc.0v2.0.0-rc.0
Aug 3, 2021
v2.0.0-beta.3.1v2.0.0-beta.3.1
May 20, 2021
v2.0.0-beta.3v2.0.0-beta.3
May 19, 2021
v2.0.0-beta.2Parcel 2 beta 2
Mar 16, 2021
v2.0.0-beta.1Parcel 2 beta 1
Jun 18, 2020