Skip to content

Releases: smapiot/Piral.Blazor.Server

1.0.1

15 May 07:14

Choose a tag to compare

What's Changed

  • Fixed --version argument for the create-emulator command of the CLI (#14) by @software-programmer
  • Fixed hot update and removal of micro frontends when detected

New Contributors

Full Changelog: v1.0.0...v1.0.1

1.0.0

03 May 19:51

Choose a tag to compare

What's Changed

  • First release

Full Changelog: v0.5.1...v1.0.0

0.5.1

13 Apr 15:21

Choose a tag to compare

What's Changed

  • Fixed issue with DI for scoped services (#13)

Full Changelog: v0.5.0...v0.5.1

0.5.0

27 Mar 16:03

Choose a tag to compare

What's Changed

  • Fixed issue with broken assets
  • Fixed emulator running debugged micro frontend assemblies in default context
  • Fixed loading of NuGet packages including any target (#11)
  • Fixed behavior of child containers w.r.t. scoping (#12)
  • Updated Autoface to v9.0.0 (#6)
  • Updated name of created emulator - now includes used version
  • Added PiralOptions to configure behavior
  • Added IsolatedAssemblies option
  • Added IScopedEvents for using events within the current scope (#9)
  • Added support for relative paths in AppShell of SDK (#2)
  • Added new documentation page (blazor.piral.io)
  • Added support for IConfiguration of micro frontends
  • Added configuration of central package management by @jdevillard in #5
  • Added roadmap (#3)

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

16 Feb 00:36

Choose a tag to compare

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

13 Feb 23:37

Choose a tag to compare

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 and TrySetData methods to IMfService
  • Added Meta property to IMfService
  • Added dotnet CLI tool piral-blazor-server

Full Changelog: v0.3.0...v0.4.0

0.3.0

15 Nov 14:04

Choose a tag to compare

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 and PageScripts components to decorate layout
  • Added MfRouter and MfRouteView 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

19 Oct 14:23

Choose a tag to compare

  • 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