Parcel v2.0.1 Release Notes

Release Date: 2021-11-08 // over 2 years ago
  • ๐Ÿ›  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