4:27 AM 0 0
New version released 1 6 35

New version released 1 6 35

  Sergi |  February 182024

NET 6.0, NET 7.0, NET 8.0

Now is targered all NET versions supported.

Update nugets to last version today released.

< PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.27" Condition="'$(TargetFramework)' == 'net6.0'" / >
< PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.27" Condition="'$(TargetFramework)' == 'net6.0'"/ >
< PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.16" Condition="'$(TargetFramework)' == 'net7.0'" / >
< PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.16" Condition="'$(TargetFramework)' == 'net7.0'"/ >
< PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.2" Condition="'$(TargetFramework)' == 'net8.0'" / >
< PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.2" Condition="'$(TargetFramework)' == 'net8.0'"/ >

Improvements in Javascript

Changes in the how and when load the JAVASCRIPT to avoid possible issues when initialize the component. Also depreciated the method UseBlazorIndexedDbContext because no need to initialize now the context while loading the app.

Add delegate funcion for query

  • In the SelectAsyhnc method now can use a delegate using a function to query from any property, not only from the ID.
  • Have new method GetAsync to easy understand will get only one result not a list. Can still using the SelectAsync by ID to get only one row from the table.

 

0 Guest reviews

 
 
 

File