This repository was archived by the owner on Dec 13, 2021. It is now read-only.
Inner Content 2.0.0
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
- Special thanks to @markadrake for his Stacked Content contribution, umco/umbraco-stacked-content#27
Bug Fixes & Enhancements
- #27 Adds a unique suffix to the tab ID
- Thanks to @JcRichards1991 for identifying this issue in umco/umbraco-stacked-content#23
- #29 Added data-element to property
- Enhancement for Umbraco Tours, thanks to @skartknet for the contribution
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
InnerContentPropertyValueEditorWrapperclass toInnerContentPropertyValueEditor - 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...