Releases: SenseNet/sn-preview
SenseNet Preview on .net8.0
What's Changed
Full Changelog: preview-2025-01-05...preview-2025-02-10
preview-2025-01-05
What's Changed
- FIX: Remove obsolete code that causes compilation errors. by @kavics in #38
- Categorize OData operations. by @kavics in #39
Full Changelog: remove-systemdrawing...preview-2025-01-05
Removing System.Drawing dependency
In this release we removed System.Drawing
dependency so that preview libraries can be used in Linux containers with .Net 6.
Full Changelog: di-in-generators...remove-systemdrawing
Dependency injection in preview generators
This is a technical release to support the latest sensenet packages and add the possibility of modern logging.
Features and infrastructure
- Preview generators support dependency injection so that common services (like a logger) can be injected properly.
sensenet Preview and Controller
This is a technical release to support the latest sensenet packages.
Installation
To get started please follow the install guide.
sensenet Preview Controller 7.3.2
This is a technical release to support the latest sensenet packages.
Installation
To get started please follow the install guide.
sensenet Preview Dependency Injection namespace changes
This release follows the namespace changes in the core product. In an existing application please update the NuGet package to get the latest version.
Breaking changes
- We had to refactor a couple of our namespaces to be consistent with the industry standard Dependency Injection namespace. All of our DI extension methods were moved to the
SenseNet.Extensions.DependencyInjection
namespace. If you encounter build errors, please add ausing
statement for this new namespace to your code.
Installation
To get started please follow the install guide.
sensenet Preview package modernization
This is a technical release for supporting the latest sensenet packages and making a few steps toward a .Net Core-compatible preview package.
Feature
- Aspose projects are moved to the sn-preview-aspose repository
- Preview API got async methods.
- Preview installer became a self-contained installer project.
Installation
To get started please follow the install guide.
sensenet Preview Controller 7.2
This is a technical release for supporting the latest sensenet packages and making a few steps toward a .Net Core-compatible preview package.
Installation
To get started please follow the install guide.
sensenet Preview 7.1.4
This release contains a minor install package fix for cases when the WebPages component was not installed on top of sensenet Services.
Installation
To get started please follow the install guide.