carson
e73753177e
fix css
2022-02-04 10:42:23 -07:00
carson
9cc0da4244
document hx-preserve limitations
2022-02-04 10:42:11 -07:00
carson
f524901d5e
Merge branch 'hx-sync-implementation' into dev
2022-01-25 08:06:34 -07:00
carson
ebd663a0ac
Merge branch 'master' into dev
2022-01-25 08:06:01 -07:00
carson
f1cef92e52
Merge remote-tracking branch 'origin/master'
2022-01-20 08:25:34 -07:00
carson
1964c4373c
improve demo
2022-01-20 08:25:27 -07:00
carson
cd6d2b78e2
convert objects to JSON representation
...
fixes https://github.com/bigskysoftware/htmx/issues/772
2022-01-18 20:21:26 -07:00
pierrealixt
8cf3397e8e
Fixed typo in bulk update example ( #773 )
2022-01-18 20:20:39 -07:00
carson
b1b87bdf37
Merge branch 'master' into dev
...
# Conflicts:
# src/htmx.d.ts
2022-01-17 15:02:18 -07:00
carson
468297b2e6
Merge remote-tracking branch 'origin/master'
2022-01-17 15:00:29 -07:00
carson
133ce4e7c2
oops
2022-01-17 15:00:23 -07:00
carson
0fc68ac76f
Merge remote-tracking branch 'origin/hx-sync-implementation' into hx-sync-implementation
2022-01-17 13:11:29 -07:00
carson
e6751be2ee
first pass at hx-sync
attribute
2022-01-17 13:11:09 -07:00
carson
8ae63d96b6
add alt attributes to images
...
fixes https://github.com/bigskysoftware/htmx/issues/742
2022-01-17 13:10:32 -07:00
Philipp Katz
fdcf35c5d0
Fix and extend TypeScript definitions ( #696 )
...
* This solves the mystery of the missing types file re npm package
* Fix and improve the typings based on API docs
* hook functions into default import
* add API as extracted from the API docs
* add tests based on examples
* Fix docs
Co-authored-by: Chris <7539871+paxperscientiam@users.noreply.github.com>
2022-01-17 10:58:56 -07:00
1cg
2ab84352b8
Merge pull request #771 from pkel/master
...
fix content-type header for urlencoded form data
2022-01-17 10:51:33 -07:00
carson
0a0f6b6bab
Merge branch 'master' into dev
2022-01-17 10:50:14 -07:00
carson
53f174d5a4
add alt attributes to images
...
fixes https://github.com/bigskysoftware/htmx/issues/742
2022-01-17 10:49:49 -07:00
carson
2707016f01
support this
in hx-include and hx-indicator
...
fixes
https://github.com/bigskysoftware/htmx/issues/757
https://github.com/bigskysoftware/htmx/issues/767
2022-01-17 10:45:59 -07:00
carson
e98d817805
fix typo
2022-01-16 17:40:36 -07:00
Patrik Keller
c5b66dd221
fix content-type header for urlencoded form data
...
This commit changes the content-type header for urlencoded form data
(hx-post) as proposed in #74 and #717 .
2022-01-16 20:26:09 +01:00
carson
4f2c3a53c1
Merge branch 'master' into dev
2022-01-16 10:41:32 -07:00
carson
ede73a498b
add link to migration guide (finally!)
...
fixes https://github.com/bigskysoftware/htmx/issues/747
2022-01-16 10:40:42 -07:00
carson
1e73121543
fix typo
2022-01-15 17:04:39 -07:00
carson
63dbc9cd63
Merge remote-tracking branch 'origin/master'
2022-01-15 15:05:41 -07:00
carson
ad174cf02c
add mutually exclusive row edit example
2022-01-15 15:04:55 -07:00
carson
c9e758f7ec
add regression for https://github.com/bigskysoftware/htmx/issues/768
2022-01-14 15:26:02 -07:00
carson
851ec5d5ab
fix swap logic
2022-01-14 12:55:45 -07:00
carson
636fd1b902
fix tests + add test for https://github.com/bigskysoftware/htmx/pull/214
2022-01-14 12:54:28 -07:00
carson
fff0d9d7c7
Merge remote-tracking branch 'origin/master' into dev
2022-01-14 11:39:33 -07:00
carson
ab9117f432
Merge remote-tracking branch 'origin/dev' into dev
2022-01-14 11:39:12 -07:00
1cg
5f1a600048
Merge pull request #214 from clickfwd/dev
...
Fixed defaultSwapStyle not used for extension’s handleSwap fallback
2022-01-14 11:39:06 -07:00
1cg
4581db3ab8
Merge pull request #644 from traherom/dev
...
Allow inline scripts to have a nonce added
2022-01-14 11:31:00 -07:00
1cg
8f55dd1009
Merge pull request #646 from ajusa/patch-1
...
Add delete option for hx-swap
2022-01-14 11:29:28 -07:00
1cg
f69d711491
Merge pull request #659 from Krolken/better-active-search
...
Improve Active Search Example
2022-01-14 11:28:48 -07:00
1cg
9b4886236e
Merge pull request #688 from ajusa/patch-2
...
Fix main websockets example attribute in docs
2022-01-14 11:20:50 -07:00
1cg
dcf64f0009
Merge pull request #691 from hirasso/hotfix/update-docs
...
Update info about `config.defaultSettleDelay`
2022-01-14 11:20:21 -07:00
1cg
154b240b20
Merge pull request #720 from gotcha/setupci
...
Setup CI
2022-01-14 11:17:39 -07:00
1cg
d1c5ff54fa
Merge pull request #727 from waldyrious/patch-1
...
www/extensions/path-deps: rm extra punctuation
2022-01-14 11:16:23 -07:00
1cg
f262e7a276
Merge pull request #736 from ralfzosel/doc-fixes
...
Fix minor typo in Docu
2022-01-14 11:15:01 -07:00
1cg
92fe46e845
Merge pull request #737 from timotk/master
...
Fix typo in progress bar example
2022-01-14 11:14:43 -07:00
1cg
a54f9c06c5
Merge pull request #740 from Neamar/patch-1
...
Update a-response-to-rich-harris.md
thank you!
2022-01-14 11:14:27 -07:00
1cg
6af8094e36
Merge branch 'master' into patch-1
2022-01-14 11:14:14 -07:00
1cg
c2980e5c13
Merge pull request #741 from gmso/master
...
Change active search example to be case insensitive
yep, docs fixes can go against master
thank you!
2022-01-14 11:12:47 -07:00
1cg
bfacab1338
Merge pull request #759 from arcanemachine/patch-1
...
add instructions for using `htmx.ajax()` with a callback
2022-01-14 10:57:19 -07:00
1cg
9bf40e831f
Merge pull request #765 from lllama/patch-1
...
Updated link for .Net Rocks
thank you!
2022-01-14 09:58:36 -07:00
Felix Ingram
c943d193a3
Updated link for .Net Rocks
...
Paying my 7b toll
2022-01-14 07:11:55 +00:00
carson
eb74e39912
Merge branch 'master' into dev
...
# Conflicts:
# www/attributes/hx-swap-oob.md
# www/essays/a-response-to-rich-harris.md
# www/img/js-devs-be-thinking.png
2022-01-12 23:19:10 -07:00
arcanemachine
6132770a8f
add instructions for using htmx.ajax()
with a callback
...
Added some info about how `htmx.ajax()` returns a Promise, which can be paired with a callback to execute code after the content has been inserted into the DOM.
2022-01-11 03:38:41 -07:00
carson
c2cb238184
improve formatting
2021-12-30 08:05:08 -07:00