Skip to content

Releases: smapiot/Piral.Blazor

8.0.17

22 Jun 12:19
Compare
Choose a tag to compare

What's Changed

  • Fixed piral-blazor (in 1.6.0) to dispatch events from providers (#147)
  • Updated Extension to re-render on parameter update (#145)
  • Updated tooling to respect Import constructs in csproj files (#124)
  • Added configurable to capabilities for re-rendering

Full Changelog: v8.0.16...v8.0.17

8.0.16

22 May 17:52
Compare
Choose a tag to compare

What's Changed

  • Fixed trimming for global pilets (automatically disabled)
  • Updated behavior of scoped services to work across pilet boundaries
  • Updated Blazor dependency versions
  • Added timeout (20s) for calling pilet API functions
  • Added new IHttpInterceptor interface for HTTP interceptions

Full Changelog: v8.0.15...v8.0.16

8.0.15

22 Apr 07:23
Compare
Choose a tag to compare

What's Changed

  • Fixed issue preventing debugging referenced assemblies (#143)
  • Added PiralProviderAttribute for provider components

Full Changelog: v8.0.14...v8.0.15

v7.0.15

22 Apr 07:51
Compare
Choose a tag to compare

What's Changed

  • Fixed issue preventing debugging referenced assemblies (#143)
  • Added PiralProviderAttribute for provider components

Full Changelog: v7.0.14...v7.0.15

8.0.14

12 Apr 07:38
Compare
Choose a tag to compare

What's Changed

  • Improved hot-reloading
  • Fixed kind property not set for standalone pilets
  • Fixed missing Content-Type header for the page
  • Fixed issue with breakpoints not hit (#142)
  • Updated Blazor dependency versions
  • Improved NPM config initialization by @prepfarm in #137
  • Added support for the @layout attribute (#141)

Full Changelog: v8.0.13...v8.0.14

7.0.14

11 Apr 13:09
Compare
Choose a tag to compare

What's Changed

  • Improved hot-reloading
  • Fixed kind property not set for standalone pilets
  • Fixed missing Content-Type header for the page
  • Updated Blazor dependency versions
  • Improved NPM config initialization by @prepfarm in #137
  • Added support for the @layout attribute (#141)

Full Changelog: v7.0.13...v7.0.14

8.0.13

29 Mar 07:34
Compare
Choose a tag to compare

What's Changed

  • Fixed Piral.Blazor.DevServer using fallback feed
  • Fixed issue that global standard registry was discarded
  • Fixed copying of config files before installation by @prepfarm in #136
  • Fixed support for component references
  • Fixed issue where parameters of components have been captured and not changed
  • Improved support for standalone pilet development
  • Added support for emulator website
  • Added support for calling nested pilet API JavaScript function (e.g., log.info)

Full Changelog: v8.0.11...v8.0.13

7.0.13

14 Mar 07:38
Compare
Choose a tag to compare

What's Changed

  • Fixed Piral.Blazor.DevServer using fallback feed
  • Fixed issue that global standard registry was discarded
  • Fixed copying of config files before installation by @prepfarm in #136
  • Improved support for standalone pilet development
  • Added support for emulator website
  • Added support for calling nested pilet API JavaScript function (e.g., log.info)

Full Changelog: v7.0.12...v7.0.13

7.0.12

26 Jan 14:32
Compare
Choose a tag to compare

What's Changed

  • Fixed issue where parameters of components have been captured and not changed

Full Changelog: v7.0.11...v7.0.12

8.0.11

26 Jan 08:54
Compare
Choose a tag to compare

What's Changed

  • Fixed issue with events not being disposed
  • Fixed disposal of service when not fully initialized
  • Fixed construction of local DI with Blazor 8
  • Added support for npm 10
  • Added support for query parameters using the PiralQueryParameter attribute

Full Changelog: v8.0.10...v8.0.11