89 Commits

Author SHA1 Message Date
mayowa
9eef783011
Implement HX-Reswap (#949)
* Document optional delay parameter for addClass, removeClass, remove

* Implement HX-Reswap (resolves #933)
2022-06-29 15:37:28 -06:00
Carson Gross
0a5fc2cdb9 Merge branch 'master' into dev
# Conflicts:
#	www/docs.md
2022-06-16 14:12:41 -06:00
Carson Gross
f6fe55b292 htmx 1.8 release prep 2022-06-16 14:11:29 -06:00
Carson Gross
87e69fcd69 introduce hx-replace-url
fixes https://github.com/bigskysoftware/htmx/issues/436
2022-06-16 13:22:48 -06:00
Carson Gross
8e7a4bca27 Merge remote-tracking branch 'origin/dev' into dev 2022-05-31 13:30:42 -06:00
Carson Gross
05619c5bec support the hx-select-oob attribute 2022-05-31 13:30:34 -06:00
Ben Beecher
d51d8cb74c
Adding support for client side redirects - HX-Location (#832)
* Adding support for client side boosted redirects

* First pass at hx-boost-redirect

* Fixing some small documentation issues

* Rename boost-redirect to Location
2022-05-27 11:39:23 -06:00
Nathaniel Sabanski
0f3c115e7e
Added missing documentation: htmx:timeout event (#921)
* Added missing htmx:timeout

* Added missing htmx:timeout documentation.

* Added helpful description to htmx:timeout
2022-05-24 06:34:10 -06:00
Carson Gross
13b3ccff0d Merge branch 'master' into dev
# Conflicts:
#	www/docs.md
2022-05-12 19:34:31 -06:00
Qori El-Hafizh
c91f87727d
Fix a typo in reference.md (#897)
"has been moved to an extension"
2022-05-12 16:43:42 -06:00
Ben Pate
70f081318f Update reference.md
- fixed broken link to hx-vars and added a comment that this attribute has been deprecated
- removed a trailing space to make my markdown linter happy
2022-04-18 16:49:45 -06:00
msladecek
9dfc713191
fix links to web-sockets extension page (#841) 2022-04-07 13:41:20 -06:00
Ben Croker
69d26f9f4f
Moved hx-swap into correct position 2022-03-01 10:29:49 +00:00
Ben Croker
1df8b2dc8c
Moved hx-disinherit into correct position 2022-03-01 10:28:39 +00:00
carson
c33d5ba277 finishing touches 2022-02-17 16:25:54 -07:00
carson
0e1e3c68a2 docs for release 2022-02-17 06:30:15 -07:00
carson
d4d20eb1b5 docs work 2022-02-16 20:20:06 -07:00
carson
c7f4f360d1 Merge branch 'dev' into pull/753
# Conflicts:
#	src/htmx.js
2022-02-04 11:16:59 -07:00
carson
d9bf50182d Merge remote-tracking branch 'origin/dev' into dev 2022-02-04 11:14:35 -07:00
carson
d0161da3a6 Merge branch 'pull/667' into dev
# Conflicts:
#	www/reference.md
2022-02-04 11:13:59 -07:00
Ben Pate
8ac4f651b1
Response Header HX-Push:false (#734)
* Support header HX-Push="false"

This is a tiny change that allows the `HX-Push` response header to obey "false" just like the `hx-push-url` attribute.

* Add documentation for hx-push response header
2022-02-04 11:06:54 -07:00
carson
82016a7ba5 Merge remote-tracking branch 'origin/master' into dev 2022-02-04 10:55:52 -07:00
Len Boyette
470a721037
succesful => successful in reference.md (#795) 2022-02-04 10:52:37 -07:00
alfonsrv
bce4baa20c Rename hx-inherit to hx-disinherit 2022-01-25 23:27:39 +01:00
Ben Beecher
2e9ad6df28 Updating docs for new oob events 2022-01-15 13:59:58 -05:00
alfonsrv
d025afe49f hx-inherit tests x documentation 2022-01-06 14:45:12 +01:00
carson
ee507565d0 Merge branch 'dev' into pull/660
# Conflicts:
#	src/htmx.js
#	www/extensions.md
2021-11-23 13:43:29 -07:00
carson
56d323e611 include docs 2021-11-22 02:36:29 -07:00
Ben Pate
6e3a2738e2 Update legacy pages
not removing pages for hx-sse and hx-ws attributes.  Just marking them as deprecated.
2021-11-17 20:02:24 -07:00
carson
19ef8ad76a add htmx-added class for easier CSS transition writing 2021-10-01 13:23:06 -06:00
carson
760d42a195 1.6 release prep 2021-09-30 19:51:15 -06:00
carson
d153929304 include HX-Boosted header when request is via a boosted element
fixes https://github.com/bigskysoftware/htmx/issues/600
2021-09-23 15:43:45 -06:00
Ben Croker
8b301fe0de
Added hx-request to references 2021-07-14 17:29:41 +02:00
carson
b44569a9db docs 2021-04-04 12:05:33 -06:00
carson
b54d6e57d3 Improve API 2021-03-06 06:50:56 -07:00
carson
a664587686 support the htmx:beforeSend event 2021-03-01 10:58:27 -07:00
carson
edbbaee638 include HX-History-Restore-Request header in history restore requests 2021-02-13 07:35:19 -07:00
1cg
28d03055e0
Merge pull request #358 from adamchainz/delete_delete_override
Remove notes about X-HTTP-Method-Override
2021-02-07 13:15:21 -07:00
Adam Johnson
1c2733ec6f Improve HX-Trigger documentation
* Fix URL for move from `X-HX-` prefix to `HX-` - not sure if this would need a redirect.
* Cover all three `HX-Trigger-*` headers in the page.
* Remove some redundant redundancy in the list of response headers
2021-02-07 20:05:12 +00:00
Adam Johnson
e17dd68331 Remove notes about X-HTTP-Method-Override
Untrue since 2305aed18e925da55f15dc5798db37ac0142f2b4.
2021-02-07 19:51:09 +00:00
carson
5836e2365e docs for hx-headers, etc. 2021-02-05 11:09:37 -07:00
carson
6d65d078e7 docs on hx-preserve 2021-02-01 10:25:51 -07:00
1cg
1d4c79490e
Merge pull request #317 from jvosloo/patch-6
Added reference link to htmx:pushedIntoHistory event
2021-01-10 08:30:38 -07:00
Johan Vosloo
f38855a46a
Update reference.md 2021-01-09 18:24:08 +01:00
Johan Vosloo
65b9460203
Update reference.md 2021-01-06 21:02:59 +01:00
carson
ce7113bd22 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	CHANGELOG.md
2021-01-05 20:38:45 -07:00
carson
a41f689f23 docs update for v1.1.0 2021-01-03 15:26:51 -07:00
Ben Pate
20b1722677 Documentation
- add entries in the event list and detail for htmx:beforeProcessNode and htmx:afterProcessNode
2021-01-03 10:45:09 -07:00
Thomas Guettler
19921cd36d Link to hx-swap for timing (docs only).^ 2020-12-28 21:56:55 +01:00
Ben Croker
a809743fd3
Switched attribute order (doh!) 2020-11-24 20:51:06 +01:00