1206 Commits

Author SHA1 Message Date
Paulo Roberto Ribeiro
9b31b628bb
Update hx-swap.md to include the 'none' option 2021-04-17 10:08:52 -03:00
1cg
5f72dfead6
Update docs.md 2021-04-16 09:50:18 -06:00
Angus Holder
b146120c20
Fix the <title> of markdown docs
I noticed all the markdown doc files declare their own page title, but on the live website all have the same title of "</> htmx - high power tools for html". It appears the title var wasn't getting used in the base layout template
2021-04-14 02:29:39 +01:00
carson
fa5dcbdc97 Merge branch 'master' into dev 2021-04-13 18:22:31 -06:00
carson
bb924813dd Merge remote-tracking branch 'origin/master' 2021-04-13 15:43:13 -06:00
carson
5e3962f833 ignore ajax requests going to algolia so search works on demo pages 2021-04-13 15:42:58 -06:00
carson
665fc4bda7 handle bad safari behavior w/ respect to text selection API
fixes https://github.com/bigskysoftware/htmx/issues/438

thank you @pavelfeldman for finding the root cause!
2021-04-13 15:36:37 -06:00
Ben Croker
2b46c49479
Fixed version number in SRI 2021-04-06 09:19:01 +02:00
carson
6f8899f6fd update sha v1.3.3 2021-04-05 07:47:12 -06:00
carson
0c0f913b7c Merge remote-tracking branch 'origin/dev' into dev 2021-04-05 07:45:58 -06:00
carson
25b5aa337f release prep 2021-04-05 07:45:51 -06:00
Ben Croker
35eca4eb59
Improved security section
Clarified how a CSP may not be enough to secure user content and why `hx-disable` is relevant.
2021-04-05 09:41:27 +02:00
carson
b44569a9db docs 2021-04-04 12:05:33 -06:00
carson
91d677e60d change to hx-disable 2021-04-04 10:08:28 -06:00
carson
44e81f27b0 docs 2021-04-04 04:10:27 -06:00
carson
0488f233ae bump version + disable-htmx security feature 2021-04-04 04:03:52 -06:00
carson
0bcfd0ace8 next release 2021-03-26 14:27:15 -06:00
carson
49b517e1c1 Merge remote-tracking branch 'origin/master' 2021-03-26 14:25:28 -06:00
carson
017b411c0e release prep v1.3.2 2021-03-26 14:24:19 -06:00
carson
068d834283 release prep 2021-03-25 12:45:20 -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
1cg
eb067c6ca6
Merge pull request #414 from BoPeng/shoudCancel
Fix logic of shoudCancel
2021-03-23 19:28:32 -06:00
1cg
f3c7c43c58
Merge pull request #431 from zachvalenta/patch-1
fix typo - Thank you!
2021-03-21 07:48:32 -06:00
zach valenta
71f0cc2358
fix typo 2021-03-21 09:00:47 -04:00
Bo
d685c6419a
preventCancel only the case of href="#" 2021-03-21 00:19:38 -05:00
carson
6503e29832 add regression test for https://github.com/bigskysoftware/htmx/issues/427 2021-03-20 19:58:47 -06:00
carson
a5c24a3f35 Merge branch 'pull/415' into dev 2021-03-20 19:30:43 -06:00
carson
b4da4ffc15 docs noodling 2021-03-20 19:30:25 -06:00
carson
b2f7fc7c3d bump version 2021-03-20 19:24:31 -06:00
carson
fad276f17e Merge branch 'master' into dev 2021-03-20 19:23:41 -06:00
1cg
a9de16cb80
Merge pull request #426 from jens/boost-scroll-to-top
Scroll to top by default when visiting boosted links

Thank you!  🍻
2021-03-20 19:21:16 -06:00
Jens Norrgrann
3352d5c3e9 Scroll to top by default when visiting boosted links
But don't scroll if the link is an anchor

See bigskysoftware/htmx#407
2021-03-18 11:51:58 +01:00
1cg
ad36f686e0
Merge pull request #419 from guettli/patch-7
Added style="cursor: pointer" here, too
2021-03-15 10:51:19 -06:00
Thomas Güttler
8841b5d864
Added style="cursor: pointer" here, too 2021-03-15 12:07:57 +01:00
1cg
cb1f1cf5cd
Merge pull request #417 from guettli/patch-6
AFAIK this is called "Cascading Selects"
2021-03-13 13:47:25 -07:00
Thomas Güttler
fa097fd61e
AFAIK this is called "Cascading Selects" 2021-03-13 20:59:17 +01:00
Eugene Esca
142cf68bde
Update hx-trigger.md
Added a note for `from:body` modifier for better HX-Trigger usage understanding
2021-03-12 23:42:20 +02:00
Eugene Esca
badc733d5b
Update hx-trigger.md
Added an example without using JS code for better modifier understanding for basic body trigger call
2021-03-12 23:36:58 +02:00
Sven R. Kunze
8ddaf68de1 as websockets now can be replaced when reconnecting, we cannot closure it but need to retrieve it everytime from the element (which is associated with the event and thus is stable) 2021-03-12 21:17:00 +01:00
Sven R. Kunze
c98c1abc33 added manual test (by @benpate) 2021-03-12 20:46:59 +01:00
Bo Peng
a3eb8c77e7 Fix shouldCancel 2021-03-11 15:27:01 -06:00
carson
2dae703d55 move handler to the search box dummy 2021-03-11 09:46:08 -07:00
carson
660982d250 move handler to the search box dummy 2021-03-11 08:50:56 -07:00
carson
348d978fa5 slash to search 2021-03-11 08:33:46 -07:00
carson
de69e9c23d remove test button 2021-03-11 05:55:25 -07:00
carson
d682c6f92e hyperscript 2021-03-11 05:54:15 -07:00
carson
6026923ad1 site fixes and get rid of the broken ci 2021-03-11 05:53:57 -07:00
carson
0907de0560 Merge branch 'master' into dev 2021-03-11 05:35:48 -07:00