Skip to content

1.25.0.0

Compare
Choose a tag to compare
@FlipperPA FlipperPA released this 07 Oct 12:14
· 54 commits to main since this release
66bfc59
  • Only supports Wagtail 2.13 or greater; for previous version of Wagtail, please use wagtailcodeblock<1.25.0.0.
  • Support for Wagtail 2.13 and above, and conversion to telepath. (@cybelew)
  • Major performance improvements: (@FlipperPA)
    • All JavaScript assets are now pulled from CDNJS.
    • Only the necessary assets are loaded for the languages highlighted in a page.
    • This will save about 500 KB of assets required to load the page.
    • This will also save about 1.5 seconds of load time per code block on a page, as PrismJS is only loaded once per page, instead of once per block.
  • Initial work for removal of jQuery; this will be completed in the next release.