Skip to content

1.0.0-beta.17

Pre-release
Pre-release
Compare
Choose a tag to compare
@daveaglick daveaglick released this 03 Dec 02:55
· 176 commits to main since this release
  • Fixed a regression in how layouts are applied to Markdown files (#934).
  • Changed behavior introduced in 1.0.0-beta.16 regarding HTML files and layouts, now layouts are applied if the HTML file does not contain a <html> tag, and are not applied if it does (#934).
  • Added a SetDefaultLayoutTemplate() bootstrapper extension to change the layout engine applied to HTML fragments to an existing one (if the default of Razor is not wanted).
  • Added a SetDefaultLayoutModule() bootstrapper extension to change the layout engine applied to HTML fragments to a new module (if the default of Razor is not wanted).