Bump htmx.org from 2.0.4 to 2.0.5
Open
Number: #3621
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
Created:
June 24, 2025 at 01:45 AM UTC
(3 months ago)
(3 months ago)
Updated:
June 24, 2025 at 01:45 AM UTC
(3 months ago)
(3 months ago)
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps htmx.org from 2.0.4 to 2.0.5.
Release notes
Sourced from htmx.org's releases.
v2.0.5
What's Changed
- Add http4k server example by
@mikaelstaldal
in bigskysoftware/htmx#3012- Update hx-trigger.md by
@zachczx
in bigskysoftware/htmx#3076- Update preload extension documentation: form preloading and preload="always" by
@marisst
in bigskysoftware/htmx#3001- Improve active-search example by not using chrome-only event "search" by
@MikeMoolenaar
in bigskysoftware/htmx#2229- Add reference to hx-preserve to the example at "Preserving File Inputs after Form Errors" by
@Matt544
in bigskysoftware/htmx#2474- Add /essays/all by
@alexpetros
in bigskysoftware/htmx#3085- Fix escaped quotes in titles by
@alexpetros
in bigskysoftware/htmx#3086- Docs anchors by
@yawaramin
in bigskysoftware/htmx#3047- Added a favicon, merry christmas!!! by
@DeaSTL
in bigskysoftware/htmx#3089- Fix h2 color by
@alexpetros
in bigskysoftware/htmx#3091- Add an example of evaluated values passed to hx-headers. by
@maciejtrybilo
in bigskysoftware/htmx#2939- Update docs.md to fix dead link by
@aimran
in bigskysoftware/htmx#3090- fix QUIRKS.md typo by
@dbofmmbt
in bigskysoftware/htmx#3095- Add example for form reset pattern by
@rkilpadi
in bigskysoftware/htmx#3100- Add 404 page by
@rkilpadi
in bigskysoftware/htmx#3105- Fix error in quirks documentation for htmx config by
@mbund
in bigskysoftware/htmx#3098- Render toast as aria-live region on page load by
@yawaramin
in bigskysoftware/htmx#3112- [Documentation] Make htmx:beforeSwap more complete by
@scrhartley
in bigskysoftware/htmx#3110- Fix broken docs links on quirks page by
@adamzap
in bigskysoftware/htmx#3111- Properly resolve referenced forms. by
@geoffrey-eisenbarth
in bigskysoftware/htmx#3094- Enforce no-op on submit buttons with formmethod=dialog. by
@geoffrey-eisenbarth
in bigskysoftware/htmx#3075- added wasm to htmx port essay by
@jafioti
in bigskysoftware/htmx#3119- Fix htmx:beforeHistorySave docs by
@tapanih
in bigskysoftware/htmx#3123- Fixed TwinSpark link in alternatives by
@ksmit799
in bigskysoftware/htmx#3124- Adding example to hx-ext documentation by
@zachczx
in bigskysoftware/htmx#3109- Extension Proposal:
hx-drag
fordragstart
&drop
triggered htmx requests. by@AjaniBilby
in bigskysoftware/htmx#3147- Allow page description with default if missing by
@williamjacksn
in bigskysoftware/htmx#3150- Essay descriptions by
@williamjacksn
in bigskysoftware/htmx#3154- Fix some external links by
@williamjacksn
in bigskysoftware/htmx#3159- Mark the interviews folder as a section by
@williamjacksn
in bigskysoftware/htmx#3161- Fix some external links (#3157) by
@xehrad
in bigskysoftware/htmx#3160- Add "less htmx" link by
@alexpetros
in bigskysoftware/htmx#3167- Add FreePascal server example with Pas2JS by
@zendrael
in bigskysoftware/htmx#3168- Fixed repo url for pascal htmx project reference by
@zendrael
in bigskysoftware/htmx#3169- Add descriptions for attribute pages by
@williamjacksn
in bigskysoftware/htmx#3158- Documentation update to include the use of hx-headers to prevent CSRF by
@TracyGJG
in bigskysoftware/htmx#3176- Documentation typo correction by
@TracyGJG
in bigskysoftware/htmx#3182- Extension docs: npm, bundler, min/unmin and SRI hash instructions by
@marisst
in bigskysoftware/htmx#3127- Update hx-swap.md by
@ollin
in bigskysoftware/htmx#3194- Small fix on alternatives.md by
@megatux
in bigskysoftware/htmx#3204- Documentation link added by
@jdocksey
in bigskysoftware/htmx#3211- Add descriptions for /headers/* and /api by
@williamjacksn
in bigskysoftware/htmx#3221- Fix wording in
changed
modifier description in hx-trigger.md by@patricksuo
in bigskysoftware/htmx#3219- Add django-block-fragments to template-fragments essay by
@medihack
in bigskysoftware/htmx#3227- Add attribute-tools Community Extension to doc by
@jamcole
in bigskysoftware/htmx#3229- Fix JSDoc of getRespCodeTarget by
@sdavids
in bigskysoftware/htmx#3235- Fix broken link in SSE extension docs by
@scrhartley
in bigskysoftware/htmx#3241- Documentation update for hx-trigger by
@scrhartley
in bigskysoftware/htmx#3246
... (truncated)
Changelog
Sourced from htmx.org's changelog.
[2.0.5] - 2025-06-20
- 100% test coverage! (Thank you
@MichaelWest22
!)- The default recommended CDN is now jsDelivr
- The
inherit
keyword is now supported byhx-include
,hx-indicator
andhx-disabled-elt
to allow you to inherit the value from a parent and extend it.hx-on
listeners are now added before processing nodes so events during processing can be captured- Using
<button hx-verb="/endpoint" type="reset">
will now reset the associated form (after submitting to/endpoint
)- Using
<button formmethod="dialog">
will no longer submit its associated form- Local history cache now uses
sessionStorage
rather thanlocalStorage
so cross-tab contamination doesn't occur- History restoration now follows the standard swapping code paths
- Many other smaller bug and documentation fixes
Commits
726292a
fix SHAs683c0e8
prep 2.0.5 release4f95de2
prep 2.0.5 releasee2353e2
Allow use of "this" when evaluating hx-vals (#3332)dc71b31
throw targetError correctly when target invalid during retarget (#3335)84306cc
Fix non chrome view transtions tests (#3338)3f49db3
documentinherit
keywordbb4eb0f
changelog for 2.0.5 releasee38d6a7
update sha1d01b94
prep v2.0.5- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+6
+6
Deletions:
-5
-5
Package Dependencies
Technical Details
ID: | 2129886 |
UUID: | 2613215625 |
Node ID: | PR_kwDOJ8d4z86bwoGJ |
Host: | GitHub |
Repository: | fork-commit-merge/fork-commit-merge |
Merge State: | Unknown |