Skip to content

Releases: DamianEdwards/RazorSlices

v0.9.1

20 Dec 02:42
d6b2446
Compare
Choose a tag to compare

Available on NuGet: https://www.nuget.org/packages/RazorSlices/0.9.1

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

19 Dec 21:18
2d4b4ff
Compare
Choose a tag to compare

Available on NuGet at https://www.nuget.org/packages/RazorSlices/0.9.0

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.9.0

v0.8.1

07 Jun 15:13
65fde58
Compare
Choose a tag to compare

Available on NuGet at https://www.nuget.org/packages/RazorSlices/0.8.1

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

07 Jun 14:13
Compare
Choose a tag to compare

Available on NuGet at https://www.nuget.org/packages/RazorSlices/0.8.0

What's Changed

  • BREAKING CHANGE
    Complete overhaul of implementation and API semantics to support trimming and native AOT fully.
    • Drops support for .NET 6 and .NET 7. Now requires .NET 8
    • Adds support for trimming and native AOT
    • Adds a source generator that generates static IRazorSliceProxy classes for every .cshtml file in the project. Razor slices are now created using [GeneratedSliceProxyType].Create(), e.g. Todos.Create(). Generated types are put in a namespace following the relative directory the .cshtml file is in (similar to Razor Components).
    • Adds support for layouts and sections, including nested layouts and layouts with models

Full Changelog: v0.7.0...v0.8.0

v0.7.0

03 Jun 22:09
6fa5954
Compare
Choose a tag to compare

Available on NuGet at https://www.nuget.org/packages/RazorSlices/0.7.0

What's Changed

  • Add HttpContext access
  • Support for rendering partials (slices from other slices)
  • Slice lookups now case-insensitive by @DamianEdwards in #32

Full Changelog: v0.6.2...v0.7.0

v0.6.2

31 May 02:55
f81fa85
Compare
Choose a tag to compare

Available on NuGet at https://www.nuget.org/packages/RazorSlices/0.6.2

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

30 May 21:14
46c11c2
Compare
Choose a tag to compare

Available on NuGet at https://www.nuget.org/packages/RazorSlices/0.6.1

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

30 May 17:43
691df57
Compare
Choose a tag to compare

Available on NuGet at https://www.nuget.org/packages/RazorSlices/0.6.0

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

05 Apr 19:18
d3f9fa2
Compare
Choose a tag to compare

Available on NuGet at https://www.nuget.org/packages/RazorSlices/0.5.0

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

24 Mar 01:13
c9cefc4
Compare
Choose a tag to compare

What's Changed

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

Available on NuGet: https://www.nuget.org/packages/RazorSlices/0.4.0