===== 5.1.0 ===== .. toctree:: :maxdepth: 1 5.1.1 5.1.2 5.1.7 :right:`2023-08-09` .. highlight:: typescript .. rst-class:: release-notes ADDED ===== .. code-block:: :caption: squared.base interface ElementSettings { excludeQuery?: ({ selector: string } & ExcludeOptions)[]; } interface WatchInterval { start?: number | string; } .. code-block:: :caption: android.base interface UserResourceSettingsUI { convertLineHeight?: "px" | "dp" | "sp" | "pt" | "in" | "mm"; } .. code-block:: :caption: chrome.base interface OutputCommand { rewrite?: boolean | URLData; } .. rst-class:: release-notes MODIFIED ======== .. code-block:: :caption: squared.base interface WatchInterval { interval?: number | string; // string } class NodeUI { getBoxSpacing(region?: BOX_STANDARD): [number, number, number, number]; // region } .. code-block:: :caption: chrome interface FileActionAttribute { preserveCrossOrigin?: boolean | URLData; // URLData }