Releases: 11ty/eleventy-import
Releases · 11ty/eleventy-import
Eleventy Import v1.0.17
Immutable
release. Only release title and notes can be modified.
- Don't fail RSS feed imports when media descriptions are empty by @nightm4re94 in #13 review by @ej2
- Removing
graceful-fsin favor ofnode:fsby @outslept in #15
Milestone: https://github.com/11ty/eleventy-import/milestone/2?closed=1
Full Changelog: v1.0.16...v1.0.17
Eleventy Import v1.0.16
- No code changes to this utility from 1.0.15
- Adds Node 24 to CI
- Using npm Trusted Publishers (OIDC) release workflow
Full Changelog: v1.0.15...v1.0.16
Eleventy Import v1.0.15
- Fixes issue with markdown import of
<img alt>when thealtattributes had new lines. #12 - Fixes issue with preserving SVG Font Awesome icons (pairs nicely with https://github.com/11ty/eleventy-plugin-font-awesome)
Milestone: https://github.com/11ty/eleventy-import/milestone/1?closed=1
Full Changelog: v1.0.14...v1.0.15
Eleventy Import v1.0.14
- Mega speed boost to WordPress import when using
--withinCLI param (buildsafterandmodified_afterquery params to WordPress Rest API)
Full Changelog: v1.0.13...v1.0.14
Eleventy Import v1.0.13
- Adds
--overwrite-allow=draftsoption to allow draft entries to overwrite existing files (without opting into global--overwrite) - Draft entries will not include
permalink: falsein front matter.
Full Changelog: v1.0.12...v1.0.13
Eleventy Import v1.0.12
- Fixes bug with
--within— worked with updated date but not created date.
Full Changelog: v1.0.11...v1.0.12
Eleventy Import v1.0.11
- Adds
preserveCLI option to preserve elements with CSS classes during markdown conversion. Sample usage:--preserve='.keep-this,.keep-this-too'. Supports only simple CSS class selectors (for now!)
Full Changelog: v1.0.10...v1.0.11
Eleventy Import v1.0.10
- Adds
withinCLI option to filter entries to only include those created or updated with a recent time frame. Uses the same syntax as Fetchduration(e.g."24h","7d"). Also supported as a options property passed toImporter#getEntries.
Full Changelog: v1.0.9...v1.0.10
Eleventy Import v1.0.9
- Fix issue with double decoding code blocks when importing from HTML -> Markdown.
Full Changelog: v1.0.8...v1.0.9
Eleventy Import v1.0.8
- Adds
--assetrefs=disabledoption to skip asset downloads from HTML content.
Full Changelog: v1.0.7...v1.0.8