Ben Pate
3bd85e1e8d
Add test servers
2021-11-10 18:28:39 -07:00
Ben Pate
de228177bf
Quick check in to demo
2021-11-09 13:45:04 -07:00
carson
e67e5ba41b
bump version & disambiguate non-swaps from errors
2021-10-30 08:19:54 -06:00
Ben Pate
2aca696c88
Rebuild SSE using new Extension API
...
- internal API has been moved to a constructor variable.
- added reconnect with exponential backoff
- initial tests of SSE features are working
- added many JSDoc comments in the process.
- added link to "sse triggers" test
2021-10-29 13:24:16 -06:00
Ben Pate
93acf88431
Update test cases
...
- trigger tests working.
- settle tests failing
2021-10-25 21:56:24 -06:00
Ben Pate
dd5b92b46a
Triggers working
2021-10-25 20:15:56 -06:00
Ben Pate
a1113ec111
More tests working
...
- multichannel test works well.
- removing debug code from simple SSE example
2021-10-24 12:34:01 -06:00
Ben Pate
260b82314a
Initial port
...
- rebuilding this fork because of a corrupted git repository. This branch is "working" but needs more testing to be certain.
- major changes to the way that htmx handles extensions. this will need to be vetted more carefully before we proceed.
2021-10-24 11:56:45 -06:00
carson
bd1493f413
Merge branch 'master' into dev
2021-09-29 07:53:44 -06:00
carson
d2c5dd8603
respect the enctype
declaration on boosted forms
...
fixes https://github.com/bigskysoftware/htmx/issues/605
2021-09-29 07:36:59 -06:00
carson
60a6717994
support <script src='...'></script>
tags
2021-09-28 05:17:20 -06:00
carson
6821e366a8
remove redundant test
2021-09-27 07:55:54 -06:00
carson
14e87fc623
Merge remote-tracking branch 'origin/dev' into dev
2021-09-27 07:50:41 -06:00
carson
9254d7fa5a
extend htmx:beforeSwap
event to allow much more flexible handling of response codes and content swapping
2021-09-27 07:50:31 -06:00
Mamés Palmero
443c271d40
Fix root: option of the intersect event
2021-09-27 15:25:15 +02:00
carson
6754c67b53
Merge branch 'master' into dev
...
# Conflicts:
# README.md
2021-09-23 15:44:27 -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
carson
e3cb9b591a
support unset
to, well, unset attributes
2021-09-19 16:41:31 -06:00
Ben Croker
700bc3ae58
Improved wording of tests
2021-09-06 22:50:34 +02:00
carson
a1d320243d
only return a promise for API usage
...
fixes https://github.com/bigskysoftware/htmx/issues/585
2021-09-06 10:43:04 -06:00
Ben Croker
21ec1094ec
Add better title tests
2021-09-05 14:08:44 +02:00
Frankie Robertson
4a59263d40
Allow listening to events from:window
2021-08-29 14:07:17 +03:00
carson
c77cb83c54
clean up tests for 1.5.0
release
2021-07-12 10:48:53 -06:00
carson
94a9ef1dbb
consume white space after interval
2021-07-09 17:52:21 -06:00
carson
0eeb922a1e
scroll fixes
2021-07-09 06:01:56 -06:00
carson
e621b52867
tests and bug fixes for scrolling targets
2021-07-08 13:11:48 -06:00
carson
a4a9d2d733
support for hx-request
attribute with the following config values:
...
* `timeout` - the request timeout
* `credentials` - send credentials w/ the request
* `noHeaders` - do not send any non-standard headers with the request
We also support the `htmx.config.timeout` configuration value for setting the default timeout
2021-07-07 06:37:40 -06:00
carson
bbf2ae4412
support document
as an extended query selector and plug it in for the from:
clause in triggers
2021-07-06 15:27:51 -06:00
carson
40ed7b0827
allow filters for polling
2021-07-06 10:24:55 -06:00
carson
c9936b4a35
Merge remote-tracking branch 'origin/dev' into dev
2021-07-06 09:57:51 -06:00
Matthew Molloy
e283e476b5
added regression test for image maps
2021-07-06 00:52:55 +09:00
carson
1298c41435
use clicked event to track button clicks as well for OSX
2021-07-02 12:30:08 -06:00
carson
6d1a86836e
track last clicked button using focus to include value in submission
2021-07-01 13:54:11 -06:00
carson
444660158f
regression for hyperscript htmx:afterRequest form reset integration
2021-06-14 09:46:55 -06:00
carson
49405727d5
script tags eval in the global scope
2021-05-25 09:11:37 -06:00
carson
dd8ce0fe7a
1.4 release prep
2021-05-24 09:34:17 -06:00
carson
e15c5d99e3
support a queue
modifier for queueing events in different ways
...
fixes https://github.com/bigskysoftware/htmx/issues/470
2021-05-20 09:07:56 -06:00
carson
1d52b23fed
support a htmx.config.useTemplateFragements
option to use <template>
tags to process server content for more flexibility (e.g. oob content alongside table elements)
2021-05-19 10:55:16 -06:00
carson
f6efc4a8c3
add intersect
event for intersection observer
...
supports the `root` and `threshold` config variables
2021-05-18 13:19:03 -06:00
carson
bdefbd4fec
title tags must come before any svg tags to update the title
...
fixes https://github.com/bigskysoftware/htmx/issues/459
2021-05-17 11:39:22 -06:00
carson
9f04b85a9f
tests for hx-trigger
delay
and throttle
modifiers
2021-05-10 09:46:40 -06:00
carson
91d677e60d
change to hx-disable
2021-04-04 10:08:28 -06:00
carson
0488f233ae
bump version + disable-htmx
security feature
2021-04-04 04:03:52 -06:00
carson
49b517e1c1
Merge remote-tracking branch 'origin/master'
2021-03-26 14:25:28 -06:00
carson
1fca7dbb70
dispatch events by HX-Trigger-After-*
on body if the element is no long in the DOM
...
fixes https://github.com/bigskysoftware/htmx/issues/418
2021-03-25 12:42:33 -06:00
carson
b42b0b1dfe
fix test
2021-03-25 12:36:27 -06:00
1cg
148362560b
Merge pull request #381 from srkunze/ws-reconnect
...
WebSocket Reconnect
2021-03-23 19:29:18 -06:00
carson
6503e29832
add regression test for https://github.com/bigskysoftware/htmx/issues/427
2021-03-20 19:58:47 -06:00
Sven R. Kunze
c98c1abc33
added manual test (by @benpate)
2021-03-12 20:46:59 +01:00
carson
6026923ad1
site fixes and get rid of the broken ci
2021-03-11 05:53:57 -07:00