2023 January, 22
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 namedmain.scss
. So the partial has been renamed tobase.scss
.
The full list of changes are available at the history board of Jekyll Version 4.3.2 if you are interested.