Releases: 11ty/eleventy-import
Releases · 11ty/eleventy-import
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
preserve
CLI 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
within
CLI 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=disabled
option to skip asset downloads from HTML content.
Full Changelog: v1.0.7...v1.0.8
Eleventy Import v1.0.7
- Skip markdown conversion on
text
content types. Fix Bluesky import issue that manifested as unescaped output.
Full Changelog: v1.0.6...v1.0.7
Eleventy Import v1.0.6
- Revert changes in
v1.0.5
(a little too eager here, sorry folks!). This release matchesv1.0.4
.
Full Changelog: v1.0.5...v1.0.6
Reverted: Eleventy Import v1.0.5
Fix issue with entity processing in XML Parser (affecting RSS import types), manifested as unescaped output after markdown conversion.Reverted in v1.0.6
Full Changelog: v1.0.4...v1.0.5
Eleventy Import v1.0.4
- Markdown conversion improvements:
- Use
prettier
to format code blocks (when language is known) turndown
dependency fix: incorrect unescaping of escaped markdown content, thanks @bjones1 for mixmark-io/turndown#438- Keep more HTML tags by default (abbr, address, audio, cite, dd, del, details, dfn, form, iframe, ins, kbd, object, q, sub, s, samp, svg, table, time, var, video, wbr)
- Use
- Adds
--assetrefs=colocate
option to put content files and assets in the same folder structure (for easier passthrough copy) - Fix to make sure URL encoded file names are escaped properly
- Automatically download assets in
metadata.media
entries (currently WordPress Featured and Open Graph images)
Full Changelog: v1.0.3...v1.0.4
Eleventy Import v1.0.3
- Fixes #3, issue with Programmatic API (missing exports 😭)
Full Changelog: v1.0.2...v1.0.3