Jekyll One
  • Home
  • Previous
  • Next

2023 January, 22

  • JEKYLL-RELEASES

This is part 4 in a 4-part series:

  • 2022-10-20 · Part 1 · Jekyll V4.3.0
  • 2022-10-26 · Part 2 · Jekyll V4.3.1
  • 2022-10-28 · Part 3 · Jekyll V5 Release
  • 2023-01-22 · Part 4 · Jekyll V4.3.2
Features and fixes

For Jekyll 4.3.0 released in October 2022, some bug-fixes are available.

For Jekyll 4.3.0 released in October 2022, some bug-fixes are available.

The release containing fixes for some issues that came to our attention after the release of v4.3.1:

  • The link tag had a significant performance regression with the release of v4.3.0 solely due to a change related to Jekyll::Site#each_site_file. The patch restores previous performance while maintaining the enhancements introduced in v4.3.0.

  • The tables printed out on running a build with the --profile did not stop including the misleading TOTALS row as advertised in the release-notes for v4.3.0. The row has been removed completely now.

  • The build-in plugin jekyll-sass-converter-3.0.0 shipped in the interim was not happy with our blank-site scaffolding (from running jekyll new <path> --blank) having a main.scss stylesheet template import a Sass partial also named main.scss. So the partial has been renamed to base.scss.

The full list of changes are available at the history board of Jekyll Version 4.3.2 if you are interested.