===== 5.2.1 ===== :right:`2024-05-03` .. highlight:: typescript .. rst-class:: release-notes ADDED ===== .. code-block:: :caption: squared.base interface HasUnitOptions { inherit?: boolean; ignoreZero?: boolean; } class Node { as(target: typeof Element): InstanceType | null; } class NodeUI { get textMetrics(): TextMetrics | null; } .. code-block:: :caption: android.extensions.resource interface ResourceSvgOptions { dependencyVectorDrawable: "animated" | "seekable"; }