chg20
|
7f2a93608d
|
Merge pull request #92 from cscortes/fixup-json-enc
Fixup json enc
|
2020-06-11 13:02:41 -07:00 |
|
Luis Cortes
|
55a0fb51dd
|
Fixed issue with xhr.
|
2020-06-11 12:47:33 -06:00 |
|
chg20
|
0e21054fe0
|
Merge pull request #91 from ssendev/patch-1
fix hx-sse trigger in example
|
2020-06-11 09:47:17 -07:00 |
|
carson
|
296f354fef
|
fix throttle and make the trigger spec test actually work
|
2020-06-11 09:45:42 -07:00 |
|
cscortes
|
bc6715fcea
|
Merge pull request #1 from bigskysoftware/master
Just getting back up to date
|
2020-06-11 10:03:50 -06:00 |
|
ssendev
|
068161e817
|
fix hx-sse trigger in example
|
2020-06-11 17:24:35 +02:00 |
|
carson
|
96c9623a3d
|
test fix
|
2020-06-11 06:55:50 -07:00 |
|
carson
|
2ac221bdbc
|
try to preserve focus and selection state when active element is replaced
fixes https://github.com/bigskysoftware/htmx/issues/75
|
2020-06-11 06:53:18 -07:00 |
|
carson
|
1f62541094
|
support throttle modifier in trigger definition
https://github.com/bigskysoftware/htmx/issues/88
|
2020-06-11 06:21:49 -07:00 |
|
carson
|
4ef719e63a
|
support hx-swap="none"
fixes https://github.com/bigskysoftware/htmx/issues/89
|
2020-06-11 06:02:23 -07:00 |
|
carson
|
5e8fbb2956
|
include redirects file
|
2020-06-11 05:39:13 -07:00 |
|
carson
|
b345984bee
|
clean up and move essay
|
2020-06-11 05:30:12 -07:00 |
|
carson
|
a65c37ec4f
|
Include full path w/ variables when pushing a GET
Fixes https://github.com/bigskysoftware/htmx/issues/58
|
2020-06-10 16:37:03 -07:00 |
|
carson
|
6f14cba2e6
|
Trigger events on new content, rather than triggering element, since triggering element may have been replaced
fixes https://github.com/bigskysoftware/htmx/issues/79
|
2020-06-10 16:09:00 -07:00 |
|
carson
|
dbfb100d4a
|
Merge remote-tracking branch 'origin/dev' into dev
|
2020-06-10 16:02:03 -07:00 |
|
carson
|
2305aed18e
|
Move X-HTTP-Method-Override out to an extension
fixes https://github.com/bigskysoftware/htmx/issues/86
|
2020-06-10 16:01:56 -07:00 |
|
chg20
|
c75d057fa6
|
Merge pull request #80 from bencroker/patch-7
Added missing events and ordered alphabetically
|
2020-06-09 19:48:32 -06:00 |
|
carson
|
86f1334d30
|
move script evaluation under the AJAX processing so we don't double eval scripts on the initial page load (ugh)
|
2020-06-08 19:06:42 -07:00 |
|
Robert Schroll
|
1060c9e88a
|
Avoid throwing errors when parsing malformed JSON
Instead, treat it as if no value was present.
|
2020-06-08 00:55:09 -07:00 |
|
carson
|
c5a3d413ac
|
improve documentation
|
2020-06-07 05:54:29 -07:00 |
|
36864
|
92561e193c
|
Add an extension to include the commonly-used X-Requested-With header
|
2020-06-05 15:44:02 +01:00 |
|
Ben Croker
|
c5e76b983d
|
Added missing events and ordered alphabetically
|
2020-06-05 12:23:27 +02:00 |
|
carson
|
182d2efc4c
|
include rails extension
|
2020-06-04 07:09:00 -07:00 |
|
carson
|
75444d4a7b
|
Merge remote-tracking branch 'origin/master'
|
2020-06-04 07:06:26 -07:00 |
|
carson
|
1fb51947a9
|
include rails extension
|
2020-06-04 07:06:18 -07:00 |
|
chg20
|
ef6b354d4f
|
Merge pull request #71 from marcus-at-localhost/patch-1
Fix Typo+Formatting
thank you!
|
2020-06-03 05:48:05 -07:00 |
|
chg20
|
1e192ccedc
|
Merge pull request #77 from szepeviktor/patch-1
Uniform badges in README
Thank you!
|
2020-06-03 05:47:34 -07:00 |
|
chg20
|
ca3f91b536
|
Merge pull request #72 from GavinRay97/patch-4
Nunjucks render inline take two
|
2020-06-03 05:46:41 -07:00 |
|
Viktor Szépe
|
87175afafb
|
Uniform badges
:) :) :)
|
2020-05-31 13:24:11 +02:00 |
|
GavinRay97
|
70b7ccd5bf
|
Nunjucks render inline take two
|
2020-05-30 16:45:30 -04:00 |
|
carson
|
6464f8d1ee
|
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
# www/reference.md
|
2020-05-30 12:06:13 -07:00 |
|
carson
|
533da1c71c
|
Merge branch 'master' into dev
|
2020-05-30 12:05:05 -07:00 |
|
Marcus
|
74ec096ae1
|
Fix Typo+Formatting
|
2020-05-30 19:10:49 +02:00 |
|
carson
|
f501ca6f7e
|
fine, I'll use the standard spelling
|
2020-05-29 15:35:33 -07:00 |
|
carson
|
28665a8ea0
|
Merge remote-tracking branch 'origin/master'
|
2020-05-29 15:32:30 -07:00 |
|
carson
|
bfcdd365c2
|
locality of behavior doc
|
2020-05-29 15:32:24 -07:00 |
|
chg20
|
ed8d1d8efd
|
Merge pull request #63 from jordanbuchman/patch-1
Fix extra quote in docs.md
thank you!
|
2020-05-29 14:38:41 -07:00 |
|
chg20
|
543ca6c743
|
Merge pull request #57 from MikeRalphson/typo1
fix: typo in client-side-template.md
thank you!
|
2020-05-29 14:38:19 -07:00 |
|
chg20
|
9a8425190e
|
Merge pull request #55 from bencroker/patch-6
Fixed `include-vals` source
|
2020-05-29 14:37:53 -07:00 |
|
carson
|
5d04b56c11
|
improve demo: https://github.com/bigskysoftware/htmx/issues/62
|
2020-05-29 14:36:34 -07:00 |
|
carson
|
0431d548fb
|
improve demo: https://github.com/bigskysoftware/htmx/issues/61
|
2020-05-29 14:31:35 -07:00 |
|
carson
|
3c8d41bc42
|
Merge remote-tracking branch 'origin/master'
|
2020-05-29 14:21:47 -07:00 |
|
carson
|
662b9a4964
|
fix bad docs: https://github.com/bigskysoftware/htmx/issues/54
|
2020-05-29 14:21:35 -07:00 |
|
Jordan Buchman
|
256930b553
|
Fix extra quote in docs.md
|
2020-05-29 01:21:17 -06:00 |
|
Mike Ralphson
|
ee43084dac
|
fix: typo in client-side-template.md
|
2020-05-28 13:28:23 +01:00 |
|
Ben Croker
|
df7ac279b3
|
Fixed include-vals source
|
2020-05-28 13:24:53 +02:00 |
|
chg20
|
bc86ce154f
|
Merge pull request #53 from webignition/patch-1
Fix docs.md `trigger` attribute in polling section
|
2020-05-27 23:44:04 -07:00 |
|
Jon Cram
|
d6ee2b539e
|
Fix docs.md trigger attribute in polling section
|
2020-05-28 07:41:49 +01:00 |
|
chg20
|
9b7a6d5a28
|
Merge pull request #50 from GavinRay97/patch-2
Make note of syntax for using multiple extensions
|
2020-05-27 20:20:30 -07:00 |
|
chg20
|
fe158bac0f
|
Merge pull request #47 from GavinRay97/patch-1
Fix json-enc extension content-type header set
|
2020-05-27 20:19:57 -07:00 |
|