Skip to content

v1.0.0-beta10

Latest
Compare
Choose a tag to compare
@tesar-tech tesar-tech released this 30 Aug 12:38
· 5 commits to master since this release

XML sitemap and better way of finding pages

Breaking Changes

  • RazorPagesPaths is no longer available. It was used to get the location of razor pages to scan for the @page directive.
    Now, BlazorStatic scans the assembly for all pages.
  • AddNonParametrizedRazorPages was renamed to AddPagesWithoutParameters as it clearly describes what it is about.

Features/Improvements

  • XML sitemap support is included in BlazorStatic.
  • Improved page discovery: BlazorStatic automatically discovers all pages and adds them to PagesToGenerate.

Read more about it in our blog post.

PRs

Full Changelog: v1.0.0-beta.9...v1.0.0-beta10