Nikcio.UHeadless
3.2.0
See the version list below for details.
dotnet add package Nikcio.UHeadless --version 3.2.0
NuGet\Install-Package Nikcio.UHeadless -Version 3.2.0
<PackageReference Include="Nikcio.UHeadless" Version="3.2.0" />
paket add Nikcio.UHeadless --version 3.2.0
#r "nuget: Nikcio.UHeadless, 3.2.0"
// Install Nikcio.UHeadless as a Cake Addin #addin nuget:?package=Nikcio.UHeadless&version=3.2.0 // Install Nikcio.UHeadless as a Cake Tool #tool nuget:?package=Nikcio.UHeadless&version=3.2.0
Nikcio.UHeadless
😄 If you use and like Nikcio.UHeadless please consider becoming a GitHub Sponsor 😄
This repository creates an easy setup solution for making Umbraco headless. It comes with a wide range of extensibility options that can be tailored to your needs.
Works on
- Umbraco 9 (v1.x.x & v2.x.x)
- Umbraco 10 (v2.x.x & v3.x.x)
- Umbraco 11 (v3.x.x)
See more under Versioning
Setup
Install the package:
dotnet add Nikcio.UHeadless
Find it on Nuget
Add the extensions to the Startup.cs
file:
using Nikcio.UHeadless.Extensions;
public void ConfigureServices(IServiceCollection services)
{
services.AddUmbraco(_env, _config)
/* Code obmitted for clarity */
.AddUHeadless()
/* Code obmitted for clarity */
}
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
/* Code obmitted for clarity */
app.UseUHeadlessGraphQLEndpoint();
app.UseUmbraco()
/* etc... */
}
Now your content will be avalible at /graphql
To get started try adding some content to the root and run the following query:
{
contentAtRoot {
nodes {
id,
name
}
}
}
Documentation
Find the docs here
Extending packages
See How to use a extending package
Package name | Status |
---|---|
Nikcio.UHeadless.Content | Included* |
Nikcio.UHeadless.Media | Included* |
Nikcio.UHeadless.ContentTypes | Included* |
Nikcio.UHeadless.Members | Available |
Nikcio.UHeadless.DataTypes | Not started |
Nikcio.UHeadless.Dictionary | Not started |
Nikcio.UHeadless.MediaTypes | Not started |
Nikcio.UHeadless.MemberTypes | Not started |
*Included means that the package is included in the Nikcio.UHeadless Nuget package.
**Preview means that the package is ready in a preview version.
Note: If a Nikcio.UHeadless.* package is not found in the list above it's not ready for use or is a core/base package used in the packages above.
Versioning
UHeadless following to the best of abillity Semantic Versioning. This means that the version numbers have the following meaning
vX.Y.Z
- X (Major - Breaking change)
- Y (Minor - Feature change)
- Z (Patch - Bug fixes)
This also means that versions doesn't follow Umbracos major versions. To avoid supporting to many major versions the following versioning tactic has been choosen.
Versioning tactic
Each Umbraco LTS version will have a accompanying LTS UHeadless version. All other UHeadless majors not marked as LTS will stop support when a new major is released. In this way you as a developer can choose how often you expect to be updating UHeadless and Umbraco.
The two versioning tracks can be found in the table here:
Track | UHeadless version | Supported Umbraco version |
---|---|---|
LTS | v3.x.x | v10.x.x & v11.x.x |
Edge | v3.x.x | v10.x.x & v11.x.x |
Current stable | v3.x.x | v10.x.x & v11.x.x |
Do note that LTS versions will not actively get new featues but will be bugfixed when a newer major is present
Contributing
This package is very much open for contribution see the Contributing Guide
😄 If you use and like Nikcio.UHeadless please consider becoming a GitHub Sponsor 😄
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Nikcio.UHeadless.Content (>= 3.2.0)
- Nikcio.UHeadless.Media (>= 3.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Nikcio.UHeadless:
Package | Downloads |
---|---|
Nikcio.UHeadless.Defaults
Default models for the Nikcio.UHeadless package |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.0-preview001 | 88 | 8/29/2024 |
5.0.0 | 266 | 6/26/2024 |
5.0.0-preview005 | 86 | 6/9/2024 |
5.0.0-preview004 | 124 | 5/6/2024 |
5.0.0-preview003 | 115 | 4/12/2024 |
4.2.2 | 146 | 8/29/2024 |
4.2.1 | 1,347 | 4/9/2024 |
4.2.0 | 117 | 4/6/2024 |
4.2.0-preview002 | 111 | 3/7/2024 |
4.1.1 | 5,044 | 8/2/2023 |
4.1.0 | 428 | 7/2/2023 |
4.0.0 | 2,542 | 6/12/2023 |
4.0.0-preview002 | 137 | 6/7/2023 |
4.0.0-preview001 | 114 | 6/6/2023 |
3.3.1 | 933 | 6/2/2023 |
3.3.0 | 4,054 | 1/18/2023 |
3.2.0 | 4,451 | 11/22/2022 |
3.1.0 | 385 | 11/16/2022 |
3.0.6 | 515 | 11/3/2022 |
3.0.5 | 502 | 10/18/2022 |
3.0.4 | 761 | 10/5/2022 |
3.0.3 | 430 | 10/5/2022 |
3.0.2 | 481 | 9/19/2022 |
3.0.1 | 478 | 9/3/2022 |
3.0.0 | 818 | 8/3/2022 |
3.0.0-preview003 | 170 | 8/3/2022 |
3.0.0-preview002 | 188 | 7/16/2022 |
3.0.0-preview001 | 162 | 7/16/2022 |
2.3.1 | 255 | 6/2/2023 |
2.3.0 | 660 | 7/6/2022 |
2.2.1 | 532 | 6/19/2022 |
2.2.0 | 803 | 6/6/2022 |
2.1.1 | 532 | 5/22/2022 |
2.1.0 | 569 | 5/10/2022 |
2.0.2 | 504 | 5/9/2022 |
2.0.1 | 511 | 5/4/2022 |
2.0.0 | 564 | 5/1/2022 |
2.0.0-preview.3 | 122 | 4/26/2022 |
2.0.0-preview.2 | 119 | 4/26/2022 |
2.0.0-preview.1 | 146 | 4/24/2022 |
2.0.0-preview.0 | 125 | 4/14/2022 |
1.3.0 | 681 | 3/5/2022 |
1.2.0 | 593 | 3/1/2022 |
1.1.0 | 557 | 2/26/2022 |
1.0.0 | 637 | 2/6/2022 |
0.1.7-beta | 155 | 2/5/2022 |
0.1.6-beta | 167 | 2/5/2022 |
0.1.5-beta | 169 | 2/4/2022 |
0.1.4-beta | 184 | 1/27/2022 |
0.1.3-beta | 187 | 1/27/2022 |
0.1.2-alpha | 179 | 1/25/2022 |