Ben Croker
331881aed9
Fixed event names
2020-08-17 19:31:07 +02:00
akwatra
d54e0e7237
FIXED CHROME issue - "refuse to get unsafe header" warning.
...
FIXED CHROME issue - "refuse to get unsafe header" warning.
Otherwise, you will have to send explicitly header from server.
see LINE: 1500
2020-08-15 03:14:40 +05:30
akwatra
c921b98f18
FIXED CHROME issue - "refuse to get unsafe header" warning.
...
FIXED CHROME issue - "refuse to get unsafe header" warning.
Otherwise, you will have to send explicitly header from server.
see LINE: 1500
2020-08-15 03:13:37 +05:30
nyash
df971a3667
update hx-target docs
2020-08-14 16:43:27 +02:00
nyash
1391cf0e4b
add "find" selector option to hx-target attribute
2020-08-14 16:38:18 +02:00
Ben Pate
018ba7c2c2
add processFocus to makeAjaxTask
...
This adds an additional check to makeAjaxLoadTask that focuses on the first element with the HTML standard "autofocus" attribute set.
I've put it right next to the makeAjaxLoadTask function for clarity, but it should probably be organized into a different place, next to other corresponding functions.
2020-08-13 20:50:02 -06:00
Ben Pate
3324532037
Closing connections BEFORE removing nodes
...
In some tests, the previous code triggered an htmx:swapError because the node had already been removed from the DOM before the closeConnections() function was called.
I think it was a race condition that I didn't catch earlier. Switching the ordering of these two functions makes sense, and it looks like it's addressed the error.
Sorry for the sloppy check-in.
2020-08-13 19:56:55 -06:00
Ben Pate
7325a106af
Close connections on swapInnerHTML
...
- connections were not being closed in all cases. This is a minimal patch to close connections when the InnerHTML is swapped out.
2020-08-13 19:46:19 -06:00
Robert Ros
c971719f16
Fixes issue with id attribute selector in query selector.
2020-07-20 20:57:34 +02:00
Robert Ros
c6fe43adcd
Add testcase for issue with id attributes with a dot.
2020-07-20 20:57:16 +02:00
Ben Weller
0089ce480d
use internal toArray() + map() instead of Array.from()
2020-07-20 12:44:37 -05:00
dependabot[bot]
823f31876e
Bump lodash from 4.17.15 to 4.17.19
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-20 11:29:48 +00:00
Ben Weller
381005b018
clean up extraneous newlines in test
2020-07-19 09:29:56 -05:00
Ben Weller
612d2fedf1
remove console.log() noise from new test
2020-07-19 09:15:58 -05:00
Ben Weller
8fcf27ab8c
add test for <select multiple>
2020-07-19 09:13:32 -05:00
Ben Weller
5184d71a30
detect multiple attribute and handle getting values
2020-07-17 13:23:07 -05:00
chg20
7d83527bfb
Merge pull request #137 from bencroker/patch-15
...
Fixed encoded character
2020-07-09 13:45:24 -07:00
chg20
19a84938fe
Merge pull request #139 from bencroker/patch-16
...
Fix `revealed` modifier in docs
2020-07-09 13:44:54 -07:00
Ben Croker
a8e205c4b0
Fix revealed modifier
2020-07-09 21:47:35 +02:00
Ben Croker
8dc2bb58a0
Fixed encoded character
2020-07-09 08:57:23 +02:00
carson
e1f586ed41
fix title
2020-07-08 13:43:26 -07:00
carson
395f10c27b
Merge branch 'dev'
v0.0.8
2020-07-08 13:41:42 -07:00
chg20
f49ec3c03c
Merge pull request #136 from bencroker/patch-14
...
Replaced Gitter chat badge with Discord
2020-07-08 13:41:04 -07:00
carson
27bab6c009
add announcement
2020-07-08 13:33:00 -07:00
Ben Croker
18ebe627f8
Replaced Gitter chat badge with Discord
...
According to https://shields.io/ ...
> To use the Discord badge a Discord server admin must enable the widget setting on the server.
2020-07-08 02:06:21 +02:00
carson
1162c4a6f4
0.0.8 release prep
2020-07-06 09:37:01 -07:00
carson
38d587ef62
Move view modifier to show
2020-07-06 09:36:03 -07:00
chg20
83e20394ac
Merge pull request #133 from bencroker/patch-13
...
Fixed `swapSpec` when `view`
2020-07-06 09:25:28 -07:00
chg20
0d29fe5c73
Merge pull request #127 from bencroker/patch-10
...
Make indicator and request classes customisable
2020-07-06 09:25:11 -07:00
Ben Croker
5202de5524
Fixed swapSpec when view
2020-07-06 18:23:00 +02:00
carson
aaae399308
Lets try that again
...
Experimental fix for https://github.com/bigskysoftware/htmx/issues/131
2020-07-04 15:46:25 -07:00
carson
947a4470de
Experimental fix for https://github.com/bigskysoftware/htmx/issues/131
2020-07-04 15:27:39 -07:00
carson
ea83ba8ed4
Merge remote-tracking branch 'origin/master'
2020-07-02 07:03:25 -07:00
carson
1023933270
Fix demo showing requests
2020-07-02 07:03:19 -07:00
chg20
fc1342ed4e
Merge pull request #128 from bencroker/patch-11
...
Added hx-vars to the docs and 0.0.7 release announcement
2020-07-01 06:39:47 -07:00
Ben Croker
d0130dae87
Added hx-vars to the 0.0.7 release announcement
2020-07-01 09:15:42 +02:00
Ben Croker
427c503a57
Added hx-vars to reference
2020-07-01 09:14:05 +02:00
carson
2aef350588
update web to alpha4
2020-06-30 17:25:58 -07:00
carson
6436525ce2
release post
v0.0.7
2020-06-30 16:26:53 -07:00
carson
93cfc2e1f6
update to alpha4
2020-06-30 16:15:22 -07:00
Ben Croker
4e2b57634b
Added settlingClass and swappingClass to docs
2020-06-30 23:27:49 +02:00
Ben Croker
3fd502af73
Added settlingClass and swappingClass to config variables
2020-06-30 23:24:17 +02:00
carson
585055432f
dist and www to prep for 0.0.7 release
2020-06-30 12:23:04 -07:00
carson
416ee3dde2
fix test
2020-06-30 12:17:34 -07:00
carson
b22b1d104c
Merge remote-tracking branch 'origin/dev' into dev
2020-06-30 10:45:38 -07:00
carson
4f3cf2d889
Move events from <event name>.htmx (jQuery style) to htmx:<event name> (zepto style)
...
fixes https://github.com/bigskysoftware/htmx/issues/109
2020-06-30 10:45:30 -07:00
Ben Croker
9ed66d5130
Added indicator and request class config variables
2020-06-30 11:54:01 +02:00
Ben Croker
e6a9501d9a
Made indicator and request classes customisable
2020-06-30 11:34:06 +02:00
chg20
2fbe230853
Merge pull request #122 from bencroker/patch-8
...
Allowed `hx-push-url` to accept a string
2020-06-28 22:17:24 -07:00
chg20
c7288c1672
Merge pull request #124 from bencroker/patch-9
...
Fixed typo in docs
2020-06-28 22:16:47 -07:00