From 9d73e1db6e40ea1de1929d5f855cbe36bef7cd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davy=20H=C3=A9lard?= Date: Fri, 16 Feb 2024 10:38:51 +0100 Subject: [PATCH] [FlexBox] Downgrade FlexBox to community tier because of a memory leak --- extensions/{reviewed => community}/FlexBox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename extensions/{reviewed => community}/FlexBox.json (99%) diff --git a/extensions/reviewed/FlexBox.json b/extensions/community/FlexBox.json similarity index 99% rename from extensions/reviewed/FlexBox.json rename to extensions/community/FlexBox.json index d7c59439..4435715f 100644 --- a/extensions/reviewed/FlexBox.json +++ b/extensions/community/FlexBox.json @@ -1,7 +1,7 @@ { "author": "Arthur Pacaud (arthuro555)", "category": "User interface", - "description": "A behavior to position objects using the CSS Flexible Box layout. Find more information at https://css-tricks.com/snippets/css/a-guide-to-flexbox/", + "description": "A behavior to position objects using the CSS Flexible Box layout. Find more information at https://css-tricks.com/snippets/css/a-guide-to-flexbox/\n\nKnown bugs:\n\n- This extension leaks memory at scene changes. It can result to heavy CPU usage and error messages.", "extensionNamespace": "", "fullName": "Flexbox", "helpPath": "",