-
### Brief bug description
What went wrong?
After upgrading angular to v18 and using the new build system, which is esbuild instead of webpack, I see the following error.
```
▲ [WARNING] Call…
-
### Motivation
Dedicated support for custom asset domains has long been missing from this SDK.
### Proposed solution
Without dedicated support customers lack guidance on best practice soluti…
-
### Motivation
Currently, for environments with [secure assets delivery](https://kontent.ai/learn/docs/security/secure-access/javascript#a-retrieve-assets-securely) enabled, the resulting backup co…
-
### Motivation
Customers want to use their own domains in asset links instead of the default Kontent asset URL. This way the links on their webpage will look more trustworthy, and since the custom …
-
### Motivation
This project should be updated to .NET 8 and the latest nugets.
There are breaking changes that this project does not address such as this: https://github.com/kontent-ai/delivery-…
-
### Motivation
This project should be updated to .NET 8 and the latest nugets.
There are breaking changes that this project does not address such as this: https://github.com/kontent-ai/delivery-…
-
The SDK sends a version tracking header in the following form: `X-KC-SDKID: packagist.org;kentico-kontent/delivery-sdk-php;0.9.1` with every request. This was implemented in #43
Currently, the tra…
-
### Motivation
Basically, the same as Microsoft's. Mainly:
- PRs spanning multiple repos.
More details at:
- https://github.com/dotnet/announcements/issues/119
- https://github.com/aspnet/An…
-
> Inline content item resolver provided an invalid HTML 5 fragment
https://github.com/Kentico/kontent-delivery-sdk-net/blob/4e28e3352577e3ee016de3c65e48a646e2775943/Kentico.Kontent.Delivery/Content…
-
### Brief bug description
When I want to parse an HTML string like this one `one two`, the first `TextNode` child (`#text`) of the `P` tag does not contain the value `one `.
The issue comes from…