Releases: alanta/Kontent.Statiq
Releases · alanta/Kontent.Statiq
Release 2.0.0-beta0015
Update to the latest Kontent SDK and Statiq.
- Kontent SDK v17
- Statiq Beta 62
⚠ There are breaking changes in Kontent SDK v17 (see the release for details)
⚡ The Kontent SDK moved to .NET 6 only so this project is following along. .NET Core 3.1 is no longer supported.
Release 2.0.0-beta0014
Moved to v2.0 because we're now targeting .NET 6 and Kontent SDK V16 has some breaking changes.
Still in beta because Statiq is in Beta.
- Kontent SDK v16
- Statiq Beta 60
⚠ There are namespace changes in Kontent SDK v16
Fortunately it's only namespace changes and adjusting using
statements should be enough to fix this.
For example:
Old | New |
---|---|
Kentico.Kontent.ImageTransformation | Kentico.Kontent.Urls.ImageTransformation |
Kentico.Kontent.Delivery.Urls.QueryParameters | Kentico.Kontent.Urls.Delivery.QueryParameters |
Please refer to the Kontent SDK v16 release for more details.
Release 1.0.0-beta0013
Update to Statiq Beta 48
Update to Kontent Delivery SDK v15
Fixes:
- In preview mode, each iteration would add the same image for downloading again causing increasingly massive downloads. This is due to the behavior of Statiq's ReadWeb module
Release 1.0.0-beta0012
- Update to Statiq beta-38
- New: the image processor now also processes background images from inline styling
Release 1.0.0-beta0011
- Fix for broken image downloads (Issue #31)
Release 1.0.0-beta0010
Fixup voor Statiq beta 32
Release 1.0.0-beta0009
Release 1.0.0-beta0008
- KontentConfig makes it a bit easier to work with Statiq configuration delagates and Kontent
- Child documents can now be axtracted through KontentConfig.GetChildren, issue #21
- Added AddKontentDocumentsToMetadata module to make it even easier to work with releated content
- Ensure assets are downloaded just once (avoid the "Multiple documents output to" error) (issue #18)
Release 1.0.0-beta0007
- Latest versions of Kentico Kontent Delivery SDK and Statiq
- Added support for usage tracking (issue #12 )
- Review feedback
Release 1.0.0-beta0006
- Breaking change: Removed all support for creating the Kontent client. Using DI to inject the client is better than doing it inline in the
pipeline. - Fix: Social sharing requires full urls for images
- Update to Kontent Delivery SDK RC1
- Update to Statiq beta 21
- Test cleanup; dropedp the complicated JSON response based testing in favor of faked responses.