Skip to content

Releases: 11ty/eleventy-import

Eleventy Import v1.0.12

05 Feb 17:32
Compare
Choose a tag to compare
  • 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

31 Jan 22:39
Compare
Choose a tag to compare
  • 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

31 Jan 18:07
Compare
Choose a tag to compare
  • Adds within CLI option to filter entries to only include those created or updated with a recent time frame. Uses the same syntax as Fetch duration (e.g. "24h", "7d"). Also supported as a options property passed to Importer#getEntries.

Full Changelog: v1.0.9...v1.0.10

Eleventy Import v1.0.9

14 Jan 20:07
Compare
Choose a tag to compare
  • 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

13 Dec 19:51
Compare
Choose a tag to compare
  • Adds --assetrefs=disabled option to skip asset downloads from HTML content.

Full Changelog: v1.0.7...v1.0.8

Eleventy Import v1.0.7

10 Dec 22:17
Compare
Choose a tag to compare
  • 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

10 Dec 18:06
Compare
Choose a tag to compare

Full Changelog: v1.0.5...v1.0.6

Reverted: Eleventy Import v1.0.5

10 Dec 17:54
Compare
Choose a tag to compare
  • 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

27 Nov 22:19
Compare
Choose a tag to compare
  • 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)
  • 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

22 Nov 15:35
Compare
Choose a tag to compare
  • Fixes #3, issue with Programmatic API (missing exports 😭)

Full Changelog: v1.0.2...v1.0.3