Version 1.0.2

Date 2016-10-20 (2,948 days ago)
Downloads 1,153 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.5
Umbraco Versions Umbraco 7

Changelog

  • An img element was using the "src" with an Angular expression, which would cause the browser to to download a non-existing image. The element has been updated to use ng-src instead (see 4f74143).
  • Expanding a row or adding a new row will now cause all other rows to be collapsed (see c885777 and eb24cd0).
  • If the Umbraco version is 7.4 or above, the new media picker overlay will now be used instead of the old one in the dialog service. Besides doing like Umbraco will with future dialogs/overlays, the new overlay also saves the last folder browsed by the user, and remembers the folder for the next time the user opens the media picker (see 00cfd11).
  • Fixed some issues with ui-sortable (see 4f8ea01).
  • Saving the property editor would force all $ properties to be stripped. This has now been fixed (see 4e6b1cc).