1659 Commits

Author SHA1 Message Date
carson
d137db68d0 Merge branch 'master' into dev
# Conflicts:
#	www/docs.md
2022-02-16 14:04:30 -07:00
carson
23008dc1ed remove console logs 2022-02-13 20:51:14 -07:00
carson
d1a0e4a1ee move to js folder 2022-02-13 20:49:09 -07:00
carson
a9d67900ed demo helper script 2022-02-13 20:44:17 -07:00
carson
e834f5041f Merge remote-tracking branch 'origin/master' 2022-02-13 10:11:37 -07:00
carson
71c43382cd small language changes 2022-02-13 10:11:31 -07:00
Mickaël A
cc074eaed2
fix(readme): typos (#815)
thank you!
2022-02-12 11:08:07 -07:00
carson
2273f13677 sponsor update !!! 2022-02-09 21:37:04 -07:00
carson
d869f80e78 fix typo 2022-02-07 06:27:59 -07:00
carson
15f59a35a5 clean up 2022-02-06 16:48:09 -07:00
carson
aa43065498 clean up 2022-02-06 16:44:49 -07:00
carson
c9e916d9e2 add hyperview 2022-02-06 14:30:36 -07:00
carson
dc93990229 lol
lmao
2022-02-06 11:00:44 -07:00
carson
c939c08b20 lol
lmao
2022-02-06 10:59:07 -07:00
carson
32a01fe42f improvement 2022-02-06 09:01:02 -07:00
carson
5ef96d38d0 improvement 2022-02-06 07:39:53 -07:00
carson
47a270b447 slight language update 2022-02-06 07:34:32 -07:00
carson
0dc7f20c46 HDA essay + essay improvements 2022-02-06 07:27:00 -07:00
carson
3c3063425e fix docs 2022-02-05 17:14:20 -07:00
carson
34bcd81c15 hx-sync docs 2022-02-05 17:13:59 -07:00
carson
71892e8338 initial release notes 2022-02-05 17:00:16 -07:00
carson
932c7d5f61 clean up this resolving for attributes 2022-02-05 17:00:01 -07:00
carson
9a071c76e8 Merge branch 'master' into dev 2022-02-05 16:31:45 -07:00
carson
b371acfdb3 rep big sky software 2022-02-04 21:48:59 -07:00
carson
aad2607425 progressive enhancement & accessibility section 2022-02-04 20:47:38 -07:00
carson
ce260beb65 enable legacy web socket usage 2022-02-04 19:37:08 -07:00
carson
baa84e7803 get old sse syntax working 2022-02-04 19:16:13 -07:00
carson
b4f554295f Merge branch 'master' into dev 2022-02-04 17:30:15 -07:00
carson
05bb5719d0 var fix 2022-02-04 17:29:49 -07:00
carson
28a569272f docs fix 2022-02-04 16:34:17 -07:00
carson
7e5f9bb92f docs fix 2022-02-04 16:22:39 -07:00
carson
051084af49 merge hx-disinherit and clean up target, etc. 2022-02-04 16:22:09 -07:00
carson
c7f4f360d1 Merge branch 'dev' into pull/753
# Conflicts:
#	src/htmx.js
2022-02-04 11:16:59 -07:00
carson
d9bf50182d Merge remote-tracking branch 'origin/dev' into dev 2022-02-04 11:14:35 -07:00
carson
d0161da3a6 Merge branch 'pull/667' into dev
# Conflicts:
#	www/reference.md
2022-02-04 11:13:59 -07:00
makasaurus
8a7228c02a
adding support for hx-trigger="restore" (#668)
* adding support for hx-trigger="restore"

* switching over to an extension + docs + tests

Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
2022-02-04 11:09:18 -07:00
Ben Pate
8ac4f651b1
Response Header HX-Push:false (#734)
* Support header HX-Push="false"

This is a tiny change that allows the `HX-Push` response header to obey "false" just like the `hx-push-url` attribute.

* Add documentation for hx-push response header
2022-02-04 11:06:54 -07:00
Ben Beecher
9ec6ffa930
Adding swap argument for ajax calls (#769)
* Adding swap argument for ajax calls

* Adding documentation

* Removing ;'s
2022-02-04 11:01:51 -07:00
carson
f772a4061f update some docs 2022-02-04 11:00:24 -07:00
carson
82016a7ba5 Merge remote-tracking branch 'origin/master' into dev 2022-02-04 10:55:52 -07:00
Ron
5bc71beafd
Added webpack installation to docs (#775)
Co-authored-by: Ronny Vedrilla <ronny.vedrilla@ambient-innovation.com>
2022-02-04 10:54:42 -07:00
Adam McKay
fd7009dccd
Update docs for OOB swaps in top level (#783) 2022-02-04 10:54:04 -07:00
Adam Johnson
4c0157432a
Use gzip level 9 compression (#788)
Level 9 is more compressed, and faster to decompress.

Before:

```
$ wc -c dist/htmx.min.js.gz
11615 dist/htmx.min.js.gz
```

After:

```
$ wc -c dist/htmx.min.js.gz
11596 dist/htmx.min.js.gz
```

Cor blimey, that's 19 bytes saved!
2022-02-04 10:53:44 -07:00
Adam Johnson
defbb40bd7
Document required node version (#789)
After trying to set up the project, I found that Node 16 is incompatible with the pinned version of node-sass, and node 15 must be used. This PR documents the requirement - perhaps an upgrade to Node 16 can be done after.
2022-02-04 10:53:13 -07:00
Len Boyette
0ea321ea58
succesful => successful in events.md (#794) 2022-02-04 10:52:48 -07:00
Len Boyette
470a721037
succesful => successful in reference.md (#795) 2022-02-04 10:52:37 -07:00
Bo
43becfb144
Allow execusion of scripts of type module (#797) 2022-02-04 10:52:18 -07:00
carson
bc8eef16ef Merge remote-tracking branch 'origin/master' into dev
# Conflicts:
#	www/attributes/hx-preserve.md
2022-02-04 10:51:54 -07:00
Adam Johnson
4b572b8e3d
Clarify hx-preserve docs (#798)
I mistakenly thought that I could mark a (third party) node with `hx-preserve` and it would be carried onto the next page, but this is not the case. This makes sense. I’ve tried to improve the documentation to reflect this, and make the behaviour clearer in general.
2022-02-04 10:51:05 -07:00
carson
6c103b150e fix https://github.com/bigskysoftware/htmx/issues/792
include the current element as the target
2022-02-04 10:49:52 -07:00