Releases: smapiot/Piral.Blazor.Server
Releases · smapiot/Piral.Blazor.Server
v0.4.1
What's Changed
- Fixed issue with
piral-blazor-server publish-microfrontend
to take wrong path - Updated NuGet dependencies
- Updated documentation
- Added support for special fields (
Id
) in micro frontend discovery - Added automatic detection of NuGet feed usage as discovery service
Full Changelog: v0.4.0...v0.4.1
0.4.0
What's Changed
- Updated to .NET 8
- Updated documentation
- Fixed issue with parallelized loading of micro frontends
- Fixed issue when config section
Microfrontends:NugetFeeds
does not exist - Fixed issue with the snapshot service requiring write access in cache-only
- Added
TryGetData
andTrySetData
methods toIMfService
- Added
Meta
property toIMfService
- Added dotnet CLI tool
piral-blazor-server
Full Changelog: v0.3.0...v0.4.0
0.3.0
What's changed
- Updated the API of the
IMfComponentService
interface to support more use cases - Added middleware running in development providing enhanced debugging capabilities
- Added useful extensions for the
IMfComponentService
service - Added
PageStyles
andPageScripts
components to decorate layout - Added
MfRouter
andMfRouteView
components to enable routing (opt-in) - Added integration to Piral Inspector protocol for enhanced development
Full Changelog: v0.2.1...v0.3.0
0.2.1
- Fixed issue with nullables in SDK
- Fixed issue with scoped service provider usage
- Improved scoping and restart of page with scoped child providers
Full Changelog: https://github.com/smapiot/Piral.Blazor.Server/commits/v0.2.1