From e3bc923f0c721ed0f5777a7b40615b97f72b4d25 Mon Sep 17 00:00:00 2001 From: Geoff Dusome Date: Fri, 10 Jan 2025 11:33:29 -0500 Subject: [PATCH] [MOOSE-177]: changelog update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8643334f..7038b590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ item (Added, Changed, Depreciated, Removed, Fixed, Security). ## [2025.01] +- Updated: ESLint config now supports browser environment variable such as `IntersectionObserver` - Added: ability for table blocks to utilize the `overflow-x` set on them by setting a `min-width` property for the `table` element within the table block. - Updated: Enabled background images on the Group block; We should try to use this instead of the Cover block where