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

Inner Content 2.0.0

Choose a tag to compare

@leekelleher leekelleher released this 20 Jul 11:32
· 31 commits to master since this release
e6cae23

Hey there Umbraco fans!

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


New Features

  • #20, #23, #30 Adds support for Content Templates (aka Blueprints)
    • Introduces a richer Content Type picker overlay, docked to the right-hand side
  • #28 Adds Copy/Paste API

Bug Fixes & Enhancements

Breaking Changes

By adding support for Content Templates (aka Blueprints), we have had to upgrade our Umbraco dependency to v7.7.0, see ticket #22 for details.

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

  • 2525bba Renamed InnerContentPropertyValueEditorWrapper class to InnerContentPropertyValueEditor
  • 4487519 Renamed the namespace for the InnerContentValueConverter
    • From "Our.Umbraco.InnerContent.Converters" to "Our.Umbraco.InnerContent.ValueConverters"
  • 306d7ca Combined the "innercontent.controllers.js" and "innercontent.resources.js" files into a single "innercontent.js" file
  • 15a7d44 Removed the "DocType Tab Picker" prevalue editor
    • We aren't using it on any other UMCO projects, agreed that it is redundant at this time

Enjoy the release!

All the best from @leekelleher and @mattbrailsford


This release is also available on NuGet...

PM> Install-Package Our.Umbraco.InnerContent