951 Commits

Author SHA1 Message Date
Adam Johnson
e17dd68331 Remove notes about X-HTTP-Method-Override
Untrue since 2305aed18e925da55f15dc5798db37ac0142f2b4.
2021-02-07 19:51:09 +00:00
carson
ec57534150 sha generator script 2021-02-05 20:52:28 -07:00
carson
0396be73b7 include sha 2021-02-05 20:49:21 -07:00
carson
f359182dae 1.2.0 release prep 2021-02-05 20:44:47 -07:00
carson
4397a68c63 1.2.0 release prep 2021-02-05 20:42:14 -07:00
carson
815a37c0d2 1.2.0 release prep 2021-02-05 20:20:57 -07:00
carson
e82c3735bb 1.2.0 release prep 2021-02-05 20:20:35 -07:00
carson
506a4474b5 Fix for https://github.com/bigskysoftware/htmx/issues/323
move the path-deps to use the beforeOnLoad event so that if the triggering element is replace the path dependencies are still fired.
2021-02-05 18:41:30 -07:00
carson
bcb13d8004 Merge branch 'dev' into pull/352 2021-02-05 18:32:03 -07:00
Joe Mullally
8538f18c40 Add test for path-deps outerHTML case
This test reproduces issue #323
2021-02-05 20:38:02 +00:00
carson
08ba9f8c95 Merge remote-tracking branch 'origin/dev' into dev 2021-02-05 11:41:59 -07:00
carson
1a6f9b1ae5 ignore overridden default swap style for hx-boost
fixes https://github.com/bigskysoftware/htmx/issues/342
2021-02-05 11:41:52 -07:00
1cg
4a6ce115b6
Merge pull request #330 from benpate/pullrequest-preload-resources
Preload Resources

Awesome work @benpate !
2021-02-05 11:13:40 -07:00
1cg
c26e3c10bb
Merge pull request #341 from jreviews/patch-3
Fix doc typos 

THANK YOU!
2021-02-05 11:13:15 -07:00
1cg
f1b5f97c1c
Merge pull request #349 from gnur/docs-sse-typo-fix
Fixed typo in example for sse 

Thank you
2021-02-05 11:12:25 -07:00
1cg
8c3ced2573
Merge pull request #350 from andyhorng/hx-preserve-fix
Handle preserved element that might not be existing
2021-02-05 11:11:51 -07:00
carson
5836e2365e docs for hx-headers, etc. 2021-02-05 11:09:37 -07:00
carson
3c3cd304ae add test for hx-headers 2021-02-05 11:00:03 -07:00
carson
701ec7cbd6 Merge branch 'dev' into feature_javascript_prefix 2021-02-05 10:50:52 -07:00
Andy
dcd8f27988 Handle preserved element that might not be existing 2021-02-05 04:17:17 +00:00
Erwin de Keijzer
452a2175cd Fixed typo in example for sse 2021-02-04 09:23:10 +01:00
carson
09eb14e84a Merge branch 'master' into dev 2021-02-01 10:26:16 -07:00
carson
6d65d078e7 docs on hx-preserve 2021-02-01 10:25:51 -07:00
carson
6ed5c7e1b8 temp work 2021-02-01 10:21:54 -07:00
Ben Pate
9e58594af1 Update preload extension
- preloading linked images is now optional
- update manual tests
- update documentation
2021-01-28 14:30:35 -07:00
Ben Pate
6ab2563f38 Touch-ups
- simplifying / shrinking some code
- correcting markdown formatting
2021-01-28 12:52:54 -07:00
Alejandro Schmeichler
92adf68b6f
Fix doc typos 2021-01-27 19:44:27 -04:00
carson
1024219529 better API docs 2021-01-25 15:00:05 -07:00
carson
65c169b8b9 clean up input inclusion code 2021-01-25 14:56:57 -07:00
carson
ac0b852d81 revert change to test 2021-01-25 14:25:10 -07:00
carson
3544e55bb5 revert change to test 2021-01-25 14:24:23 -07:00
carson
6ad731df1e Merge branch 'dev' into pull/334 2021-01-25 14:20:17 -07:00
carson
c773e86131 regression test for previous fix
move event cancellation before filtering so form submissions can be cancelled properly
2021-01-25 14:20:06 -07:00
carson
fa2fa8017e move event cancellation before filtering so form submissions can be cancelled properly 2021-01-24 19:37:51 -07:00
Deniz Akşimşek
09f0f57c4f
Merge branch 'dev' into dev 2021-01-24 12:32:40 +03:00
carson
e0018b6d44 Remove event listeners on other elements when an element is removed from the DOM 2021-01-23 16:29:13 -07:00
carson
0cae34d337 use the newly added content for scrolling
allows scroll modifiers to work with `outerHTML` swaps, fixes https://github.com/bigskysoftware/htmx/issues/335
2021-01-23 15:55:30 -07:00
carson
445e6e2b4d do not trigger after swap events and logic on element that has been removed by outerHTML swap 2021-01-23 15:50:28 -07:00
Ben Croker
16a055cdc6
Merge pull request #337 from bigskysoftware/bencroker-patch-1
Improve `getInputValues` function
2021-01-22 10:29:34 +01:00
Ben Croker
398117cfe1
Comment 2021-01-22 10:27:15 +01:00
Ben Croker
7781cf5829
Improved test name 2021-01-22 10:23:14 +01:00
Ben Croker
6b52afc198
Fixed spacing 2021-01-22 10:02:37 +01:00
Ben Croker
3414e0ed69
Added missing hx-include to test 2021-01-22 10:02:12 +01:00
Ben Croker
1a3d2b0099
Name the return variable 2021-01-22 09:59:17 +01:00
Ben Croker
319c1a7f5a
Simplified variable naming 2021-01-22 09:57:11 +01:00
Ben Croker
a10e43d619
Improve getInputValues
This improves the `getInputValues` method by non overriding included element values with the main element's value.
This should make the `Two inputs are included twice when they have the same name` test pass:
10e068fcaa
2021-01-22 09:47:58 +01:00
Ben Croker
10e068fcaa
Added test for two values included when not in form 2021-01-22 09:32:52 +01:00
Ben Croker
08d594ccf3
Fixed old modifier 2021-01-20 11:39:28 +01:00
1cg
72bf975e46
Merge pull request #325 from guettli/patch-4
Docs: Distinction between `changed` and `change`
2021-01-17 18:37:55 -07:00
1cg
a7d8f444ab
Merge pull request #327 from mayowa/dev
fix typo in htmx.off example

thanks!
2021-01-17 18:37:28 -07:00