Skip to content

Latest commit

 

History

History
203 lines (97 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

203 lines (97 loc) · 13.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.7.1 (2024-01-13)

Bug Fixes

2.7.0 (2023-10-04)

Features

  • use custom slugs for permalinks if set (#218) (e28b6f2)

2.6.0 (2023-09-11)

Features

2.5.0 (2023-08-17)

Features

  • handle markdown-it plugins with options (#207) (931711a)

2.4.0 (2023-08-15)

Features

  • exclude CSS and Sass files from collections (#204) (d25c434)

2.3.2 (2023-08-14)

Bug Fixes

  • don't use generatePermalink in eleventyComputed block (#201) (2d4c1cf)
  • normalize paths for compiled JS in console messages (#203) (16f066a)

2.3.1 (2023-08-04)

Bug Fixes

  • rely on data.locale for permalink generation (#198) (b4ca4ff)

2.3.0 (2023-08-03)

Features

  • allow generatePermalink to work for unlocalized content (fix #195) (#196) (f1d2376)

Bug Fixes

  • allow generatePermalink to work for unlocalized content (fix #195) (f1d2376)

2.2.0 (2023-08-02)

Features

  • use underscore for locales directory (#192) (79181c1)

2.1.0 (2023-08-02)

Features

  • use configured input and output paths (#190) (253e59a)

2.0.0 (2023-08-02)

⚠ BREAKING CHANGES

  • allow processing to be disabled (resolves #174) (#176)

Features

  • add shared Markdown configuration and renderString shortcode (resolves #158) (#179) (88f9c3b)
  • allow processing to be disabled (resolves #174) (#176) (10c6b0c)
  • include localization utilities in eleventy-plugin-fluid (#184) (216b336)
  • process JavaScript with esbuild (resolves #4) (#175) (a417a8f)
  • process JS in an event rather than as a template format (#180) (df8120f)
  • use Eleventy configuration for basePaths (df8120f)

Bug Fixes

  • resolve issue where use of eleventyConfig variables omitted files (#181) (eccd990)
  • resolve missing forward slash in configuration (#182) (271b6c8)

1.2.0 (2023-07-13)

Features

1.1.0 (2023-07-11)

Features

  • add CSS processing configuration (resolves #3) (#164) (c65a7cb)

1.0.2 (2023-06-28)

Bug Fixes

  • resolve issue with props-only UIO implementation (#159) (6f8e33b)

1.0.1 (2023-06-14)

Bug Fixes

  • resolve incompatibility between the Markdown filter and Eleventy v2.0.1 (#156) (4b0643a)

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)

0.3.1 (2021-10-04)

Bug Fixes

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

0.3.0 (2021-08-23)

Features

Bug Fixes

  • exclude package-lock.json (9b266de)

0.2.1 (2021-02-08)

Bug Fixes

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

0.2.0 (2021-02-04)

Features

  • update to development version of Infusion (589ba25)

0.1.0 (2020-12-08)

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)