38 Commits

Author SHA1 Message Date
Carson Gross
3912e3c2c2 prep 1.9.7 release 2023-11-02 15:28:53 -06:00
Thomas de Queiroz Barros
590fddaf04
Improve request/response documentation in docs.md (#1839)
* docs+reference: merge Response Headers docs

* docs+reference: merge Request Headers docs

* docs+reference: use true as strings
2023-10-03 16:06:29 -04:00
Sören Maschmann
2a34b304e1
Update docs.md (#1846)
fix: spelling mistake 'docuemnt' in swap-options
2023-10-01 19:26:58 +02:00
Carson Gross
04250d57f4 update SHA 2023-09-21 17:22:02 -06:00
Carson Gross
a5fd1b7081 make singular to make more consistent w/ other attributes 2023-09-21 16:57:28 -06:00
Carson Gross
4189eeaa0c Merge branch 'master' into dev
# Conflicts:
#	package-lock.json
#	package.json
2023-09-20 09:15:53 -06:00
Carson Gross
af0dc9c352 add hx-disabled-elts functionality 2023-09-14 13:20:46 -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
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
cff09999cf update docs and changelog 2023-08-24 13:10:05 -06:00
Carson Gross
b26ca40b0c update sha 2023-08-24 12:38:46 -06:00
Carson Gross
b3a4a5fc1a prep 1.9.5 release 2023-08-24 12:38:20 -06:00
Carson Gross
36e6a426f9 security improvement
- add the `htmx.config.allowScriptTags` option
2023-07-31 12:12:44 -06:00
Carson Gross
19cb15caef security improvements
- add the `htmx.config.selfRequestsOnly` option
- add the `htmx:validateUrl` event
- better security documentation (incomplete, need to finish CORS)
2023-07-31 11:31:42 -06:00
Carson Gross
f3a6975b8e prep 1.9.4 release 2023-07-25 13:39:48 -06:00
Viktor Szépe
0a471dc4fb
Fix typos in www/ (#1579) 2023-07-17 10:26:27 -04:00
Carson Gross
5c6805a19c slide in one change, what could go wrong? 2023-07-14 14:28:53 -06:00
Carson Gross
ec0c11c460 update sha 2023-07-14 14:16:37 -06:00
Carson Gross
2edb023f20 Merge branch 'master' into dev
# Conflicts:
#	www/content/docs.md
2023-07-14 13:52:14 -06:00
Carson Gross
05a1f8cba7 Merge remote-tracking branch 'origin/dev' into dev 2023-07-14 13:50:31 -06:00
Steve Russo
59f5073371
fix grammer and typo in Response Headers docs section (#1536) 2023-07-10 15:55:27 -06:00
Alexander Petros
febfa1c6a7
Add configs to choose between ecoding parameters in the URL or request body (#1525)
* Allow extensions to set request bodies for GET and DELETE

Even though the semantics of request bodies for GET and DELETE are
undefined, it is legal to set request bodies for them. By default, GET
and DELETE form parameters should be encoded as URLs. If, however, an
extension defines `encodeParameters`, that should override the default
and set the request bodies for GET and DELETE methods, just like it does
for all the other HTTP methods.

* Don't use URL params by default with DELETE

* Re-enable skipped DELETE test

* Remove reference to DELETE in comment

* Add "useUrlParams" to requestConfig

* Add config.methodsThatUseUrlParams

* Add methodsThatUseUrlParams config tests

* Don't switch to body params based on extension
2023-07-10 15:52:01 -06:00
Vincent
dd53ca0a75
Doc - make it clear that closest can return the element itself #1487 (#1488) 2023-06-15 11:48:32 -06:00
Denis Palashevskii
4d84af4a58
fix typo in scripting example (#1470)
Replace htmx:beforeRequest with htmx:configRequest
2023-06-07 15:00:56 -06:00
Carson Gross
ae19c18b20 Merge branch 'master' into dev
# Conflicts:
#	www/content/essays/hypermedia-on-whatever-youd-like.md
#	www/themes/htmx-theme/static/css/site.css
2023-06-03 14:20:16 -06:00
Ben Croker
f83ad9d071
Clean up inlineScriptNonce definition 2023-05-02 18:11:53 -05:00
Carson Gross
c96f01e81e bump verison + add this symbol in filter expressions 2023-05-02 14:52:54 -06:00
Carson Gross
b4efcbaa46 update sha 2023-04-28 11:43:47 -06:00
Carson Gross
6c0aa11f62 bump to 1.9.2 2023-04-28 11:28:12 -06:00
Carson Gross
99b33b5bf6 Merge remote-tracking branch 'origin/master' into dev 2023-04-26 14:33:08 -06:00
Carson Gross
bea31f6d08 update SHA 2023-04-26 12:10:19 -06:00
Benji York
a93c5dc65a
Fix link to 3rd party section (#1366)
Link was missing hash.
2023-04-25 13:07:29 -06:00
Carson Gross
a807a5f08e bump version 2023-04-20 17:13:30 -06:00
Nathaniel Sabanski
1d79c3539e
Minor: Fix broken link (404). (#1370) 2023-04-13 12:19:16 -06:00
Carson Gross
9760e32560 update SHA 2023-04-11 09:59:42 -06:00
Carson Gross
47bdec5fbc Merge branch 'gohugo' into dev
# Conflicts:
#	www/attributes/hx-target.md
#	www/content/docs.md
#	www/content/events.md
#	www/content/examples/animations.md
#	www/reference.md
#	www/static/test/index.html
2023-04-06 11:04:36 -06:00
Daniel J. Summers
f690d92834 Replace www directory 2023-03-18 11:29:38 -04:00