From 9924f03029843b2e693ad479097937eaa54fb44f Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Mon, 10 Feb 2025 15:22:14 -0400 Subject: [PATCH] Add more change log items --- changelog.txt | 2 ++ readme.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/changelog.txt b/changelog.txt index 6c76b61333..3fd3873b61 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,8 @@ * New: Invalid checkbox fields will now properly show a red outline to improve user experience. * Fix: Additional CSS classes defined in Formidable block settings were not being applied to the Forms containers. * Fix: Automatic width would not work for dropdown fields with a field label positioned to the left or right. +* Fix: Float values used in style settings would lose the decimal places, only allowing whole number values. +* Fix: Some style setting values would result in invalid undefined or NaN values. * Text will no longer be selected when multi-selecting fields while holding the shift key. * The setting to not include Formidable in the admin bar has been moved to miscellaneous settings. * The deprecated file stripe/views/payments/entry_sidebar.php has been removed. diff --git a/readme.txt b/readme.txt index db226cb937..90d49ef326 100644 --- a/readme.txt +++ b/readme.txt @@ -375,6 +375,8 @@ See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/inte * New: Invalid checkbox fields will now properly show a red outline to improve user experience. * Fix: Additional CSS classes defined in Formidable block settings were not being applied to the Forms containers. * Fix: Automatic width would not work for dropdown fields with a field label positioned to the left or right. +* Fix: Float values used in style settings would lose the decimal places, only allowing whole number values. +* Fix: Some style setting values would result in invalid undefined or NaN values. * Text will no longer be selected when multi-selecting fields while holding the shift key. * The setting to not include Formidable in the admin bar has been moved to miscellaneous settings. * The deprecated file stripe/views/payments/entry_sidebar.php has been removed.