From 0394b5639aac7b80310571b691fe813a3b8dee4f Mon Sep 17 00:00:00 2001 From: Geoff Dusome Date: Wed, 8 Jan 2025 13:34:17 -0500 Subject: [PATCH 1/2] [MOOSE-177]: update eslint config file to include browser env variables --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index 749ac643..f6146e67 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,4 +1,7 @@ { + "env": { + "browser": true + }, "extends": [ "plugin:@wordpress/eslint-plugin/recommended" ], "rules": { "no-console": 0, From e3bc923f0c721ed0f5777a7b40615b97f72b4d25 Mon Sep 17 00:00:00 2001 From: Geoff Dusome Date: Fri, 10 Jan 2025 11:33:29 -0500 Subject: [PATCH 2/2] [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