All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Public release
- Fix settings button not being shown when adding a new item
- Store settings tab as Guid so Courier transfers get's easier
- Add settings dialog based on a document type tab
- Don't toggle item if deletion is cancelled
- Fix property values not always being synced
- Value converter now returns a
CollectionSet
. This enables ExtensionMethods likeIndex()
,First()
,Last()
etc. work
- Ensure
ConvertFromNestedContent
is called inConvertDbToString
- Fix upload, cuid and puid additionalData is now required
- Fix validation and expanding active on error
- Manually update property values instead of using two way binding
- Update colours to match Umbraco 7.6
- Upgrade to Umbraco 7.6
- Ensure expanded item is still expanded after save
- Use first property as name template if none is defined
- Fix title overflow (for real this time)
- Fix bug when converting from Nested Content and a ncDisabled property exist
- Fix exception when property editor is null
- Don't save unpublished items in the xml cache
- Remove Parent support
- Merge property groups with same name to a single section
- Clean config UI
- Add filtering support when creating content
- Add item group support
- Fix item title overflow
- Fix null exception
- Support for custom labels
- Label for Umbraco forms
- Fix angular dependency error when js is minified
- Labels for media picker, multi node tree picker and multi url picker
- Show property description
- Toggle expanded when clicking on item control bar
- Sort styling is inherited by other property editors
- Item not expanded when allow expanding is false
- Fix error when adding item to new page
- Fix property editor settings could not be opened in Firefox
- Add server-side validation
- Add support for defining max instances per document type
- Fix name template not working because it used the unique property alias
- Replace unsupported IE javascript functions with underscore equivalent ones
- Backoffice performance optimisations
- Ensure properties have unique alias and id
- Add name editing support
- Add tabs support
- Add support for document types, tabs and properties localization
- Implement EmbeddedPublishedContent Parent property
- Conversion from Nested Content
- Return single item from value converter if max items is 1
- Initial release