Skip to content

Releases: fluid-project/eleventy-plugin-fluid

v1.0.0

22 Mar 17:41
edd7db6
Compare
Choose a tag to compare

1.0.0 (2022-03-22)

⚠ BREAKING CHANGES

  • chore(deps-dev): require Eleventy 1.0

Features

  • add internationalization support to formatDate (fix #60) (a8511e7)
  • markdown filter inherits base configuration (fix #85) (a8511e7)
  • support Eleventy 1.0 (resolve #93) (#109) (a8511e7)

Bug Fixes

  • add fluid.css to uioStyles shortcode and add shortcode for CSS Custom Props (resolves #81) (#110) (90d2489)

eleventy-plugin-fluid v0.3.1

04 Oct 13:36
467eafc
Compare
Choose a tag to compare

Bug Fixes

  • exclude package.json from lintspaces.jsonindentation (d7904d9)
  • prevent injection of <br> tags for line breaks in <p> (Resolves #76) (#77) (3208197)

eleventy-plugin-fluid v0.3.0

23 Aug 15:59
0dffab1
Compare
Choose a tag to compare

Features

Bug Fixes

  • exclude package-lock.json (9b266de)

eleventy-plugin-fluid v0.2.1

10 Jun 12:54
Compare
Choose a tag to compare

Bug Fixes

  • move infusion to peerDependencies and add installation guide to README (#32) (98c6657)
  • resolve issue with paired figure shortcode (585346d)

eleventy-plugin-fluid v0.2.0

04 Feb 20:52
Compare
Choose a tag to compare

Features

  • update to development version of Infusion (589ba25)

eleventy-plugin-fluid v0.1.0

08 Dec 16:57
Compare
Choose a tag to compare

Features

  • add date, ISO date, and Markdown filters (resolve #1) (#5) (62512ef)
  • add figure shortcode (resolves #16) (#17) (4cf140c)
  • add passthroughCopy and shortcodes for UIO (resolves #2) (#7) (f361b6a)
  • add split filter (#9) (47efccc)
  • add limit filter and slug filter (1dcdce2)

Bug Fixes

  • handle expected date string from Eleventy in formatDate filter (#6) (68cec7b)
  • rename date filter to formatDate for clarity (c31c7c2)
  • rename date variable to prevent conflict (07523b9)