Logo
Explore Help
Sign In
bit-badger/Giraffe.Htmx
1
0
Fork 0
You've already forked Giraffe.Htmx
Code Issues Pull Requests Packages Projects Releases 36 Activity

36 Releases 36 Tags

RSS Feed
  • v2.0.1 961307fd99
    Compare

    2.0.1 Stable

    danieljsummers released this 2024-07-29 22:11:51 +00:00 | 8 commits to main since this release

    This release updates the Giraffe.ViewEngine.Htmx.Script module functions to load v2.0.1. No header or attribute changes were a part of this release.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.0 a2960a79c6
    Compare

    2.0.0 Stable

    danieljsummers released this 2024-06-18 23:45:22 +00:00 | 9 commits to main since this release

    This is the first production release supporting htmx 2.0. See the release announcement from the htmx team for changes in its API.

    For this library (the Giraffe integration), there were no new server headers in htmx 2.0, so Giraffe.Htmx is a version/dependency bump. Giraffe.ViewEngine.Htmx drops support for hx-sse and hx-ws, both attributes dropped from the upstream project (though the sse-swap and sse-connect attributes, contributed in beta4, still exist). As with each release, the Script module has been updated to pull the specified version from unpkg.com.

    Finally, both libraries dropped explicit support for the now-End-of-Life .NET 7. (The .NET 6 packages should work if you're not ready to move your entire project to .NET 8 yet.)

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.0-beta4 8cb5d6bfa7
    Compare

    2.0.0-beta4 Pre-Release

    danieljsummers released this 2024-05-23 23:32:40 +00:00 | 11 commits to main since this release

    • Add SSE attributes for Giraffe View Engine (thanks, Bjorn-Strom!).
    • Update Script tags to load htmx 2.0.0-beta4
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.0-beta3 29839fa795
    Compare

    2.0.0-beta3 Pre-Release

    danieljsummers released this 2024-04-18 02:40:21 +00:00 | 14 commits to main since this release

    This updates the Script module functions to load htmx v2.0.0-beta3. Be sure to check out the caveats in the package README files.

    The htmx project's current plan is for this to be the final pre-release.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.9.12 125853b2a7
    Compare

    1.9.12 Stable

    danieljsummers released this 2024-04-18 02:38:01 +00:00 | 0 commits to htmx-v1 since this release

    This updates the Script module functions to load htmx v1.9.12.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.9.11 1ea05b79ed
    Compare

    1.9.11 Stable

    danieljsummers released this 2024-03-19 00:14:51 +00:00 | 22 commits to main since this release

    Updates the Script tag to pull v1.9.11 of htmx. This was an upstream bug-fix release, so no attribute or header changes were required.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.0-beta1 4f6bb8367a
    Compare

    2.0.0-beta1 Pre-Release

    danieljsummers released this 2024-03-19 00:03:18 +00:00 | 22 commits to main since this release

    This release updates the Script module tags to pull htmx v2.0.0-beta1. No other changes were required.

    See the full htmx 1 to 2 migration guide for details on htmx v2.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.0-alpha2 bdb7255a1c
    Compare

    v2.0.0-alpha2 Pre-Release

    danieljsummers released this 2024-02-12 22:45:16 +00:00 | 23 commits to main since this release

    This release updates the Script tags to pull htmx v2.0-alpha2. There remain no header changes for Giraffe.Htmx, but in this release for Giraffe.ViewEngine.Htmx, the deprecated _hxOn attribute has been removed (as promised). If you are listening for an htmx event, use _hxOnHxEvent with the HxEvent discriminated union; if you are listening for an HTML or custom event, use _hxOnEvent with the event passed as a string.

    See the full htmx 1 to 2 migration guide for details on htmx v2.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.0-alpha1 9276db7ffe
    Compare

    v2.0.0-alpha1 Pre-Release

    danieljsummers released this 2024-01-31 04:04:19 +00:00 | 24 commits to main since this release

    This release updates the script tag generated by the Script functions to load htmx v2.0.0-alpha1. Currently, there are no v2 changes that impact server headers (Giraffe.Htmx), and the form of hx-on that has been removed is not the form that Giraffe.ViewEngine.Htmx generated as of v1.9.10. If your project compiled with v1.9.10 with no deprecation warnings, this upgrade should cause no code changes. (For this release, _hxOn is still present; in the next prerelease, it will be removed.)

    See the full htmx 1 to 2 migration guide for details on htmx v2.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.9.10 71286b9064
    Compare

    1.9.10 Stable

    danieljsummers released this 2024-01-03 00:26:09 +00:00 | 27 commits to main since this release

    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 (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).
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 3 4 Next Last
Powered by Gitea Version: 1.26.4 Page: 86ms Template: 7ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API