_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).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
New Features
Htmx.Scriptmodules now load v1.9.10_hxOnhas been deprecated; new attributes_hxOnEvent(for HTML events) and_hxOnHxEvent(for htmx events) are now available. There is also anHxEventdiscriminated union that defines the available htmx events and translates them to their properhx-on:*valuesBug Fixes
FSharp.Corerequirement of v6.0.0; fixes #8, thanks @SIRHAMY for reporting and @baronfel for guidance on the fix_hxDisabledEltwas misspelled; this has been correctedDependency Updates
Giraffe.Htmxnow depends on Giraffe 6.2.0 (up from 5.0.0).