7.0.9
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 forConfigureServices
) - Updated to use new model for sharing dependencies
- Added full isolation to Blazor pilets placing them in their own context
- Added new
Call
method toIPiletService
- Added useful extension methods based on
Call
forIPiletService
- Added
PiletKind
to distinguish between global (always shared) and local (always isolated) pilets
New Contributors
- @dependabot made their first contribution in #122
Full Changelog: v7.0.8...v7.0.9