* 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.