diff --git a/yesod-form-multi/ChangeLog.md b/yesod-form-multi/ChangeLog.md index c2dfe41b..577fed70 100644 --- a/yesod-form-multi/ChangeLog.md +++ b/yesod-form-multi/ChangeLog.md @@ -1,5 +1,16 @@ # Changelog +## 1.7.0 + +* Added delete buttons +* Added support for custom text or icons inside add/delete buttons +* Added new presets for Bootstrap + Font Awesome icons +* Added support for more complex fields that have multiple parts stuch as radio fields +* Improved support for fields that rely on hidden inputs like WYSIWYG editors +* Fixed redundant class in existing Bootstrap presets +* Fixed styling not applying to error messages on individual fields +* Tooltips now show once at the top of the multi-field group when using `amulti` + ## 1.6.0 * Added `Yesod.Form.MultiInput` which supports multi-input forms without needing to submit the form to add an input field [#1601](https://github.com/yesodweb/yesod/pull/1601) \ No newline at end of file diff --git a/yesod-form-multi/README.md b/yesod-form-multi/README.md index 58282125..f29b7fe6 100644 --- a/yesod-form-multi/README.md +++ b/yesod-form-multi/README.md @@ -1,7 +1,5 @@ ## yesod-form-multi Support for creating forms in which the user can specify how many inputs to submit. Includes support for enforcing a minimum number of values. -Intended as an alternative to `Yesod.Form.MassInput`. -# Limitations -- If the user adds too many fields then there is currently no support for a "delete button" although fields submitted empty are considered to be deleted. \ No newline at end of file +Intended as an alternative to `Yesod.Form.MassInput`. \ No newline at end of file