2736 Commits

Author SHA1 Message Date
rafkub
cc9d3f063c
Update confirm.md (#2443)
Fix typo - repeated "and the"
2024-04-25 12:33:28 -04:00
rafkub
ce5bb337aa
Update hx-indicator.md (#2444)
Fix typo: "add this the" -> "add this to the"
2024-04-25 12:33:14 -04:00
André Schreck
5c24e42e46
use same ID throughout the example (#2471) 2024-04-25 12:32:55 -04:00
Goksan
577c651871
Add Statusnook to the webring (#2506) 2024-04-25 12:32:15 -04:00
srcerer
3d7ecfb8d8
Update podcasts.csv (#2500)
Add The Collab Lab
2024-04-25 12:31:58 -04:00
Carson Gross
b991f20c3a make hx-on respect the hx-disable attribute 2024-04-25 09:49:50 -06:00
Carson Gross
3d099e7b1d update 2024-04-23 14:42:32 -06:00
Carson Gross
db86fa981b fix site 2024-04-19 16:43:38 -06:00
Carson Gross
adfd2c8bc8 fix sha for unminified version 2024-04-17 10:58:31 -06:00
Carson Gross
7a6dd3f38a Merge remote-tracking branch 'origin/master' 2024-04-17 10:55:17 -06:00
Carson Gross
f38e07d4be prep v1.9.12 v1.9.12 2024-04-17 10:54:49 -06:00
Carson Gross
7dd6cd7224 prep v1.9.12 2024-04-17 10:48:55 -06:00
Denis Palashevskii
8e26d12c33
Add reference to unminified CDN distribution to the docs (#2460)
fix #2457
2024-04-03 14:59:07 -06:00
Carson Gross
c247cae9bf Merge remote-tracking branch 'origin/master' 2024-03-27 09:38:13 -06:00
Carson Gross
b0ffe98011 sponsor update 2024-03-27 09:38:02 -06:00
airblast
075ec3afdb
Fix example for mustache in client-side-templates extension. (#2409)
* Fix incorrect key name in template.

* Remove unnecessary escapes from docs.
2024-03-23 11:46:57 -04:00
Pi-Cla
0b29664545
Link to section on CSS Transitions instead of Mozilla page (#2413) 2024-03-23 11:46:28 -04:00
Carson Gross
e3811cf744 set root 2024-03-21 17:01:40 -06:00
Vincent
e64238dba3
Fix IE11 incompatibilities (#2408) 2024-03-21 16:06:44 -06:00
eduardolat
c43d48163f
Add documentation for multiple CSS selectors in hx-disabled-elt (#2421)
This update clarifies the hx-disabled-elt attribute's ability to accept multiple CSS selectors, separated by commas, enabling developers to disable multiple elements simultaneously during an HTTP request.
2024-03-21 15:25:49 -06:00
Godefroid Chapelle
8318d9af67
Fix date in CHANGELOG.md (#2419) 2024-03-21 15:25:26 -06:00
Carson Gross
9b1e9bc336 update sha v1.9.11 2024-03-15 08:53:37 -06:00
Carson Gross
f353023b01 fix previous firefox double exec fix fml 2024-03-14 20:33:20 -06:00
Carson Gross
ea3beb6f45 firefox double exec fix fml 2024-03-14 19:41:57 -06:00
Carson Gross
3205e652ee make install URLs versioned for extensions 2024-03-14 16:53:41 -06:00
Carson Gross
9a8e57a8e9 update CHANGELOG.md 2024-03-13 18:41:08 -06:00
Carson Gross
1754d8cae2 prep for 1.9.11 release 2024-03-13 18:36:01 -06:00
Carson Gross
9849dd23fe Merge remote-tracking branch 'origin/dev' into dev 2024-03-13 18:34:21 -06:00
Denis Palashevskii
263c37e85c
WS.js fix for Safari on iOS 17.4 (#2391)
* ws.js: use event.detail.elt as fallback value for event.target

Implemented after Safari on iOS 17.4 broke event.target for custom events.
Reported in https://discord.com/channels/725789699527933952/1216185723229704222

* also fix sse.js

#2388
2024-03-13 18:34:13 -06:00
Carson Gross
11799bca6c prep for 1.9.11 release 2024-03-13 18:31:46 -06:00
Carson Gross
ef791c51eb fix double script execution issue when using template parsing 2024-03-13 18:11:58 -06:00
Carson Gross
83e939a370 Merge remote-tracking branch 'origin/dev' into dev 2024-03-13 17:24:17 -06:00
Vincent
e780175736
Double script exec tests variants using templates: issue confirmed (#2365) 2024-03-13 17:24:02 -06:00
Carson Gross
6f4bcfb1bb Merge branch 'master' into dev 2024-03-13 15:41:36 -06:00
Nathan Sarang-Walters
76dec87613
Fix TypeScript types (#2261) 2024-03-12 12:28:11 -04:00
srcerer
1e4b99de59
Update podcasts.csv (#2380)
Backend Banter
Syntax
PodRocket v2
2024-03-09 13:02:45 -05:00
Carson Gross
f7b281fd7d Merge remote-tracking branch 'origin/master' 2024-03-08 11:54:15 -07:00
Carson Gross
00485b282b update llc.org 2024-03-08 11:54:04 -07:00
Cliff L. Biffle
ba2c30b648
[DOC] clarify SSE hx-swap docs to note #784 (#2327)
Was pulling my hair out trying to get this working before I realized
that it's a known issue.
2024-03-03 10:57:23 -05:00
reaper47
79e40fe209
Add Recipya to the webring (#2345) 2024-03-03 10:56:31 -05:00
Hamilton Greene
865a8297fe
[Documentation] Server Examples: Add F# - Giraffe example (#2363)
Update server-examples.md
2024-03-03 10:55:42 -05:00
Carson Gross
9431183cf1 port back double exec tests from 2.x to ensure its not an issue in 1.x, bump version 2024-03-01 15:50:21 -07:00
Carson Gross
13ff1963b5 Merge remote-tracking branch 'origin/dev' into dev 2024-03-01 15:38:22 -07:00
Vladyslav Tkachenko
21cdfcf17c
SSE Ext #2225: reinstantiate EventSource listeners upon reconnection logic (#2272)
* fix(sse): reinstantiate EventSource listeners
upon reconnection logic

refs #2225

* improve initialization logic of SSE on nested elements

---------

Co-authored-by: Denis Palashevskii <palash.denis@outlook.com>
2024-02-25 23:25:03 +01:00
Denis Palashevskii
1a8afc3502
fix sse-swap removal handling in ext/sse.js (#2247) 2024-02-25 20:58:39 +01:00
Carson Gross
f919c07051 update llc.org 2024-02-22 11:35:20 -07:00
Carson Gross
3a2075288b add llc.org 2024-02-21 10:54:21 -07:00
Hasan Sezer Taşan
13467420b5
Add link to htmx-examples-with-flask resource (#2328)
Adds htmx-examples-with-flask
2024-02-21 10:54:36 -05:00
Nathaniel Sabanski
e8f243c28d
Docs: Tiny fixes for Hotwire page. (#2322)
* Solve wrapping issues for small content area.

* Update migration-guide-hotwire-turbo.md
2024-02-21 10:53:38 -05:00
Mark Heptinstall
0355af9c8a
Show hx attributes used in bulk-update code example (#2274) 2024-02-19 10:02:05 -05:00