All Versions
55
Latest Version
Avg Release Cycle
35 days
Latest Release
865 days ago

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
  • v2.1.1 Changes

    January 06, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Do not transpile @swc/helpers. Fixes infinite recursion in typeof helper. - Details
    • Include invalidation hash in asset content keys - Details
    • ๐Ÿ›  Fix loading index.html in dev server when packager/optimizer changes bundle type - Details
  • 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 a source 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

    • โšก๏ธ Update esbuild dependency in @parcel/optimizer-esbuild plugin - Details
    • โž• Add experimental @parcel/optimizer-swc plugin - Details
  • v2.0.0 Changes

    May 23, 2019

    ๐Ÿ‘€ See the blog post.

  • v2.0.0-alpha.1 Changes

    August 13, 2019

    2019-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.