Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment thread
Crabcyborg marked this conversation as resolved.
* 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.
Comment thread
Crabcyborg marked this conversation as resolved.
* 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.
Expand Down
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down