Releases: rickbutterfield/Umbraco.Community.BlockPreview
v1.8.2
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
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
Full Changelog: v1.8.0...v1.8.1
v1.8.0
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
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
What's Changed
- #22 RCL-ify the package is now fixed in v1.7.0 by @rickbutterfield in #29
🙌🏻 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 yourStartup.cs
file
Full Changelog: v1.6.1...v1.7.0
v1.6.1
Small bugfix - resolves an issue where blocks would simply stop loading!
Full Changelog: v1.6.0...v1.6.1
v1.6.0
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
- @deanleigh made their first contribution in #26
Full Changelog: v1.5.0...v1.6.0
v1.5.0
Bugs Fixed
- Fixed an issue where the block overlay may appear when resizing a block in the grid
What's Changed
- Support for custom Views location by @RosenPetrovFFW in #23
- Linux casesensetive view-paths by @madsoulswe in #24
New Contributors
- @RosenPetrovFFW made their first contribution in #23
- @madsoulswe made their first contribution in #24
Full Changelog: v1.4.1...v1.5.0
v1.4.1
This is a minor release to fix an issue raised by @deanleigh where files from App_Plugins
weren't being copied!
Full Changelog: v1.4.0...v1.4.1
v1.4.0
A brand new release of BlockPreview is here to support Umbraco 12!
What's Changed
- Added support for Umbraco 12
- Added two new demo sites for v11 and v12, with added uSync and the BlockGrid Example Website to get up and running quickly
- Added styled alerts:
- before you've saved the page
- if the underlying partial/ViewComponent being referenced has any errors
Deprecation Notice
With this version, I am deprecating the old Our.Umbraco.BlockPreview package. This will remain at v1.3.1 and won't be updated, so please remove it and migrate. Under the hood the Our.Umbraco version of the package was just installing the Umbraco.Community version anyway.
Full Changelog: v1.3.1...v1.4.0