From 212e45940f2a4af57008d45eb90145fe44a96534 Mon Sep 17 00:00:00 2001 From: Geoff Dusome Date: Fri, 3 Jan 2025 10:40:05 -0500 Subject: [PATCH] [MOOSE-181]: add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e4ea9e..3888237f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Each changelog entry gets prefixed with the category of the item (Added, Changed, Depreciated, Removed, Fixed, Security). ## [2025.01] +- Add 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. - Enabled background images on the Group block; We should try to use this instead of the Cover block where possible. ## [2024.08]