Skip to content

v1.0.0-beta1: First pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@jamiepollock jamiepollock released this 12 Jan 22:53
· 41 commits to main since this release
5d02b10

Includes 3 package;

  • Rhythm.Drop.Umbraco (Entry point package)
  • Rhythm.Drop.Umbraco.Infrastructure (Non-web related extensions)
  • Rhythm.Drop.Umbraco.Web (Web related extensions)

Install via NuGet.

Specifics

  • Rhythm.Drop.Umbraco includes AddRhythmDrop() methods to include Rhythm Drop with Umbraco overloads to the application.
  • Rhythm.Drop.Umbraco.Infrastructure includes some extensions for ILinkBuilder related to Umbraco encoded HTML strings for labels
  • Rhythm.Drop.Umbraco.Web includes some extensions for ILinkBuilder for getting IPublishedContent URLs into the link builder* and an implementation of IModalPersistenceHelper which makes use of Umbraco's own request cache.

* ideally this functionality would have been included in Rhythm.Drop.Umbraco.Infrastructure however the user friendly extension method required to access IPublishedContent.Url() is in Umbraco.Cms.Web.Common not Umbraco.Cms.Core so it was included in Rhythm.Drop.Umbraco.Web.