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

Releases: umco/umbraco-inner-content

Inner Content 2.0.4

10 May 09:00
bab4edb
Compare
Choose a tag to compare

Hey there Umbraco fans!

This is a super small hot-fix patch release for Inner Content v2.0.3.


Bug Fixes & Enhancements

  • #50 Deep copy non-primitive types before assigning to prop.value on editormodel

Enjoy the release!

All the best from @leekelleher and @mattbrailsford


This release is also available on NuGet...

PM> Install-Package Our.Umbraco.InnerContent

Inner Content 2.0.3

06 Feb 15:42
24202b0
Compare
Choose a tag to compare

Hey there Umbraco fans!

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


Enhancements

  • #46 Adds option to enable filtering of Content Types in the selection overlay.
  • #41 Adds support for translating the Content Type name using a Dictionary Item.
  • #42 Added CSS classes to the overlay/modal - see umco/umbraco-stacked-content#61 for background info.

Internal Refactoring (non-breaking-change)

  • 56db277 Refactored the DetachedPublishedContent class - Reuses Umbraco code, removes our duplicated code.

Special thanks to @dnwhte, @frederikreher and @NikRimington 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.InnerContent

Inner Content 2.0.2

05 Sep 08:29
ccc168f
Compare
Choose a tag to compare

Hey there Umbraco fans!

This is a super small hot-fix patch release for Inner Content v2.0.1.


Bug Fixes & Enhancements

  • c5af79d Fixes an edge-case bug where the editorModel was being cached with dbModel data

Enjoy the release!

All the best from @leekelleher and @mattbrailsford


This release is also available on NuGet...

PM> Install-Package Our.Umbraco.InnerContent

Inner Content 2.0.1

14 Aug 19:16
f9bc223
Compare
Choose a tag to compare

Hey there Umbraco fans!

This is a hot-fix patch release for Inner Content v2.0.0.


Bug Fixes & Enhancements

  • #36, bce419f Preserves the ContentType order, as definied in the PreValue
  • a36a9de Added prevalue extension method to add the "hide label" option

Enjoy the release!

All the best from @leekelleher and @mattbrailsford


This release is also available on NuGet...

PM> Install-Package Our.Umbraco.InnerContent

Inner Content 2.0.0

20 Jul 11:32
e6cae23
Compare
Choose a tag to compare

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

Inner Content 1.1.2

10 Jul 11:59
08b473e
Compare
Choose a tag to compare

Hey there Umbraco fans!

This is a hot-fix patch release for v1.1.x


Bug Fixes & Enhancements

  • #29 - Added data-element to property, for use with Backoffice Tours
  • 635b580 - Changed overlay title to be "Edit" + the content-type name
  • 2c5379d - Changed the overlay button labels from "Save" to "Done" and "Close" to "Cancel"

Download is available via NuGet!

Enjoy the release!

All the best from @leekelleher and @mattbrailsford

Inner Content 1.1.1

11 Apr 10:30
a421109
Compare
Choose a tag to compare

Hey there Umbraco fans!

This is a hot-fix patch release for v1.1.x


Bug Fixes & Enhancements

  • #25 - PropertyValueEditor; return converted value, not update reference value
  • 9ea76bf - Renamed the property-editor directive to "umb-property-editor"

Download is available via NuGet!

Enjoy the release!

All the best from @leekelleher and @mattbrailsford

Inner Content 1.1.0

05 Mar 10:56
6e30f41
Compare
Choose a tag to compare

Hey there Umbraco fans!

With great pleasure, we have released Inner Content v1.1.0!


Features

Enhancements

  • d0af26f Umbraco v7.8 support
    • Only removes the "General Properties" tab on earlier Umbraco versions
  • #10, #15 Convert over to use content-type GUIDs rather than aliases
    • This enables you to rename your content-types
  • #11 Adds "Use Internal Action Filter" Action Filter
  • #8 Replace the DataType's cache expiry with the distributed cache refresher

Enjoy the release!

All the best from @leekelleher and @mattbrailsford


This release is also available on NuGet...

PM> Install-Package Our.Umbraco.InnerContent

1.0.3

18 Mar 11:57
Compare
Choose a tag to compare
Merge branch 'develop'

1.0.2

27 Dec 20:45
Compare
Choose a tag to compare
Merge branch 'develop'