Releases: einomi/frontenso-11ty-starter
Release v2.0.2 🎇
⚡ 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 💫
📦 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 🎇
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
eleventyImageOnRequestDuringServePluginfor a better dev experience - Changed image shortcode to async to support on-demand processing
Dependencies
- Updated
@11ty/eleventyfrom ^1.0.0 to ^3.0.0 - Updated
@11ty/eleventy-imgfrom ^2.0.1 to ^5.0.0 - Updated various Babel dependencies to latest versions
- Development Workflow
- Simplified development server startup
- Added
--no-deprecationflag 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 startas 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
- Some of the core packages are upgraded.
- Added additions to README.md.
- Minor issues are fixed.
v1.0.2 – Minor improvements 💃
- 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 ✨
- 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! 🎉
Update README.md