Releases: umco/umbraco-inner-content
Inner Content 2.0.4
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...
Inner Content 2.0.3
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...
Inner Content 2.0.2
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 withdbModel
data
Enjoy the release!
All the best from @leekelleher and @mattbrailsford
This release is also available on NuGet...
Inner Content 2.0.1
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...
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
InnerContentPropertyValueEditorWrapper
class 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...
Inner Content 1.1.2
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
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
Hey there Umbraco fans!
With great pleasure, we have released Inner Content v1.1.0!
Features
- 2f4fd24 Unsaved Changes warning
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...
1.0.3
Merge branch 'develop'
1.0.2
Merge branch 'develop'