Skip to content

Generic Multifield for AEMaaCS

Latest
Compare
Choose a tag to compare
@MichaelHeil MichaelHeil released this 22 Mar 10:01
· 1 commit to master since this release

4.0.0 (2024-03-22)

ℹ️ Summary

  • Cloud Ready: The Generic Multifield now is compatible with AEM as a Cloud Service

‼️ Breaking Changes ‼️

  • Resource Type: The sling:resourceType of the Generic Multifield has changed
    • New resource type value: merkle/genericmultifield
    • All components referencing the generic multifield must be updated accordingly
  • OSGI Bundle: The OSGI bundle has changed it's vendor. The previous bundle must be uninstalled.
    • Uninstall the bundle Generic Multifield for AEM 6.5 com.namics.oss.aem.genericmultifield version 3.1.0 (or earlier)
      manually via /system/console/bundles
  • Remove Old Resource Type: Remove the old resource type
    • Delete the folder /apps/namics/genericmultifield from Repository via /crx/de/index.jsp

🔴 Bug Fixes

  • #36 Missing quotes for title attribute value - #40
  • #41 Ghost nodes displayed within list - #40
  • #42 'ESC' Key on item dialog generates empty entry - #53
  • #43 Within AEMaaCS, the required validation mechanics break - #52
  • #44 Within AEMaaCS, the min-max validation mechanics break - #48
  • #45 Within AEMaaCS, the delete button mechanics break - #48
  • #38 Generic-multifield not working properly in tablet viewport - #55

🔵 Other Changes

  • #33 Introduced Git Actions for CI and Deployment purposes
  • #33 Travis CI integration has been replaced by Git Actions