v1.9.10 #9

Merged
danieljsummers merged 3 commits from v1-9-10 into main 2024-01-03 00:02:25 +00:00
danieljsummers commented 2024-01-02 23:59:24 +00:00 (Migrated from github.com)

New Features

  • Htmx.Script modules now load v1.9.10
  • _hxOn has been deprecated; new attributes _hxOnEvent (for HTML events) and _hxOnHxEvent (for htmx events) are now available. There is also an HxEvent discriminated union that defines the available htmx events and translates them to their proper hx-on:* values
  • NuGet packages now have an icon

Bug Fixes

  • Library now has minimum FSharp.Core requirement of v6.0.0; fixes #8, thanks @SIRHAMY for reporting and @baronfel for guidance on the fix
  • _hxDisabledElt was misspelled; this has been corrected

Dependency Updates

  • Giraffe.Htmx now depends on Giraffe 6.2.0 (up from 5.0.0).
### New Features - `Htmx.Script` modules now load v1.9.10 - `_hxOn` has been deprecated; new attributes `_hxOnEvent` (for HTML events) and `_hxOnHxEvent` (for htmx events) are now available. There is also an `HxEvent` discriminated union that defines the available htmx events and translates them to their proper `hx-on:*` values - NuGet packages now have an icon ### Bug Fixes - Library now has minimum `FSharp.Core` requirement of v6.0.0; fixes #8, thanks @SIRHAMY for reporting and @baronfel for guidance on the fix - `_hxDisabledElt` was misspelled; this has been corrected ### Dependency Updates - `Giraffe.Htmx` now depends on Giraffe 6.2.0 (up from 5.0.0).
Sign in to join this conversation.
No description provided.