flamendless
91f4472548
Fix typo ( #3371 )
2025-07-14 18:13:12 -06:00
Thomas Ricci
9a686ea2de
Add Thomas Ricci's website to webring ( #2231 )
...
Add a HTMX CEO's website
It seems like personal sites aren't allowed as per #2186 , however it was closed because it was "Not exactly an htmx showcase." so I'm not exactly sure if it's that personal sites aren't allowed, or it's that the site didn't showcase HTMX.
I'd argue my site is webring-worthy because it relies nearly completely on HTMX and hyperscript, shows that HTMX and hyperscript can create very [fast](https://pagespeed.web.dev/analysis/https-thomasricci-dev/6tey5ptzsx?form_factor=desktop ) websites, and has had (some) popularity w/ [HTMX on twitter](https://twitter.com/RudRecciah/status/1749007532734235134 ).
I'd love for it to be added, but if that's not an option that's okay.
Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
2025-07-14 18:12:10 -06:00
Viktor Szépe
9fb3c0e492
Fix variable names ( #3344 )
...
* Fix variable names
* Fix one more variable name
2025-07-14 17:38:39 -06:00
Daniel J. Summers
d91c8820f9
Remove extra "2" from unminified v2.0.6 SRI hash ( #3362 )
2025-07-03 12:58:44 +12:00
Carson Gross
7529444e86
fix shas
2025-06-27 07:46:10 -06:00
Carson Gross
a440c6d4f4
Merge branch 'master' into dev
2025-06-27 07:43:31 -06:00
Carson Gross
599d152c48
prep 2.0.6 release
2025-06-27 07:40:21 -06:00
Carson Gross
fe7f103eab
prep 2.0.6 release
2025-06-27 07:39:35 -06:00
Carson Gross
17a7dd1fc4
Merge remote-tracking branch 'origin/master'
2025-06-25 15:15:58 -06:00
Carson Gross
17f417c923
remove 2.0 announcement
2025-06-25 15:15:48 -06:00
surfskidude
5df061fb65
Adding Lua Server Pages server example ( #3347 )
2025-06-25 10:17:24 -06:00
Carson Gross
726292af1d
fix SHAs
2025-06-20 15:31:36 -06:00
Carson Gross
683c0e8ae2
prep 2.0.5 release
2025-06-20 15:29:01 -06:00
Carson Gross
4f95de2e58
prep 2.0.5 release
2025-06-20 15:21:29 -06:00
Simon Hartley
e2353e26bc
Allow use of "this" when evaluating hx-vals ( #3332 )
...
Evaluate hx-vals with "this" referring to the element it is defined on
Co-authored-by: scrhartley <scrhartley@github.com>
2025-06-20 14:52:17 -06:00
Carson Gross
3f49db3936
document inherit
keyword
2025-06-19 11:21:49 -06:00
Carson Gross
e38d6a7147
update sha
2025-06-19 10:24:57 -06:00
Carson Gross
1d01b94b90
prep v2.0.5
2025-06-19 10:24:09 -06:00
MichaelWest22
508e332544
Standardize history restore functions to use proper htmx swap functions ( #3306 )
...
* Improve history support and events
* Improve history event overrides
* Improve history support and events
* Improve history event overrides
* Update Documentation of new event changes
* Add event testing for updated events
* update event doco and rename to historyElt to be consistent
* Improve history support and events
* Improve history event overrides
* Update Documentation of new event changes
* Add event testing for updated events
* update event doco and rename to historyElt to be consistent
* Fix loc coverage test coverage
* Standardize history restore functions to use proper htmx swap functions
* Add test for hx-history-elt attribute
* Fix broken merge conflict resolution
2025-06-16 16:53:57 -06:00
Sukka
7df5969664
Replace jsDelivr w/ UNPKG ( #3234 )
...
Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
2025-06-03 07:14:03 -06:00
Carson Gross
0aaab5a3c9
Merge branch 'master' into dev
...
# Conflicts:
# package-lock.json
# package.json
2025-06-02 11:52:35 -06:00
Carson Gross
d1d0cd916b
Merge remote-tracking branch 'origin/master'
2025-06-02 11:51:28 -06:00
Carson Gross
dd1914d503
update https://tacohiro.systems/ link
2025-06-02 11:51:21 -06:00
Piotr Tomiak
11ff1940f0
Automatically generate Web Types for the package based on current documentation ( #3071 )
2025-06-02 11:25:23 -06:00
ludicrousdisplay
28b31f23db
adding javalin-htmx examples to server integration examples ( #3104 )
...
* adding javalin-htmx examples to server integration examples
Adding two examples of using htmx with the javalin server library
* Update www/content/server-examples.md
Co-authored-by: Vincent <vichenzo-thebaud@hotmail.com>
---------
Co-authored-by: Vincent <vichenzo-thebaud@hotmail.com>
2025-06-02 11:21:38 -06:00
Carson Gross
646c8583be
Merge remote-tracking branch 'origin/dev' into dev
2025-06-02 10:56:11 -06:00
QBH3
407408b947
Update sse.md ( #3303 )
...
version of sse extension does not match the sha384 hash, i believe it to be the newer 2.2.3 version of htmx-ext-sse
2025-05-08 08:22:55 +02:00
Devin Muzzy
0404d0137b
documentation clarification for htmx:load ( #3299 )
...
htmx:load doc clarification
2025-05-01 08:33:09 +02:00
Simon Hartley
f4cc8382a4
Correction for confirm example ( #3296 )
2025-04-30 08:10:40 +02:00
Simon Hartley
53496ff428
Fix typo ( #3294 )
...
Co-authored-by: scrhartley <scrhartley@github.com>
2025-04-28 07:12:33 +02:00
Carson Gross
a9b673c93c
Merge branch 'dev' of github.com:bigskysoftware/htmx into dev
2025-04-24 14:24:45 -06:00
MichaelWest22
5520566fc3
Add historyRestoreAsHxRequest config to optionally disable hx-request header from history restore requests ( #3278 )
...
* Added Config to optionally disable the breaking HX-Request change made recently
* fix broken resolved conflict
2025-04-24 14:21:23 -06:00
Ajani Bilby
86893ebf4c
Docs: Update Link ( #3281 )
...
use a permalink
2025-04-21 09:11:55 +02:00
Yawar Amin
4d16626cf4
Adjust examples ( #3280 )
...
Autofocus when editing, and update text to match example code.
2025-04-20 10:52:08 +02:00
Simon Hartley
bc7a6b8c55
Documentation update for events ( #3279 )
2025-04-20 10:49:26 +02:00
Carson Gross
63016891a6
Merge branch 'master' into dev
2025-04-17 17:58:26 -06:00
Carson Gross
f8b71843da
Merge remote-tracking branch 'origin/dev' into dev
2025-04-17 17:58:04 -06:00
Johannes Neumeier
e8f5990c1b
Mention hx-include does not match disabled fields. Fixes #3053 ( #3274 )
2025-04-17 07:55:11 +02:00
Simon Hartley
6836e87a6c
Docs - add sections and search filtering for community extensions ( #3260 )
...
Docs - add sections and search filtering for community extensions
Co-authored-by: scrhartley <scrhartley@github.com>
2025-04-07 22:24:39 -05:00
Pierre Chapuis
3830fa7b2c
fix customized confirmation example ( #3262 )
2025-04-05 10:25:47 +02:00
FumingPower
0578564a25
docs: Add dynamic-url to community extensions list ( #3259 )
...
* docs: Add dynamic-url to community extensions list
* docs: applied minor corrections
2025-04-03 07:56:39 +02:00
Simon Hartley
b1c1a1ba23
Documentation update for hx-swap ( #3261 )
2025-04-02 10:29:14 -06:00
Simon Hartley
aa3dbf0c50
Documentation update for debug extension ( #3255 )
2025-03-28 08:03:47 +01:00
librasteve
838f49d977
Adding Raku / Cro Templates to Fragments list ( #3253 )
...
17:31]librasteve: hello, we recently added fragment to the Raku Cro Templates (as inspired by HTMX LOB) and I thought you may like to add to the list of fragments at https://htmx.org/essays/template-fragments/ , something like Raku / Cro Template (https://github.com/croservices/cro-website/blob/main/docs/reference/cro-webapp-template-syntax.md#fragments ) ~librasteve
[18:15]1cg: Hi there
[18:16]1cg: That looks great, yes, can you create a PR here w/ a link to that page: https://github.com/bigskysoftware/htmx/blob/master/www/content/essays/template-fragments.md
[18:16]1cg: and then send me a link to the PR and I'll integrate it
[19:17]librasteve: cool - will do
2025-03-28 08:00:03 +01:00
Carson Gross
a2681e3ee2
remove deco sponsorship
2025-03-27 10:43:26 -06:00
Carson Gross
f42117628c
fix all the sponsor images
2025-03-25 21:43:48 -06:00
Carson Gross
15085704f2
Merge remote-tracking branch 'origin/master'
2025-03-25 21:33:32 -06:00
Carson Gross
0d7434f998
fix jetbrains logo
2025-03-25 21:33:23 -06:00
Joundill
d1aa89192f
Documentation update for hx-get ( #3251 )
...
Update hx-get.md
Clarified notes on hx-get params
2025-03-25 08:44:22 +01:00
Simon Hartley
a3ac341994
Documentation update for hx-select-oob ( #3250 )
...
Co-authored-by: scrhartley <scrhartley@github.com>
2025-03-25 08:42:51 +01:00