From 032d0a1a3b0689ed90c747ca14c345df60ada325 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Mon, 12 Dec 2022 12:03:53 +0100 Subject: [PATCH] MOBILE-4081 core: Update upgrade notes --- upgrade.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upgrade.txt b/upgrade.txt index ad26a714e..809b24292 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -7,6 +7,8 @@ information provided here is intended especially for developers. - --addon-messages-* CSS3 variables have been renamed to --core-messages-* - The database constants in CoreSite (WS_CACHE_TABLE, CONFIG_TABLE, LAST_VIEWED_TABLE) and the DBRecord types have been moved to src/core/services/database. - The component will no longer detect changes of properties inside the extraData object, it will only detect changes if the object itself changes. +- CSS variable declarations have been moved to the `html` selector instead of using `body` and `:root`. +- The second argument of `CoreTextUtilsProvider.cleanTags` has been converted into an object with boolean flags. === 4.0.0 ===