Skip to content

Releases: sinanbozkus/FormHelper

5.0.0

29 Nov 12:49
e83b45f
Compare
Choose a tag to compare
  • .NET 7 Support.
  • UseFormHelper function is not required anymore
  • support for radio buttons
  • formhelperToastr changed to fhToastr.
  • fhReset added to reset form and clean error messages.
  • jquery validation library updated.
  • bug fixes.

4.0.1

19 Mar 08:02
Compare
Choose a tag to compare
  • 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

28 Nov 13:59
Compare
Choose a tag to compare
  • Updated to .NET 5.0 / ASP.NET Core 5.0

3.2.3

18 Sep 20:45
Compare
Choose a tag to compare
  • From now you can add FormHelper's script files to the end of the body tag.

3.2.2

09 May 18:32
Compare
Choose a tag to compare
  • 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

10 Mar 18:27
Compare
Choose a tag to compare
  • 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

15 Jan 12:11
Compare
Choose a tag to compare
  • Added settings parameter for before send method.
  • Bug Fix: Empty messages throw error messages.

3.0.1

07 Jan 17:13
Compare
Choose a tag to compare
  • Bug Fix: CheckTheFormFieldsMessage for Html Helper.

3.0.0

23 Sep 18:26
Compare
Choose a tag to compare
  • Added ASP.NET Core 3.0 Support

2.1.0

05 Aug 09:25
dfd7d8c
Compare
Choose a tag to compare
  • asp-formhelper attribute