Skip to content

Releases: KiwiKilian/eleventy-plugin-og-image

v4.0.0

05 Oct 16:45
Compare
Choose a tag to compare

4.0.0 (2024-10-05)

Bug Fixes

  • align logging paths (5491207)
  • allow empty options for mergeOptions (380a3c3)
  • generateHTML and outputURL capitalization (5e911b0)
  • generateHTML type (f86acd4)
  • hashes without special chars with hex digest (47fb387)
  • join directories with output and preview dir (155c7d8)
  • outputUrl on windows with forward slash (e1bff34), closes #234
  • release (8d74d25)
  • RenderPlugin.File import (#267) (4906d64)
  • type imports (24aa37b)
  • update docs about arrow functions (e6639e5), closes #239 #241
  • use released alpha version (bb8519c)

Features

  • add cache file path (9b3a1d6)
  • add caching (17b46f3)
  • add eleventyPluginOgImage data to rendering (b63cc55), closes #215
  • add exports (263499b)
  • add previewHtml (7406914)
  • allow OgImage custom class (d31d320)
  • improve preview path handling (4462d10)
  • improve types of this for function parameters (5b0b269)
  • pass instance as parameter (b04eaf6), closes #252
  • pass shortcode scoped data to OG templates (a240aee), closes #211
  • reduce recalculations (6a69780)
  • release with npm provenance (7123708)
  • rename generateHTML to shortcodeOutput (a5cd8fd)
  • rename getOutputFileSlug to outputFileSlug (3923a5c)
  • set previewDir based on outputDir (93906ec)
  • update dependencies (75aae59)
  • upgrade eleventy depency to stable v3 (6e96800)
  • upgrade sharp (0fa8b23)
  • urlPath default to outputDir (fe9d54f)
  • use fs promises (0953dec)

BREAKING CHANGES

  • outputFileSlug and shortcodeOutput options get OgImage instance as parameter instead of this
  • rename getOutputFileSlug to outputFileSlug
  • rename generateHTML to shortcodeOutput
  • Plugin structure changed to OgImage class
  • Options changed, consult docs before upgrading

v4.0.0-beta.9

05 Oct 16:05
Compare
Choose a tag to compare
v4.0.0-beta.9 Pre-release
Pre-release

4.0.0-beta.9 (2024-10-05)

Features

  • update dependencies (75aae59)
  • upgrade eleventy depency to stable v3 (6e96800)

v4.0.0-beta.10

05 Oct 16:31
Compare
Choose a tag to compare
v4.0.0-beta.10 Pre-release
Pre-release

4.0.0-beta.10 (2024-10-05)

Features

  • release with npm provenance (7123708)

v4.0.0-beta.8

31 Jul 07:51
Compare
Choose a tag to compare
v4.0.0-beta.8 Pre-release
Pre-release

4.0.0-beta.8 (2024-07-31)

Bug Fixes

v4.0.0-beta.7

06 Jun 19:31
Compare
Choose a tag to compare
v4.0.0-beta.7 Pre-release
Pre-release

4.0.0-beta.7 (2024-06-06)

Features

BREAKING CHANGES

  • outputFileSlug and shortcodeOutput options get OgImage instance as parameter instead of this

v4.0.0-beta.6

29 Apr 05:03
Compare
Choose a tag to compare
v4.0.0-beta.6 Pre-release
Pre-release

4.0.0-beta.6 (2024-04-29)

Bug Fixes

v4.0.0-beta.5

28 Apr 20:42
Compare
Choose a tag to compare
v4.0.0-beta.5 Pre-release
Pre-release

4.0.0-beta.5 (2024-04-28)

Features

  • add previewHtml (7406914)
  • rename generateHTML to shortcodeOutput (a5cd8fd)
  • rename getOutputFileSlug to outputFileSlug (3923a5c)

BREAKING CHANGES

  • rename getOutputFileSlug to outputFileSlug
  • rename generateHTML to shortcodeOutput

v4.0.0-beta.4

15 Apr 06:24
Compare
Choose a tag to compare
v4.0.0-beta.4 Pre-release
Pre-release

4.0.0-beta.4 (2024-04-15)

Bug Fixes

v4.0.0-beta.3

08 Apr 10:16
Compare
Choose a tag to compare
v4.0.0-beta.3 Pre-release
Pre-release

4.0.0-beta.3 (2024-04-08)

Bug Fixes

  • generateHTML and outputURL capitalization (5e911b0)

v4.0.0-beta.2

07 Apr 22:11
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

4.0.0-beta.2 (2024-04-07)

Features