Releases: parcel-bundler/parcel
Releases Β· parcel-bundler/parcel
v2.3.0
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
v2.2.1
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
Added
- New
@parcel/transformer-css-experimentalplugin, which is powered by @parcel/css - Details
Fixed
- Updated
node-forgeto 1.0.0 to fix security vulnerability
v2.1.1
v2.1.0
Changelog
New Contributors
- @Shinyaigeek made their first contribution in #7295
- @ConnorMooneyhan made their first contribution in #7314
- @mrkldshv made their first contribution in #7236
- @bhovhannes made their first contribution in #7363
- @JensPfeifle made their first contribution in #7326
- @wardpeet made their first contribution in #7369
- @astralbody made their first contribution in #7451
- @merceyz made their first contribution in #7506
v2.0.1
https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md#201---2021-11-08
New Contributors π
- @RuyiLi made their first contribution in #7056
- @sibbng made their first contribution in #7079
- @mkaraula made their first contribution in #7192
- @arty-name made their first contribution in #7193
- @v-rr made their first contribution in #7184
- @ch99q made their first contribution in #7250
- @Thesoreon made their first contribution in #7248
v2.0.0
v2.0.0-rc.0
v2.0.0-rc.0
v2.0.0-beta.3.1
v2.0.0-beta.3.1
v2.0.0-beta.3
Fix parcelDependencies