Skip to content

4.2.0-build20

Latest
Compare
Choose a tag to compare
@Czompi Czompi released this 06 Apr 19:25
· 4 commits to master since this release

Changes in this release

  • Moved Markdig.Extensions.Xmd library to it's own repo.
  • Moved Xmd rendering logic from Index to XmdContentComponent
  • Simpified Index.razor
  • Added an option to override default favicon.ico
  • Removed unused files from wwwroot.
  • Updated PrismJS to v1.29.0
  • Removed global MarkdownPipeline to be able to customize XmdCSCompiler's working directory
  • Bumped LangVersion to 11 (.NET 7)
  • Change from ServerPrerendered to Server mode render in body and head

Bugfixes

  • Reworked content loading mechanism to indicate ongoing action (sort-of fixes #1)
  • Updated Markdig.Extensions.Xmd to v2.0.0, that now uses dotnet-script for Xmd C# rendering (#2)
  • Made content file path case insensitive (#9)
  • Fixed MathJax rendering issue (#10)

How to use?

docker pull cr.czsoft.hu/czsoft/cwct-ma:v4.2.0-build20

Full Changelog: v4.1.0-build19...v4.2.0-build20