From bdcc77140a81fb05e71b91404a535b935e75b12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D0=B0=D0=B1?= =?UTF-8?q?=D1=83=D1=88=D0=BA=D0=B8=D0=BD?= Date: Mon, 28 Apr 2025 11:29:08 +0200 Subject: [PATCH] updated changelog --- tracker/tracker/CHANGELOG.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/tracker/tracker/CHANGELOG.md b/tracker/tracker/CHANGELOG.md index 434eb35e6..925de6ab1 100644 --- a/tracker/tracker/CHANGELOG.md +++ b/tracker/tracker/CHANGELOG.md @@ -3,11 +3,16 @@ - css batching and inlining via (!plain mode will cause fake text nodes in style tags occupying 99*10^6 id space, can conflict with crossdomain iframes!) ``` -inlineRemoteCss: boolean - inlinerOptions?: { - forceFetch?: boolean, - forcePlain?: boolean, - } +inlineCss: 0 | 1 | 2 | 3 + +/** +* export enum InlineCssMode { +* 0 = None, +* 1 = inlineRemoteCss, +* 2 = inlineRemoteCss + forceFetch +* 3 = inlineRemoteCss + forceFetch + forcePlain +* } +* */ ``` ## 16.1.4