113 Commits

Author SHA1 Message Date
Thomas Guettler
60ed3f8743 added link to parameters to delete/get/patch/post/put 2020-12-23 23:32:39 +01:00
Thomas Güttler
529ec35762
Add note about data of hx-post
See #271
2020-12-16 09:49:18 +01:00
Ben Pate
3551528d96
Merge branch 'dev' into pullrequest-ignore-extensions 2020-12-14 13:43:52 -07:00
Ben Pate
b4f26aef0e Documentation 2020-12-14 13:41:41 -07:00
carson
230e2f65df support a CSS selector in the hx-swap-oob attributes 2020-12-11 15:33:24 -07:00
Ben Croker
469ca86438
Create hx-vals.md 2020-11-16 12:55:35 +01:00
Ben Croker
1d42f1ddeb
Fixed link 2020-11-16 12:48:20 +01:00
Ben Croker
dad856dca0
Added Security Considerations 2020-11-16 12:40:30 +01:00
carson
a749b4e288 Merge remote-tracking branch 'origin/dev' into dev 2020-10-19 08:20:26 -06:00
carson
1cb756c05e add test for SSE swapping 2020-10-19 08:20:16 -06:00
1cg
dcdc3f9c8a
Merge pull request #211 from jreviews/patch-1
Fix swap example in hx-target page
2020-10-18 06:44:27 -06:00
carson
165586b777 docs and tests for trigger filters 2020-10-17 13:21:15 -06:00
Alejandro Schmeichler
4638bd9b3e
Fix swap example
Should be `beforeend`, all lowercase.
2020-10-16 12:24:29 -04:00
carson
8c41879d74 Merge remote-tracking branch 'origin/master' 2020-09-30 14:21:17 -06:00
carson
afc3b26225 docs 2020-09-30 08:57:45 -06:00
Lee Phillips
1e193dc02f Fixed typo in first line of CSS sample showing how to use a custom
indicator class.
2020-09-20 18:27:58 -06:00
carson
325cb29bf8 update docs 2020-09-15 12:29:27 -06:00
Ben Pate
c449a9b1d3 Update hx-sse.md
Adding documentation
2020-09-14 20:29:18 -06:00
nyash
df971a3667
update hx-target docs 2020-08-14 16:43:27 +02:00
Ben Croker
a8e205c4b0
Fix revealed modifier 2020-07-09 21:47:35 +02:00
carson
1162c4a6f4 0.0.8 release prep 2020-07-06 09:37:01 -07:00
chg20
2fbe230853
Merge pull request #122 from bencroker/patch-8
Allowed `hx-push-url` to accept a string
2020-06-28 22:17:24 -07:00
Ben Croker
c923a9f0af
Update hx-push-url.md 2020-06-29 06:57:54 +02:00
Ben Croker
e0a361f356
Fixed type 2020-06-29 06:55:14 +02:00
carson
70d770a1b5 Add support for the hx-vars attribute, for including dynamically computed values in requests
Fixes https://github.com/bigskysoftware/htmx/issues/120
2020-06-28 17:07:39 -07:00
Ben Croker
96605448ea
hx-push-url accepts a string 2020-06-26 15:39:58 +02:00
carson
eb04ab5b3e add scroll and view modifiers to hx-swap 2020-06-23 14:25:56 -07:00
carson
92273713ef docs 2020-06-19 12:40:11 -07:00
carson
d3f0fa36d3 Merge branch 'master' into dev 2020-06-15 18:25:31 -07:00
carson
0ac641b63f remove the hx-error-url attribute in favor of hyperscript
add basic hyperscript compatibility testing
2020-06-12 13:42:55 -07:00
ssendev
068161e817
fix hx-sse trigger in example 2020-06-11 17:24:35 +02:00
carson
6464f8d1ee Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	www/reference.md
2020-05-30 12:06:13 -07:00
acnebs
d01025823e Rename custom HTTP headers to no longer start with X-
This convention is deprecated, as per this RFC from the IETF: 
https://tools.ietf.org/html/rfc6648
2020-05-28 01:29:51 +01:00
Ben Croker
a9ade676b9
Update hx-indicator.md 2020-05-28 01:10:24 +02:00
Ben Croker
7a097dc49b
Update hx-target.md 2020-05-28 01:07:32 +02:00
carson
666b4cbaa8 add tests for SSE and standardize syntax with websockets 2020-05-25 21:56:29 -07:00
carson
51697abff6 revert settle attribute swapping so internals work + hx-ws tests (ugh) 2020-05-25 19:46:10 -07:00
carson
7036557cba oob swapping fixes and firm up the settle step quite a bit 2020-05-25 16:34:19 -07:00
carson
e6b5db915a 0.0.4 announcement 2020-05-24 23:26:20 -07:00
carson
8a6a6f8016 web socket support 2020-05-24 21:41:44 -07:00
carson
3fa0ce52a6 Reworks SSE to use a single, separate attribute. 2020-05-24 19:08:40 -07:00
carson
860d263d4d pull hx-classes out to an extension 2020-05-24 17:04:59 -07:00
Robert Schroll
d69341a6dd Update documentation to reflect multiple triggers 2020-05-23 18:08:54 -07:00
carson
033af9a8d2 htmx extension mechanism 2020-05-22 10:53:10 -07:00
carson
3aa8c64754 le big re-rename 2020-05-17 05:22:19 -07:00
Justin T. Sampson
eba776bbaf Copyediting in docs related to HTTP method attributes. 2020-05-15 22:34:22 -07:00
carson
a3c9cf6b6a Clean up parameter inclusion logic and update demos to use GET where appropriate, rather than hiding from my bad design choices
Added value-select.md demo
2020-05-14 15:34:47 -07:00
carson
d0a6724871 support closest syntax in targets 2020-05-14 06:19:43 -07:00
carson
033792fdc0 attribute tests 2020-05-12 17:33:32 -07:00
carson
130fec1c2c progress bar demo and fixes 2020-05-12 05:50:28 -07:00