From becd8b821091ff6121514b3b5696ddd815b0f3dd Mon Sep 17 00:00:00 2001 From: Nathan Barrett <30009669+nathan-barrett@users.noreply.github.com> Date: Tue, 9 May 2023 15:54:32 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5ae97c..997e5c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Features * **css:** Remove default mobile padding on nospace split component +* **css:** Removed min-width on the .mzp-c-split-container class on the split component * **js:** Protocol JS components are now written using modern JS and published as ES5/UMD format (#255). * **js:** Removed pre-minified JS files from the published package. Consuming sites should handle their own minification. * **css:** Removed pre-minified CSS files from the published package Consuming sites should handle their own minification.