phpfan72
3540283347
Add hx-target-error attribute to response-targets extension ( #1929 )
...
* Update response-targets.js
Add hx-target-error logic
* Update response-targets.md
add documentation and fix typo
2023-10-31 16:24:43 -06:00
matiboy
712ee759f1
Fix confirmed
being ignored in htmx:confirm event ( #1610 )
...
* Current behavior testing
Testing current library behavior
* Test should remove correct handler
* Add question in htmx:confirm event detail
* Allow skipping window.confirm
* Additional test without hx-confirm value
* Wrap htmx.off in finally
* More correct assertion in case of no calls to confirm
* Remove erroneously added formatting
* Remove erroneously added formatting
* Documentation, fix loop
---------
Co-authored-by: mat <matt@techspace.asia>
2023-10-26 14:43:41 -06:00
Vincent
7274454360
[New feature] selector-less next and previous targets ( #1478 )
...
* nextElementSibling and previousElementSibling target selectors
* Renamed nextElementSibling => next, previousElementSibling => previous
2023-10-06 22:25:03 -06:00
Sascha Woo
4f63581c55
Add new event htmx:beforeHistoryUpdate ( #1573 )
...
* Add missing documentation for htmx:replacedInHistory
* Add new event htmx:beforeHistoryUpdate
2023-10-06 22:22:44 -06:00
Carson Gross
04250d57f4
update SHA
2023-09-21 17:22:02 -06:00
Carson Gross
618a888087
release docs
2023-09-21 17:21:00 -06:00
Carson Gross
baf80aed77
remove disable-element extension from the main docs
2023-09-21 16:59:52 -06:00
Carson Gross
a5fd1b7081
make singular to make more consistent w/ other attributes
2023-09-21 16:57:28 -06:00
Carson Gross
aa7ae144b5
Merge branch 'master' into dev
2023-09-21 15:48:07 -06:00
Carson Gross
d2a15ff13f
Merge remote-tracking branch 'origin/dev' into dev
2023-09-21 15:47:59 -06:00
Carson Gross
aaee264565
clean up
2023-09-21 12:58:32 -06:00
Carson Gross
6aeca44243
clean up
2023-09-21 12:57:20 -06:00
Carson Gross
ffd4406e30
clean up
2023-09-21 12:56:18 -06:00
Carson Gross
709cfbf9bd
clean up
2023-09-21 12:53:40 -06:00
Carson Gross
6e37e981c6
clean up
2023-09-21 12:49:22 -06:00
Carson Gross
73bfbb57b2
clean up
2023-09-21 12:46:41 -06:00
Carson Gross
9c012f0848
clean up
2023-09-21 10:41:12 -06:00
Carson Gross
4534fd1592
standardize language
2023-09-21 10:31:35 -06:00
Carson Gross
9759f63e15
fix link
2023-09-21 10:29:53 -06:00
Carson Gross
87c34ddd40
add essay
2023-09-21 10:27:39 -06:00
Carson Gross
3e9cb68428
fix date
2023-09-21 10:21:13 -06:00
Carson Gross
c44a719eb8
fix date
2023-09-20 20:35:20 -06:00
Carson Gross
13904341ad
fix date
2023-09-20 15:33:00 -06:00
Carson Gross
16018128d9
cleanup
2023-09-20 10:24:24 -06:00
Carson Gross
cf1ed19a8c
add another stat
2023-09-20 10:22:49 -06:00
Carson Gross
46fe147c49
another react to htmx port
2023-09-20 10:21:03 -06:00
Carson Gross
4189eeaa0c
Merge branch 'master' into dev
...
# Conflicts:
# package-lock.json
# package.json
2023-09-20 09:15:53 -06:00
vsyaco
8e4f69a1d3
[Documentation] Small typo fix in modal-bootstrap.md response example ( #1804 )
...
Documentation: fixing small typo in modal-bootstrap.md
2023-09-19 16:40:05 -04:00
Jyri-Matti Lähteenmäki
048f98c87b
Extend client-side-templates to handle XSLT transformations ( #1210 )
...
extend client-side-templates to handle XSLT transformations
2023-09-19 11:08:11 -05:00
gbourant
66023f21f9
Fix typo in HX-Refresh documentation ( #1798 )
2023-09-18 09:08:55 +01:00
Carson Gross
af0dc9c352
add hx-disabled-elts
functionality
2023-09-14 13:20:46 -06:00
Sascha Woo
f15795e79c
Allow hx-swap options to be used without specifying modifier (innerHTML remains the default) ( #1455 )
...
* hx-swap: make swap style optional
* hx-swap: log an error when an unknown option or modifier is used
2023-09-14 10:57:30 -06:00
Ari
6e93780d8d
Allow disable-element extension to disable multiple elements ( #1650 )
...
* Update disable-element extension
Allow multiple elements to be selected in the query
* Remove unnecessary comments
https://github.com/bigskysoftware/htmx/pull/1650#discussion_r1278773982
* Change tab indentations to spaces
2023-09-14 10:47:21 -06:00
Dave Ashby
e3a68c5e1b
Add support for array templates to the client-side templates extension ( #1776 )
...
Fix client-side template support for arrays (non-breaking)
Co-authored-by: Dave Ashby <david.h.ashby.ctr@nga.mil>
2023-09-14 10:41:32 -06:00
John Ritsema
3845e0f92e
adds another htmx/go example ( #1789 )
2023-09-12 13:15:19 -04:00
Ben Croker
7924e76daf
Add allowScriptTags
to docs ( #1770 )
...
Add `allowScriptTags`
2023-09-07 19:31:15 -04:00
Vincent
8fa43b1293
[Doc] Fix missing beforeCleanupElement event in doc ( #1762 )
...
Fix missing beforeCleanupElement event in doc
2023-09-04 19:12:00 -04:00
1cg
05d53f4556
Update webring.md ( #1758 )
2023-09-02 13:04:21 -06:00
gbourant
4af437a4e1
Add example of how to structure binary-data forms without data loss ( #1670 )
...
* prevent binary data loss by restructuring forms.
* Update www/content/docs.md
Co-authored-by: Denis Palashevskii <20725046+Renerick@users.noreply.github.com>
* moved the example to example directory
* Updated documentation based on feedback
---------
Co-authored-by: gbourant <root@gbourant.com>
Co-authored-by: Denis Palashevskii <20725046+Renerick@users.noreply.github.com>
2023-09-01 14:42:14 -04:00
Carson Gross
4fddc8583b
add TurboScribe to webring
2023-08-31 12:19:26 -06:00
Carson Gross
c230931d42
support ability to ignore new title
tags via config, event and hx-swap
2023-08-31 10:54:47 -06:00
Carson Gross
ff20f880ee
bump for next version
2023-08-31 09:54:39 -06:00
Carson Gross
eecc96c44e
futzing
2023-08-30 22:32:14 -06:00
Carson Gross
220354d103
futzing
2023-08-30 11:39:37 -06:00
Carson Gross
4add72fa3c
futzing
2023-08-30 11:28:07 -06:00
Carson Gross
3ccd590959
futzing
2023-08-30 10:59:12 -06:00
Carson Gross
4a89c32832
futzing
2023-08-30 10:38:42 -06:00
Carson Gross
8c0a91a17d
futzing
2023-08-30 09:18:13 -06:00
Carson Gross
d443f86db6
Merge remote-tracking branch 'origin/master'
2023-08-30 07:22:19 -06:00
Carson Gross
5aa82baf0e
webring + remove graph
2023-08-30 07:22:09 -06:00