Skip to content

Releases: rickbutterfield/Umbraco.Community.BlockPreview

v1.8.4

23 Apr 13:51
b911ade
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.3...v1.8.4

v1.8.3

25 Mar 13:42
Compare
Choose a tag to compare

What's Changed

  • Fix/nested serialization correction by @bielu in #49

Full Changelog: v1.8.2...v1.8.3

v1.8.2

15 Mar 13:37
Compare
Choose a tag to compare

What's Changed

  • fix: Umbraco 13.2.0. Error with empty RTEs #48
  • chore: move release steps from code to GitHub Actions

Full Changelog: v1.8.1...v1.8.2

v1.8.1

14 Mar 13:21
Compare
Choose a tag to compare

What's Changed

  • fix: Bootstrap alert and block-preview.css #34
  • fix: validate if file is maybe writter in pascal case if view is not found by camel case by @bielu in #45
  • fix: Problems previewing nested block grids in v13 #47
  • fix: Nested elements are not rendered when using preview helpers #37

New Contributors

  • @bielu made their first contribution in #45

Full Changelog: v1.8.0...v1.8.1

v1.8.0

15 Dec 16:01
Compare
Choose a tag to compare

The .NET 8 version! Nothing else has changed other than adding support for .NET 8, so you don't get any warnings when building or publishing your project.

Full Changelog: v1.7.1...v1.8.0

v1.7.1

18 Sep 13:18
6aee133
Compare
Choose a tag to compare

What's Changed

  • Fix to resolve issue #30 by @robertjf in #31
  • Fix to resolve issue #32 by @rickbutterfield
  • Fix to resolve an issue raised by Ault and Dean Leigh on Discord where models for blocks in nested areas weren't having additional data populated correctly

New Contributors

Full Changelog: v1.7.0...v1.7.1

v1.7.0

15 Sep 08:31
aee651d
Compare
Choose a tag to compare

What's Changed

🙌🏻 Kudos to Lotte and Kevin for the RCL-ification of the Opinionated Package Starter Kit, made it so easy to convert this to RCL.

Upgrade Notes

When upgrading, you will need to:

  • Remove the /App_Plugins/Umbraco.Community.BlockPreview folder
  • Remove the reference to .AddBlockPreview() in your Startup.cs file

Full Changelog: v1.6.1...v1.7.0

v1.6.1

02 Sep 19:47
Compare
Choose a tag to compare

Small bugfix - resolves an issue where blocks would simply stop loading!

Full Changelog: v1.6.0...v1.6.1

v1.6.0

01 Sep 16:24
Compare
Choose a tag to compare

What's Changed

  • Added custom alert classes so we're not dependant on Umbraco's CSS
  • Remove link to umbraco.min.css by @deanleigh in #26
  • Feature/typed block areas by @rickbutterfield in #25 (fixes #15)

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

18 Aug 09:21
Compare
Choose a tag to compare

Bugs Fixed

  • Fixed an issue where the block overlay may appear when resizing a block in the grid

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.5.0