Skip to content

Releases: jesperweber/Our.Umbraco.HeadlessPreview

2.2.0

01 Apr 15:06
Compare
Choose a tag to compare

This update introduces preview modes. With preview modes you can configure different modes for the preview button based on content types or node ids.

Maybe you have some content nodes that are not a page with a URL on your website, with preview modes you can remove the preview button for these nodes. Or maybe you have an Umbraco installtion with multiple sites and some of the sites are build as headless sites with headless preview and some of the sites are running as standard sites with standard Umbraco preview, this is now also possible.

It's also now possible to disable the headless preview functionallity for the entire Umbraco installation.

Added

  • Preview modes based on content type or node ids (UseHeadlessPreview, UseStandardPreview, DisablePreview)
  • Appsettings.json schema file to provide IntelliSense when configuring the HeadlessPreview settings in the appsettings.json file

2.1.1

01 Nov 15:28
Compare
Choose a tag to compare

Fixed

  • Fixed issue with vary by culture when default language has no version

2.1.0

08 Sep 10:20
Compare
Choose a tag to compare

This update contians Save and Preview functionality for the preview button, just like the default preview button in Umbraco. Additionally the save part is only active if the page is dirty, meaning that something has changed on the page.

Added

  • Save and Preview functionality (contribution by jdpnielsen)

2.0.0

28 Mar 15:36
Compare
Choose a tag to compare

V2 uses a template URL in combination with placeholders to give you full flexibility to build exactly the preview URL you want.

Added

  • New template URL concept with dynamic placeholder values
  • Hostname is selected based on the culture you are previewing

1.1.0

19 Mar 14:25
Compare
Choose a tag to compare
  • Added option to configure the relative path of the preview url
  • Added template URL to see how the configured preview URL would be

1.0.5

26 Feb 14:14
Compare
Choose a tag to compare

Changed naming of static file to avoid conflics with other plugins

1.0.4

15 Feb 08:41
Compare
Choose a tag to compare

Added readme and license file

1.0.2

15 Feb 07:32
Compare
Choose a tag to compare

Updated package description

1.0.1

14 Feb 15:34
Compare
Choose a tag to compare

Updated package description

1.0.0

14 Feb 15:20
Compare
Choose a tag to compare

Initial release