Skip to content

Releases: 11ty/eleventy

Pre-release: Eleventy v4.0.0-alpha.4

01 Aug 16:47

Choose a tag to compare

Pre-release
  • Fixes --watch and --serve chokidar issue with root (e.g. ".") input directories #3914

Milestone: https://github.com/11ty/eleventy/milestone/46?closed=1
Full Changelog: v4.0.0-alpha.3...v4.0.0-alpha.4

Pre-release: Eleventy v4.0.0-alpha.3

30 Jul 20:31

Choose a tag to compare

Pre-release
  • Fixes chokidar globbing issue with globs that aren’t using * or ** #3910

Milestone: https://github.com/11ty/eleventy/milestone/46?closed=1
Full Changelog: v4.0.0-alpha.2...v4.0.0-alpha.3

Pre-release: Eleventy v4.0.0-alpha.2

30 Jul 19:57

Choose a tag to compare

Pre-release
  • Fix publishing issue with missing Packages adapters
  • Adds README for @11ty/client

Milestone: https://github.com/11ty/eleventy/milestone/46?closed=1
Full Changelog: v4.0.0-alpha.1...v4.0.0-alpha.2

Pre-release: Eleventy v4.0.0-alpha.1

30 Jul 19:36

Choose a tag to compare

Pre-release

⛔️ This version had a publishing issue — please use v4.0.0-alpha.2 ⛔️

Thank you @dave-kennedy @KonnorRogers @outslept @aurmartin @vrugtehagel and @mijndert!

Milestone: https://github.com/11ty/eleventy/milestone/46?closed=1
Full Changelog: v3.1.2...v4.0.0-alpha.1

Eleventy v3.1.2 (we fixed 15 more things)

24 Jun 21:45

Choose a tag to compare

Try it out in your project

npm install @11ty/eleventy@latest

Release notes

  • Bug fix: issue with Computed Data with Array -> Object -> Template Strings #3850
  • Bug fix:Workaround dependency bug in tinyglobby when using ../ for input directory (and/or passthrough copy) #3854 #3862
  • Bug fix: issue with absolute path for input directory resulting in incorrect output directory #3853
  • Bug fix: issue with pagination over collections missing the all collection #3860
  • Bug fix: Custom template engines should inherit aliased the parent cacheable value for advanced control of internal cache (related docs). Fixes issues with JavaScript import cache busting in Windows #3824 #3832
  • Bug fix: Server cache issue with newly created directory data file not picked up during --watch or --serve (on subsequent builds) #3569
  • Bug fix: Saving your Configuration file may keep the process open after ⌘+C or CTRL+C #3873
  • Bug fix: Incremental builds may result in templateRender has not yet initialized error after Configuration reset #3870
  • Bug fix: #3874 Config reset for dev server restart
  • Bug fix: #3875 #1525 numeric tags for collection names
  • Audit fix: npm audit with brace-expansion dependency #3866
  • Dependency update: bump entities from 6.0.0 to 6.0.1 in #3855

Eleventy v3.1.2-beta.4

23 Jun 18:21

Choose a tag to compare

Pre-release

Installation: npm install @11ty/eleventy@beta --save-exact
Issue Milestone: https://github.com/11ty/eleventy/milestone/50?closed=1
Commit log (from last stable): v3.1.1...v3.1.2-beta.4

  • Bug Fix: #3874 Config reset for dev server restart
  • Bug Fix: #3875 #1525 numeric tags for collection names

Eleventy v3.1.2-beta.3

20 Jun 21:05

Choose a tag to compare

Pre-release

Installation: npm install @11ty/eleventy@beta --save-exact
Issue Milestone: https://github.com/11ty/eleventy/milestone/50?closed=1
Commit log (from last stable): v3.1.1...v3.1.2-beta.3

  • Bug Fix: Server cache issue with newly created directory data file not picked up during --watch or --serve (on subsequent builds) #3569
  • Bug Fix: Saving your Configuration file may keep the process open after ⌘+C or CTRL+C #3873
  • Bug Fix: Incremental builds may result in templateRender has not yet initialized error after Configuration reset #3870

Eleventy v3.1.2-beta.2

18 Jun 22:31

Choose a tag to compare

Pre-release

Installation: npm install @11ty/eleventy@beta --save-exact
Issue Milestone: https://github.com/11ty/eleventy/milestone/50?closed=1
Commit log: v3.1.1...v3.1.2-beta.2

  • Custom template engines should inherit aliased the parent cacheable value for advanced control of internal cache (related docs). Fixes issues with JavaScript import cache busting in Windows #3824 #3832

Eleventy v3.1.2-beta.1

16 Jun 19:58

Choose a tag to compare

Pre-release

Installation: npm install @11ty/eleventy@beta --save-exact
Issue Milestone: https://github.com/11ty/eleventy/milestone/50?closed=1
Commit log: v3.1.1...v3.1.2-beta.1

  • Fix issue with Computed Data with Array -> Object -> Template Strings #3850
  • Workaround dependency bug in tinyglobby when using ../ for input directory (and/or passthrough copy) #3854 #3862
  • Fix issue with absolute path for input directory resulting in incorrect output directory #3853
  • Fix issue with pagination over collections missing the all collection #3860
  • Fix npm audit with brace-expansion dependency #3866
  • Bump entities from 6.0.0 to 6.0.1 by @dependabot in #3855

Eleventy v3.1.1 (we fixed some things)

03 Jun 18:54

Choose a tag to compare

Try it out in your project

npm install @11ty/eleventy@latest

Read more about getting started with Eleventy or why you should use Eleventy.

Release notes

  • Fix issue with object property order when using Computed Data in a Paginated template #3849
  • Fix issue with absolute paths for virtual templates #3805
  • Fix pagination regression issue when paginating over configuration collections #3808 #3823 #3834 #3825
  • Fix layout caching issue when using Nunjucks as preprocessing engine for Html or Markdown #3807 #3819
  • Fix bug with RenderManager initialization via Render plugin #3810
  • Fixes bug when using eleventyConfig.amendLibrary and eleventyConfig.setLibrary together on the same syntax type, amendLibrary would run multiple times #3816
  • Fix issue with virtual templates when includes directory is set to an empty string "" #3797
  • Fix issue with string eleventyComputed.permalink values when used with non-computed permalink #3818
  • Fix issue with global data directory when setting input to a parent directory (e.g. "../") #3809
  • Improved error messaging for invalid date values in Data Cascade #3833
  • Fixes issue with duplicate entries in template dependency graph (and collections) from missing node normalization during subsequent --watch or --serve builds