648 Commits

Author SHA1 Message Date
carson
f7617a4653 do not fire requests when element is no longer in DOM
fixes https://github.com/bigskysoftware/htmx/issues/222
2020-11-05 08:39:33 -07:00
carson
c6c472bbf7 0.3.0 release v0.3.0 2020-10-27 16:58:52 -06:00
carson
751ad91755 basic test for logAll() 2020-10-19 09:52:18 -06:00
carson
d67634e678 test scrolledIntoView 2020-10-19 09:49:55 -06:00
carson
f536512e45 script testing, evaluate script tag when type is absent 2020-10-19 09:33:47 -06: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
carson
d26a09c5c7 fix name 2020-10-18 06:49:07 -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
1cg
7e8d583f61
Merge pull request #212 from adamchainz/patch-1
Fix doc highlighting of htmx.find()
2020-10-17 17:36:53 -06:00
Adam Johnson
1ae1909dfe
Fix doc highlighting of htmx.find() 2020-10-18 00:19:05 +01:00
carson
a2b00f22b1 0.3 release prep 2020-10-17 13:27:47 -06:00
carson
165586b777 docs and tests for trigger filters 2020-10-17 13:21:15 -06:00
carson
6c8c124c42 Merge branch 'dev' into feature_event_filtering
# Conflicts:
#	src/htmx.js
2020-10-17 08:22:48 -06:00
Alejandro Schmeichler
4638bd9b3e
Fix swap example
Should be `beforeend`, all lowercase.
2020-10-16 12:24:29 -04:00
carson
d018ef4f0f catch on history cache save
fixes https://github.com/bigskysoftware/htmx/issues/209
2020-10-13 17:02:15 -06:00
carson
ab88b86109 add event-header extension 2020-10-05 08:29:09 -06:00
carson
93bd9bf0d9 port trigger spec processing to use the tokenizer 2020-10-05 08:09:16 -06:00
carson
8f4151fdd2 finish docs for API 2020-10-05 08:07:08 -06:00
carson
385ee3fb58 finish docs for API 2020-10-05 08:06:42 -06:00
carson
18220b3283 hook in tokenizer implementation 2020-10-04 18:26:17 -06:00
carson
e80169808c ignore non-elements when triggering post-swap events 2020-10-04 13:50:37 -06:00
carson
6da50570bc support header-based triggers after swaps and settles 2020-10-04 10:00:40 -06:00
carson
586829e097 temporary commit for supporting lexing 2020-10-04 09:39:10 -06:00
carson
af0ae86325 Merge remote-tracking branch 'origin/dev' into dev 2020-10-01 10:49:05 -06:00
carson
b51ed1755d rename config variable to match function name 2020-10-01 10:48:56 -06:00
Ben Croker
5bbc055073
Space, the final frontier 2020-10-01 17:39:14 +02:00
carson
d90d7160c8 update event docs 2020-10-01 09:34:11 -06:00
carson
885596de09 include request configuration in events
fixes https://github.com/bigskysoftware/htmx/issues/201
2020-10-01 09:29:48 -06:00
carson
f984abb76d Merge branch 'master' into dev 2020-10-01 09:18:38 -06:00
carson
0e224421d8 bump version 2020-10-01 09:18:34 -06:00
carson
27d6fdd1e3 Add stack overflow tag link
fixes https://github.com/bigskysoftware/htmx/issues/197
2020-10-01 09:12:54 -06:00
carson
8c41879d74 Merge remote-tracking branch 'origin/master' 2020-09-30 14:21:17 -06:00
carson
9ecdd4808b final 0.2.0 release stuff v0.2.0 2020-09-30 14:19:15 -06:00
carson
5cf71de025 final 0.2.0 release stuff 2020-09-30 14:18:32 -06:00
carson
77dc60dff7 IE 11 cleanup 2020-09-30 13:02:16 -06:00
carson
c55190a4cb update size :( 2020-09-30 09:01:25 -06:00
carson
a7345daeff docs 2020-09-30 09:00:05 -06:00
carson
afc3b26225 docs 2020-09-30 08:57:45 -06:00
carson
355ed7af81 more tests 2020-09-30 08:31:58 -06:00
carson
34d80942db Merge remote-tracking branch 'origin/feature_validate' into feature_validate 2020-09-30 08:25:55 -06:00
carson
9aa409d7ce docs for validation 2020-09-30 07:54:38 -06:00
Ben Croker
9fbcc5c5a7
Remove duplicate condition 2020-09-30 10:33:28 +02:00
carson
a9ffe0e617 remove gremlin 2020-09-29 16:20:12 -06:00
carson
b87c3a2c3a Do not fire webSocket.send() in the presence of errors 2020-09-29 16:19:42 -06:00
carson
a01fac40a2 htmx integration with the HTML validation API 2020-09-29 16:17:37 -06:00
carson
6900ab8278 don't set Content-Type in the presence of hx-encoding 2020-09-29 11:28:21 -06:00
carson
b401f54c54 undo temporary removal of clearing 2020-09-29 10:47:16 -06:00
carson
7a7401aa97 fixes for file upload
- proper content type header
- fix bug in FormData generation

test for both
2020-09-29 10:39:34 -06:00
carson
7b9e751960 first pass at file upload and supporting multipart/form-data
also fixed an obscure bug in the way inputs were collected w/ multiple values
2020-09-28 18:47:23 -06:00