Skip to content

v2.0.0 πŸŽ‡

Latest
Compare
Choose a tag to compare
@einomi einomi released this 30 Dec 14:09
· 3 commits to master since this release

Release Notes – v2.0.0

Major Changes

  • πŸš€ Upgraded to Eleventy v3.0.0 and Eleventy Image v5.0.0
  • ⚑️ Improved development performance with on-demand image processing

Image Processing Improvements

  • Added image processing during development on request only
  • Images are now processed only when requested during local development
  • Implemented eleventyImageOnRequestDuringServePlugin for a better dev experience
  • Changed image shortcode to async to support on-demand processing

Dependencies

  • Updated @11ty/eleventy from ^1.0.0 to ^3.0.0
  • Updated @11ty/eleventy-img from ^2.0.1 to ^5.0.0
  • Updated various Babel dependencies to latest versions
  • Development Workflow
  • Simplified development server startup
  • Added --no-deprecation flag to Node.js for cleaner console output
  • Amends to README.md

Breaking Changes

  • Development server configuration has changed but no additional action is needed: start the project with npm start as usual.

Migration Guide

If you're upgrading from v1.x, you'll need to:

  • Review any custom image processing configurations
  • Update your development scripts to use the new server configuration (if you have any custom configs).