All Versions
55
Latest Version
Avg Release Cycle
35 days
Latest Release
865 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.2.1 Changes
January 17, 2022๐ 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 Changes
January 12, 2022โ 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
- ๐ New
-
v2.1.1 Changes
January 06, 2022 -
v2.1.0 Changes
January 05, 2022โ Added
- 0๏ธโฃ Enable transpiling node_modules by default - Details
- Rewrite core graph data structure to be backed by SharedArrayBuffer - Details
- Statically analyze symbols and enable deferred compilation of re-exported modules in development - Details
- Store large blobs as separate files in the cache rather than in LMDB - Details
- โ Add
@parcel/optimizer-css
for new work in progress CSS minifier - Details - โ Add
@parcel/bundler-experimental
, a much faster work in progress rewrite of Parcel's bundling algorithm - Details - ๐ Support
href
attribute in SVG<image>
tags within HTML - Details - Throw diagnostic with code frame when loading JSON5 configs - Details
๐ Fixed
- ๐ Fix HMR behavior with CSS Modules - Details
- ๐ Fix HMR full page reload when not accepted - Details
- ๐ Fix HMR when an asset has multiple ancestries - Details
- ๐ Fix source maps in
@parcel/transformer-typescript-tsc
- Details - ๐ Fix TypeScript module augmentation in
@parcel/transformers-typescript-types
- Details - ๐ Fix TypeScript type generation when tsconfig's "incremental" option is true - Details
- ๐ Fix
createImportSpecifier
with TypeScript 4.5+ - Details - ๐ Fix error on re-exported type when building TypeScript definitions - Details
- ๐ Fix error when displaying "does not export" errors - Details
- ๐ Ensure "does not export" error is shown during cached builds - Details
- ๐ Fix glob matching in package.json
"sideEffects"
field - Details - ๐ Fix
semver
dependency version range - Details - Do not error on external Node builtins in libraries - Details
- ๐ป Reject browser js loader promise with
Error
object - Details - ๐ Show diagnostics for Elm compiler errors - Details
- ๐ Don't fail build on empty dependency attributes in HTML - Details
- ๐ Fix require statements with plain template literals - Details
- โก๏ธ Update
lmdb-store
to v2 - Details - โฌ๏ธ Bump swc - Details
- ๐ป Correctly pad numbers in
@parcel/hash
browser polyfill - Details - Upstream some changes from the REPL - Details
- ๐ Allow empty string in TOML config - Details
- ๐ Make
BundleGraph#getReferencedBundle
faster - Details - โช Workaround segfault with old glibc versions on CentOS 7 - Details
- ๐ Use modern JSX runtime when React is aliased to Preact - Details
- ๐ Fix React version check when dependency is a URL - Details
- ๐ Sync peer dependency versions when releasing Parcel - Details
- ๐ Fix Tailwind in SASS - Details
- Don't run Gzip and Brotli compressors in development - Details
- 0๏ธโฃ Use level 9 Zlib compression by default - Details
-
v2.0.1 Changes
November 08, 2021๐ Fixed
- Don't load PostCSS and PostHTML config when inside node_modules - Details
- ๐ Fix unknown language in Vue templates with external scripts/styles - Details
- ๐ Fix "Callback must be a function" error when auto installing - Details
- ๐ Fix issue with named imports and object properties of the same name - Details and follow up
- โฌ๏ธ Bump SWC - Details
- ๐ Fix issue with
@tailwindcss/forms
and PostCSS nodes missing asource
property - Details - ๐ Fix issue with ESM default interop and
new
expressions - Details - ๐ Support
.yml
for YAML files, in addition to.yaml
- Details - โก๏ธ Log warning instead of crash if image optimizer fails - Details
- โ Add missing dependency to
@parcel/config-webextension
- Details - โก๏ธ Update package.json to include the repository - Details
- ๐ Fix serve mode with target override and target source fields Details
- ๐ Improve performance of webpack loader detection, which affected large data urls - Details
- โก๏ธ Update SWC to properly retain
this
context - Details - ๐ Sync
engines.parcel
with core version when releasing nightlies - Details - ๐ Fix export in TypeScript type definitions for
@parcel/core
- Details - โ Add missing dependency on
@parcel/diagnostic
to@parcel/transformer-typescript-types
- Details - Resolve GLSL relative to the importer, not the asset - Details
Experiments
-
v2.0.0 Changes
May 23, 2019๐ See the blog post.
-
v2.0.0-alpha.1 Changes
August 13, 20192019-08-13
-
v2.0.0-alpha.0
May 23, 2019 -
v1.12.4 Changes
October 06, 2019- ๐ BUG: postcss module generates wrong hashes Details
- Shake exports with pure property assignments Details
- Clear scope cache before crawling to fix scope hoisting classes Details
- Replace module.require in scope hoisting Details
- Define __esModule interop flag when requiring ES module from CommonJS Details
- ๐ Fix assigning to exports from inside a function in scope hoisting Details
- โ Added new
parcel info
command Details - ๐ Fix Scope hoisting destructuring Details
- โก๏ธ HMR update breaks in webworker Details
- โก๏ธ Update dotenv-expand to allow overriding with falsy values Details
- โฌ๏ธ bump chokidar to get a reload fix for linux Details
- โฌ๏ธ Upgrading serialize-to-js from 1.1.1 to 3.0.0 Details
- ๐ Fix source map on CoffeeScript assets Details
-
v1.12.3 Changes
March 20, 2019- ๐ Downgrade all internal Babel packages to
<7.4.0
because of bugs in that release.
- ๐ Downgrade all internal Babel packages to