Skip to content

Releases: rickbutterfield/Umbraco.Community.BlockPreview

v1.2.2

24 May 11:30
Compare
Choose a tag to compare

Minor bug fix to the JS to support nested areas.

Full Changelog: v1.2.1...v1.2.2

v1.2.1

12 Apr 13:34
Compare
Choose a tag to compare

Minor bugfix after testing, where if you only have one language on your site the previews wouldn't load.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

12 Apr 13:21
Compare
Choose a tag to compare

A new minor is here! This adds support for better culture variants and also removes some magic strings. Once installed, you'll need to add AddBlockPreview() to your Startup.cs file, before AddWebsite().

 public void ConfigureServices(IServiceCollection services)
 {
     services.AddUmbraco(_env, _config)
         .AddBackOffice()
+        .AddBlockPreview()
         .AddWebsite()
         .AddComposers()
         .Build();
 }

Bug fixes and enhancements

  • Change BackOfficePreviewService to use the Razor Engine to find the View (#14)
  • Variants not updating content (#16)

Full Changelog: v1.1.2...v1.2.0

v1.1.2

14 Mar 11:42
Compare
Choose a tag to compare

Another small patch release, fixing a bug where ModelsBuilder isn't enabled.

Bug fixes and enhancements

  • Two Column Layout error "Something went wrong rendering a preview" (#12)

Full Changelog: v1.1.1...v1.1.2

v1.1.1

07 Mar 13:01
Compare
Choose a tag to compare

Just a small patch release this time, fixing an issue where files in the App_Plugins folder weren't being correctly copied.

Bug fixes and enhancements

  • App_Plugins folder not being copied (#11)

Full Changelog: v1.1.0...v1.1.1

v1.1.0

25 Feb 17:18
Compare
Choose a tag to compare

Hey everyone! Introducing... 🥁 Umbraco.Community.BlockPreview! The same great package with a new name, following Umbraco's package naming convention!

The existing Our.Umbraco.BlockPreview package exists, and will for a while, but just installs this package as a dependency.

Bug fixes and enhancements

  • Renamed the package to Umbraco.Community.BlockPreview
  • Added IsBlockPreviewRequest() as an extension method on HttpRequest (#7, thanks @AaronSadlerUK!)
  • Fixed a bug where clicking on a block would sometimes open the block's content as well as the parent block's content (#10)

New contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

11 Feb 14:20
Compare
Choose a tag to compare

This version adds proper support for Umbraco 10.4+

v1.0.0

24 Jan 11:09
Compare
Choose a tag to compare
Update README to show Umb 10.4+

v1.0.0-rc2

05 Jan 23:28
Compare
Choose a tag to compare
🎉 v1.0.0-rc2

v1.0.0-rc1

22 Dec 11:04
Compare
Choose a tag to compare
  • Adds support for Umbraco 10.4.0-rc