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.
parcel-bundlerv2.x
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-corsflag to the development server to disable CORS headers, which resolves issues with cross-origin requests during development.
v2.16.4v2.16.4
Feb 2, 2026v2.16.2v2.16.2
Dec 6, 2025v2.16.1v2.16.1
Nov 5, 2025v2.16.0v2.16.0
Sep 18, 2025v2.15.3v2.15.3
Jun 20, 2025v2.15.2v2.15.2
May 24, 2025v2.15.1v2.15.1
May 16, 2025v2.15.0v2.15.0
May 12, 2025v2.14.4v2.14.4
Mar 29, 2025v2.14.3v2.14.3
Mar 29, 2025v2.14.2v2.14.2
Mar 23, 2025v2.14.1v2.14.1
Mar 19, 2025v2.14.0v2.14.0
Mar 18, 2025v2.13.3v2.13.3
Dec 16, 2024v2.13.2v2.13.2
Nov 25, 2024v2.13.1v2.13.1
Nov 25, 2024v2.13.0v2.13.0
Nov 12, 2024v2.12.0v2.12.0
Feb 28, 2024v2.11.0v2.11.0
Jan 2, 2024v2.10.3v2.10.3
Nov 15, 2023v2.10.2v2.10.2
Nov 2, 2023v2.10.1v2.10.1
Oct 24, 2023v2.10.0v2.10.0
Oct 11, 2023v2.9.3v2.9.3
Jun 25, 2023v2.9.2v2.9.2
Jun 8, 2023v2.9.1v2.9.1
May 27, 2023v2.9.0v2.9.0
May 26, 2023v2.8.3v2.8.3
Jan 18, 2023v2.8.2v2.8.2
Dec 14, 2022v2.8.1v2.8.1
Dec 8, 2022v2.8.0v2.8.0
Nov 9, 2022v2.7.0v2.7.0
Aug 3, 2022v2.6.2v2.6.2
Jun 22, 2022v2.6.1v2.6.1
Jun 17, 2022v2.6.0v2.6.0
May 25, 2022v2.5.0v2.5.0
Apr 21, 2022v2.4.1v2.4.1
Mar 31, 2022v2.4.0v2.4.0
Mar 22, 2022v2.3.2v2.3.2
Feb 18, 2022v2.3.1v2.3.1
Feb 10, 2022v2.3.0v2.3.0
Feb 9, 2022v2.2.1v2.2.1
Jan 17, 2022v2.2.0v2.2.0
Jan 12, 2022v2.1.1v2.1.1
Jan 6, 2022v2.1.0v2.1.0
Jan 5, 2022v2.0.1v2.0.1
Nov 8, 2021v2.0.0v2.0.0
Oct 13, 2021parcel-bundlerv2.xprerelease
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.jsfile (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
@importstatements, resolving issues with styles not being applied. - Improved error messages for easier debugging.
Before You Upgrade
- Migrate your
.parcelrcconfiguration to aparcel.config.jsfile. - Check for plugin compatibility and update as needed.
v2.0.0-rc.0v2.0.0-rc.0
Aug 3, 2021v2.0.0-beta.3.1v2.0.0-beta.3.1
May 20, 2021v2.0.0-beta.3v2.0.0-beta.3
May 19, 2021v2.0.0-beta.2Parcel 2 beta 2
Mar 16, 2021v2.0.0-beta.1Parcel 2 beta 1
Jun 18, 2020