Releases: sinanbozkus/FormHelper
Releases · sinanbozkus/FormHelper
5.0.0
4.0.1
- New embedded toastr plugin. ( formHelperToastr.success("Text here"); etc. )
- New FormResult methods (with object)
- Register method changed. ( AddControllersWithViews().AddFormHelper( opt => { opt... }) )
- Showing error mesage for empty input fields (jQuery Validation).
- .NET Core 3.0 support removed. (Min. 3.1+)
3.3.0
- Updated to .NET 5.0 / ASP.NET Core 5.0
3.2.3
- From now you can add FormHelper's script files to the end of the body tag.
3.2.2
- Filling forms with json objects. => $("#FormId").fillFormFields(yourJsonObject)
- Built-in toastr notification
- Added bundle scripts in a single js file.
- Focus on the first invalid input.
- Support callback methods in a variable (like asp-callback="viewModel.process.add"...)
3.1.0
- Reset form inputs after success (asp-resetFormAfterSuccess="true")
- Set Toastr Position (asp-toastrPosition="ToastrPosition.BottomRight")
- Set Default Toastr Position in Startup.cs
3.0.3
- Added settings parameter for before send method.
- Bug Fix: Empty messages throw error messages.
3.0.1
- Bug Fix: CheckTheFormFieldsMessage for Html Helper.
3.0.0
- Added ASP.NET Core 3.0 Support
2.1.0
- asp-formhelper attribute