1443 Commits

Author SHA1 Message Date
Ben Croker
2d18bac619 Fixed typos 2021-09-05 14:13:29 +02:00
Ben Croker
21ec1094ec Add better title tests 2021-09-05 14:08:44 +02:00
1cg
6d85d1ae5b
Update docs.md 2021-09-04 06:49:58 -06:00
1cg
77ebebe3f8
Merge pull request #581 from jvissers/master
Make explicit that AlpineJS should register events in Kebab case
2021-09-04 06:48:42 -06:00
Jan Vissers
5cf9c44f84
Make explicit that AlpineJS should register events in Kebab case
AlpineJS needs Kebab case registrations of HTMX events to work properly.
2021-09-04 11:17:48 +02:00
1cg
23c1e91703
Merge pull request #580 from fmariluis/patch-1
fix a really small doc typo

Thank you!
2021-09-01 21:26:47 -06:00
Franco Mariluis
018861070f
fix a really small typo 2021-09-02 00:05:02 -03:00
1cg
0a9923c8af
Merge pull request #574 from frankier/from-window
Allow listening to events from:window
2021-08-30 15:32:02 -06:00
1cg
a3f9379925
Merge pull request #578 from mryderie/patch-1
Adding ASP.NET Core project to Server-Side Examples page
2021-08-30 15:31:37 -06:00
1cg
a52c658e39
Merge pull request #579 from dfrankow/npm_doc
Add doc section on npm
2021-08-30 14:30:11 -06:00
Dan Frankowski
04344053ac Add section on npm 2021-08-30 14:38:52 -05:00
mryderie
3fb5c04ea6
Adding ASP.NET Core project to Server-Side Examples page 2021-08-30 20:21:05 +01:00
Frankie Robertson
4a59263d40 Allow listening to events from:window 2021-08-29 14:07:17 +03:00
1cg
1c85076030
Merge pull request #562 from dzerrenner/master
search example typo
2021-08-28 15:16:16 -06:00
1cg
531dc4d46f
Merge pull request #564 from GriceTurrble/patch-1
docs: typo in websockets example
2021-08-28 15:15:49 -06:00
Galen Rice
80a248e894
docs: typo in websockets example
`source` is not present in the example, nor is that an attribute specified in the docs for `hx-ws`.
2021-07-30 22:26:46 -04:00
David Zerrenner
302fce19f1
search example typo
Typo in the description of the search example. The target id and the url didn't match betewwn text and example.
2021-07-28 21:15:58 +02:00
1cg
7e7a7100b8
Merge pull request #560 from polyrand/patch-1
Fix broken links
2021-07-26 08:13:56 -06:00
Ricardo Ander-Egg
ddf5741dfb
Fix broken links 2021-07-26 13:14:57 +02:00
carson
5b4f6bbd58 clean up 2021-07-25 21:14:52 -06:00
carson
8fc3018aca links 2021-07-25 20:01:07 -06:00
carson
b7c2ab657c Merge remote-tracking branch 'origin/master' 2021-07-25 19:38:04 -06:00
carson
f70825a2d5 updating multiple pieces of content 2021-07-25 19:37:46 -06:00
carson
0aa372d447 pass etc through on queued requests 2021-07-21 09:10:49 -06:00
carson
79d179e6fd use more diverse elements 2021-07-15 15:09:47 -06:00
carson
654c3707ce Merge branch 'master' into dev 2021-07-15 15:08:08 -06:00
Ben Croker
8b301fe0de
Added hx-request to references 2021-07-14 17:29:41 +02:00
carson
cd59a86b2e explaining rest 2021-07-13 17:27:45 -06:00
carson
27b990aa95 explaining rest 2021-07-13 17:18:56 -06:00
carson
d249569a99 clean up 2021-07-13 11:39:50 -06:00
carson
1402694ab7 clean up 2021-07-13 11:22:53 -06:00
1cg
56741a4895
Merge pull request #549 from adamchainz/event-header-newlines
Use one-line format for Triggering-Event header
2021-07-12 16:45:42 -06:00
carson
2885149b81 update podcasts 2021-07-12 13:42:30 -06:00
carson
05a0608f52 Merge branch 'master' into dev v1.5.0 2021-07-12 13:38:37 -06:00
carson
eb20a32b2f 1.5 final release 2021-07-12 13:38:33 -06:00
carson
9f62021b50 1.5 release docs 2021-07-12 11:17:50 -06:00
carson
17d51225f9 1.5 release prep 2021-07-12 10:50:54 -06: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
5a65b6b36e restore hamburger and move nav to hyperscript 2021-07-09 06:11:16 -06:00
carson
0eeb922a1e scroll fixes 2021-07-09 06:01:56 -06:00
Adam Johnson
4f8d83ec2b Use one-line format for Triggering-Event header
Refs #517.
2021-07-09 08:50:58 +01:00
carson
e621b52867 tests and bug fixes for scrolling targets 2021-07-08 13:11:48 -06:00
carson
db64cc78df improve the scroll and show options, supporting css selector targets as well at the special window modifier for show
added a scrollBehavior option that defaults to `smooth`

fixes https://github.com/bigskysoftware/htmx/issues/456
2021-07-08 12:42:40 -06:00
carson
3dbf6dba4c bump verison and include in api 2021-07-08 10:44:57 -06:00
carson
ba33b5b381 support passing in timeout & credentials via etc 2021-07-07 09:16:35 -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
1cg
22f684350d
Merge pull request #546 from idlesign/patch-1
Docs. Add django-siteajax to server-side examples
2021-07-06 20:36:27 -06:00
Igor Starikov
4ec7e59eba
Docs. Add django-siteajax to server-side examples 2021-07-07 08:03:27 +07:00
1cg
3ba3e87709
Merge pull request #545 from paxperscientiam/add-typings
Add typings
2021-07-06 16:03:18 -06:00