Skip to content

Releases: einomi/frontenso-11ty-starter

Release v2.0.2 🎇

20 Jul 13:11

Choose a tag to compare

⚡ Development Experience Improvements

🎨 CSS Injection in Development Mode

Added: CSS injection functionality that was missing in v2.0.0-2.0.1. Improved developer workflow with instant style changes

📝 HTML Injection Enhancement (11ty v3 Feature)

Introduced: HTML injection capabilities without page reload - leveraging new 11ty v3 features

📦 Package Updates

Updated Eleventy packages to latest versions (@11ty/eleventy, @11ty/eleventy-img) for improved performance and compatibility

📋 Technical Details

CSS injection now properly works in development mode
HTML injection utilizes new 11ty v3 capabilities for dynamic content updates
Enhanced development server capabilities with Eleventy 3.0 upgrade

Recommended Action: Update to enjoy improved development experience with proper CSS injection in dev mode and new 11ty v3 HTML injection features.

Release v2.0.1 💫

16 Jul 19:32

Choose a tag to compare

📦 Dependencies & Security Updates

🔧 Package Updates

Updated various npm packages to their latest versions for improved security and performance
Refreshed project dependencies to maintain compatibility and stability

🛡️ Security Improvements

Updated dependencies to address potential security vulnerabilities
Ensured all packages are running on current, supported versions

🚀 What's Changed

Update some of the packages - Latest commit focusing on package modernization
Update some of the dependencies - Previous commit ensuring dependency freshness

📋 Release Notes

This is a maintenance release focused on keeping the frontenso-11ty-starter project up-to-date with the latest package versions. No breaking changes or new features have been introduced.
Recommended Action: Update to v2.0.1 for the latest security patches and dependency improvements.

v2.0.0 🎇

30 Dec 14:09

Choose a tag to compare

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

🎉 v1.0.3 – Packages are upgraded, added additions to README.md

09 Jul 17:22

Choose a tag to compare

  • Some of the core packages are upgraded.
  • Added additions to README.md.
  • Minor issues are fixed.

v1.0.2 – Minor improvements 💃

26 Dec 10:52

Choose a tag to compare

  • Turn on Prettier formatting for njk files and give information on known issues in index.njk file.
  • Upgrade @11ty/eleventy-img to version 2.0.1 to fix sharp installation on new macs.
  • Tweaks to readme and instructions how to disable TypeScript.
  • Roll back a malware library to an older version.
  • Move Prettier to production dependencies to fix builds using CI.
  • Fix SCSS compression (use dart-sass to compress .scss files).
  • Add a possibility to add css classes to elements generated via {% picture %} Nunjucks tag.

v1.0.1 – More Improvements Added ✨

23 Apr 14:55

Choose a tag to compare

  • SVG sprites are inlined in HTML without JS.
  • A possibility to add custom path to static resources.
  • Bug fixes.
  • etc.

v1.0.0 is released! 🎉

16 May 08:53
39e3ed6

Choose a tag to compare

Update README.md