Skip to content

Releases: adobe/asset-share-commons

v2.3.0 Release

21 Jun 20:44

Choose a tag to compare

Changed

  • 0738 - Broke out OSGi configurations into ui.config project
  • 0756 - Upgraded moment JS to 2.29.3 to avoid CodeQL errors

Added

  • 0715 - Added ability to use asset property values in external rendition URL expression

Fixed

  • 0724 - ContextHub enabled check does not take into account properties on parent pages
  • 0752 - Fix issue with AEM Dispatcher blocking license URL due to additional wcmmode=disable query parameter

v2.2.2 Release

22 Mar 13:25

Choose a tag to compare

Fixed

  • 0709 - Fixed issue with RequireAem selected Cloud vs. Classic. Moved the "thing to check" into an OSGi service, allowing the "thing to check" to be able to become active at any time, resulting in a re-activating of RequireAem.

v2.2.0 Release

18 Feb 20:35

Choose a tag to compare

Added

  • 0670 - Added hook for custom code to determine download file extension instead of relying on the Sling MimeType service
  • 0690 - Added @ i18n to all dialog properties displayed in HTML files

Fixed

  • 0677 - Fixed critical cloud manager errors
  • 0668 - Search bar component placeholder text not displaying until focused on light and dark themes
  • 0620 - Fixed issue with Javadoc syntax that caused warnings
  • 0673 - Fixed flaky unit tests

v2.1.12 Release

23 Sep 20:36

Choose a tag to compare

Fixed

  • 0662 - Changed the placeholder asset size for external renditions (ie. Dynamic Media) from 0 to 100MB to prevent Oak exceptions.
  • 0662 - Commented out the Download Size column from the Downloads component until we have an API that allows up to consistently and accurately report the download zip size

v2.1.10 Release

15 Sep 20:59

Choose a tag to compare

Fixed

  • 0652 - Fixed over-escaping of static rendition paths (stemming from #639)
  • 0653 - 6.5 only - Bundle does not start on 6.5.9
  • 0654 - 6.5 only - ExternalRenditionDispatcher expression evaluation does not resolve to correct asset resource
  • 0655 - 6.5 only - Erring HTTP POST is made on all page loads

v2.1.8 Release

14 Sep 21:16

Choose a tag to compare

Fixed

  • 0643 - Site title shows up the component policy title if not authored on header component policy

v2.1.6 Release

14 Sep 21:15

Choose a tag to compare

Fixed

  • 0639 - Fixed regression introduced in #639 that over-escaped URLs

v2.1.4 Release

09 Sep 20:13

Choose a tag to compare

Fixed

  • 0644 - Actually fixed invalid reference to donwnloadId (full fix as not in v2.1.2)

v2.1.2 Release

09 Sep 20:12

Choose a tag to compare

Please use v2.1.4 instead as this release does not completely fix the issue.

v2.1.0 Release

02 Sep 18:30

Choose a tag to compare

Fixed

  • 0630 - AssetRenditionDispatcher configs are not ranked by service.ranking
  • 0635 - Fixed removeDownloadById(..) call to use correct function name
  • 0638 - Fixed Core Component Teaser imageDelegate to use ASC image component proxy
  • 0639 - Assets with spaces/unusual characters in path break when downloading. Also fixes issue w/ showing single file downloads in Downloads component.