Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Stacked Content 2.0.0

Compare
Choose a tag to compare
@leekelleher leekelleher released this 20 Jul 12:45
· 24 commits to master since this release
ecf105e

Hey there Umbraco fans!

We are proud to have released Stacked Content v2.0.0!


Some features, enhancements and bug fixes, may be part of the Inner Content release, please see the Inner Content v2.0.0 release page for more details!

New Features

  • #27, #44 Copy & Paste feature

Bug Fixes and Enhancements

  • 2e16cbd Added support for Umbraco in a virtual directory
  • 5c8732b Markup enhancements, _(see issue #24, point 4 for details of this)

Breaking Changes

Due to Inner Content's Umbraco dependency version increase, we've had to do the same for Stacked Content. For more details, see Inner Content ticket #22.

Whilst we were increasing the major version number, we took the opportunity to refactor our code, here's the list of API changes.

  • 82f9178 Switched the default option for the preview feature to be opt-in
    • This changes the prevalue key from "disablePreview" to "enablePreview"
    • Code has been included to correct existing values, (so a "non-breaking-breaking-change"?).
  • 1524aa9 Renamed the namespace for the StackedContentValueConverter
    • From "Our.Umbraco.StackedContent.Converters" to "Our.Umbraco.StackedContent.ValueConverters"
  • a149d61 Removed the StackedContentPropertyValueEditor class
    • Due to changes in Inner Content, this class had become redundant
  • fe3686f Combined the "stackedcontent.controllers.js" and "stackedcontent.resources.js" files into a single "stackedcontent.js" file

Special thanks to @markadrake for your help with this release, #h5yr!

Enjoy the release!

All the best from @leekelleher and @mattbrailsford


This release is also available on NuGet...

PM> Install-Package Our.Umbraco.StackedContent