Skip to content

Contentment v1.2.0

Compare
Choose a tag to compare
@leekelleher leekelleher released this 05 Mar 15:35
· 1071 commits to master since this release
7dd23d9

Hey there Umbraco fans!

Well, well we meet again. May I present to you... Contentment v1.2.0!


Property Editors

  • Text Input - a textstring editor, configurable with HTML5 options.
  • Number Input - a numeric editor, with sizing configurations.
  • Data List: Templated List - uses custom AngularJS markup to render selectable items.

New features

  • #71 Added Telemetry feature. More details in the docs
  • 67f00e0 Partially fixed bug with lk-html-attributes directive, it was overwriting the class attribute values
  • dd9a0ff Notes - enhanced to enable AngularJS directives/interpolation
  • d146c4e Added "lkNodeName" AngularJS filter, wraps Umbraco's "ncNodeName" filter, for use with arrays - thanks @marcemarc for the suggestion
  • 77a8a6d Content Blocks - made IContentBlocksDisplayMode interface public, should have been done for v1.1.0. Apologies! 😨
  • b3a49cc New localized text, reworded the "Delete" confirmation prompts to say "Remove" instead. Previously reusing Nested Content's label
  • 56ad4ca Data List's Item Picker - added option for removal confirmation prompt
  • 1a52df1 Content Blocks - extended preview model with properties for ElementIndex, ElementTypeIcon and ContentTypeIcon. Saves dealing with the ViewData object.
  • b7bb66c Content Blocks - added Preview support for UmbracoViewPage<IPublishedElement>
  • 0cd4bbf Adds composition.DisableContentmentTree() - nicer than trying to remember how to manually remove Contentment's tree and dashboard.
  • a19574e Content Blocks - anchored action menu to right - thanks @mattbrailsford for CSS hints

Changes and bug fixes since the v1.1.3 release

  • 471fb25, 9094c87 Many tweaks to the Contentment dashboard
  • 7aeea36 Content Blocks - fixed quirk displaying ElementType info
  • 750f5ce Data List's Item Picker - switched the icon picker to use Umbraco's prevalue one
  • 3667549 Data List's Item Picker - CSS rule to hide checkmark for unselected items - thanks @marcemarc for the suggestion

Enjoy the release!

Thank you to @marcemarc and @mattbrailsford for your support during the development of this release.

Cheers,
@leekelleher
✌️❤️🕊️


This release is also available on NuGet...

PM> Install-Package Our.Umbraco.Community.Contentment