Skip to content

0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jul 19:58

Changes

πŸ› Bug Fixes

  • fix: improve component registry retrieval and handle null cases in UseMdazor extension (8a72227)
  • fix: preserve nested component indentation so child content isn't parsed as a code block (ad9bc4a)
  • fix: allow opposite quote type inside attribute values (d360922)

πŸš€ Enhancements

  • refactor: simplify component rendering and update README examples (fd60878)
  • refactor: improve component registration and enhance Markdown pipeline (9721043)
  • refactor: consolidate Markdown pipeline handling and remove redundant service registration (b26a63a)
  • refactor: centralize Markdown pipeline initialization in BlazorRenderer and adjust usages across tests and components (a3e04b4)
  • refactor: replace direct async calls with AsyncHelper for improved readability and consistency in rendering logic (9436ee1)
  • refactor: ensure all service registration methods return IServiceCollection for consistency (1947b47)

🧰 Misc

  • feat: introduce context-aware rendering with cascading values (PR #4)
  • adding ToHtml support (92368e5)
  • test: add CustomRenderer tests and enhance BlazorRenderer to simplify nested component rendering (3d2a13f)
  • test: ensure whitespace preservation in nested markdown structures and add corresponding unit tests (1d9d290)
  • feat: Improve child content rendering (e0fab90)
  • docs: update README to clarify that Razor components are embedded for server-side rendering (ef5e10c)
  • chore: update SDK version to 10.0.100 in global.json (ffd8ac7)
  • feat: render interactive components in Markdown via render-tree path (35ddd87)
  • ci: trigger releases on version tag pushes (3e6744f)
  • ci: grant release-creation permissions to the workflow token (fca87a2)

Full Changelog: c24e75c5a800b5a8d709bdcaea6348564c68385b...0.1.0

Published with dotnet-releaser