• 4.1.0Feb 2024
  • Added
  • Add FileField (by @amine-mejaouel) (GH-43)

  • 4.0.0Jun 2022
  • Changed
  • Upgrade to Fable 4 and Feliz 2

  • 3.1.0Jul 2022
  • Fixed
  • Fix #32: Add Form.disable

  • 3.0.0Mar 2022
  • Changed
  • Fix #24: Allows to customise the actions of the form.

  • Here is how to migrate your old code:

        {
            Dispatch = dispatch
            OnChange = FormChanged
    -       Action = "Sign in"
    +       Action = Form.View.Action.SubmitOnly "Sign in"
            Validation = Form.View.ValidateOnSubmit
        }
  • 2.1.0Nov 2021
  • Added
  • Fix #28: Add Form.optional

  • 2.0.0Oct 2021
  • Added
  • Add support for more field type:

    • Color
    • Date
    • DateTimeLocal
    • Email
    • Number
    • Search
    • Tel
    • Time
  • Allow to pass any attributes to an input field using the new HtmlAttributes property

  • 1.1.0Jun 2021
  • Changed
  • Lower FSharp.Core requirement

  • 1.0.1May 2021
  • Fixed
  • Publish the *.fsi fiels inside fable folder

  • 1.0.0May 2021
  • Added
  • Initial release