Skip to content

7.0.9

Compare
Choose a tag to compare
@FlorianRappl FlorianRappl released this 24 Oct 08:59
· 42 commits to blazor-7.0 since this release

What's Changed

  • Fixed reloading of dependencies when developing a pilet (#121)
  • Fixed issue with DI using shared generics (#125)
  • Bumped fast-xml-parser from 4.0.13 to 4.2.4 in /src/blazor-codegen by @dependabot in #122
  • Bumped fast-xml-parser from 4.2.4 to 4.2.5 in /src/blazor-codegen by @dependabot in #123
  • Updated ConfigureShared to be obsolete / deprecated (right now just an alias for ConfigureServices)
  • Updated to use new model for sharing dependencies
  • Added full isolation to Blazor pilets placing them in their own context
  • Added new Call method to IPiletService
  • Added useful extension methods based on Call for IPiletService
  • Added PiletKind to distinguish between global (always shared) and local (always isolated) pilets

New Contributors

Full Changelog: v7.0.8...v7.0.9