API Changes

The following API changes have been made to Views 7.4:

Removed PathName Property in ILV Files

The PathName property has been removed from ILV files. Compatibility with earlier ILV file versions is retained, ensuring that existing files continue to function as expected.

Added an API to disable CSS DOM to IlvDisplay.

A public API APIIlvStylable::DisableCssDom() has been added to programmatically disable CSS engine generation. This must be used before an IlvDisplay is instantiated.

Views Compatibility with C++20

Views APIs have been cleaned up and enhanced to ensure compatibility with C++20.