Releases: merkle-open/aem-generic-multifield
Releases · merkle-open/aem-generic-multifield
Generic Multifield for AEMaaCS
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
- New resource type value:
- 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
- Uninstall the bundle
- Remove Old Resource Type: Remove the old resource type
- Delete the folder
/apps/namics/genericmultifield
from Repository via/crx/de/index.jsp
- Delete the folder
🔴 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
🟡 Tasks
- #33 Introduced Git Actions for CI and Deployment purposes