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, 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