Release Notes / Version 12.2401
Table Of ContentsChanged icons in Studio to SVG format
All usages of the CoreIcon_properties have been removed from the workspace. The utility method SvgIconUtil#getIconStyleClassForSvgIcon is used instead. This method can either be used directly inside a component or inside a resource bundle class.
Additionally, the following resource bundle changes have been made:
The deprecated resource bundle StandardDocumentTypes_properties has been removed. The resource bundle ContentTypes_properties must be used instead.
The module core-icons which included the CoreIcons_properties.ts has been removed.
The module collaboration-icons which included the CollaborationIcons_properties.ts has been removed.
Job icons are now read from the new properties class Job_properties. If your are using custom icons for jobs, use the CopyResourceBundleProperties to apply your icon definitions to this resource bundle.
Content Hub icons are now read from the new properties class ContentHub_properties. If your are using custom icons for a Content Hub adapter, use the CopyResourceBundleProperties to apply your icon definitions to this resource bundle.
(CMS-23591)
Workflow App Split View Footer Bar
When the Workflow App is shown in the Content App split view a footer bar was shown across the whole Content App. This has been changed, so that the footer is now confined to the embedded Workflow App itself.
(CMS-23571)
Fixed Browser Console Warnings
Fixed miscellaneous browser console warnings.
(CMS-22970)