Date | 2024-06-27 (141 days ago) |
---|---|
Downloads | 993 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 Umbraco 11 Umbraco 12 |
#supported
-umbraco-versions">Supported Umbraco versions#target
-framework">Target Framework#installation
">Installation.NET CLI:
dotnet add package Skybrud.Essentials.Umbraco --version 10.0.1
NuGet Package Manager:
Install-Package Skybrud.Essentials.Umbraco -Version 10.0.1
#changelog
">ChangelogIntroduced new skybrud
Angular service (see 3e73408
)
The service contains functionality that may be used by our other packages.
Introduced new limbo-json-view
directive (see c221563
)
This release adds an Angular directive for displaying JSON values, including syntax highlighting and collapse/expand functionality.
Added TryGetProperty
extension methods for IContentBase
(see df54640
)
Adds a bit of functionality for easier getting a specific property of an IContentBase
instance.
Updated the Skybrud.Essentials dependency (see e597ffd
)
Might as well update to the most recent version.