Skip to content

Releases: alanta/Kontent.Statiq

Release 2.0.0-beta0015

07 Aug 13:39
Compare
Choose a tag to compare
Pre-release

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

26 Apr 06:40
dfa7df5
Compare
Choose a tag to compare
Pre-release

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

21 Sep 12:55
9d99ef1
Compare
Choose a tag to compare
Pre-release

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

31 Mar 21:08
Compare
Choose a tag to compare
Pre-release
  • Update to Statiq beta-38
  • New: the image processor now also processes background images from inline styling

Release 1.0.0-beta0011

01 Feb 21:14
c841eea
Compare
Choose a tag to compare
Pre-release
  • Fix for broken image downloads (Issue #31)

Release 1.0.0-beta0010

22 Jan 15:05
a09be6a
Compare
Choose a tag to compare
Pre-release

Fixup voor Statiq beta 32

Release 1.0.0-beta0009

06 Jan 13:47
Compare
Choose a tag to compare
Pre-release
  • Support for the items-feed end-point (Issue #20) to enable working with large content sets.
  • Support for working with Taxonomy and the taxonomy end-point (Issue #24)
  • Enable Config to make downloaded image path configurable (Issue #26)

Release 1.0.0-beta0008

11 Nov 21:13
b003b40
Compare
Choose a tag to compare
Pre-release
  • 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

15 Oct 07:26
Compare
Choose a tag to compare
Pre-release
  • Latest versions of Kentico Kontent Delivery SDK and Statiq
  • Added support for usage tracking (issue #12 )
  • Review feedback

Release 1.0.0-beta0006

03 Oct 19:13
Compare
Choose a tag to compare
Pre-release
  • 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.