Nico Ekkart
af50cde104
docs: aria-selected true in Tabs HATEOS example ( #2404 )
...
The `aria-selected` attribute should be set to true in the first tab for consistency with the class `selected` being set.
2024-04-25 12:34:38 -04:00
noman
998bd7cd4c
fix(docs): Add missing apostrophes ( #2405 )
...
Add apostrophes
2024-04-25 12:34:15 -04:00
Andrej Ota
c073aa7746
Fix a trivial typo in CONTRIBUTING.md. ( #2436 )
2024-04-25 12:33:46 -04:00
rafkub
cc9d3f063c
Update confirm.md ( #2443 )
...
Fix typo - repeated "and the"
2024-04-25 12:33:28 -04:00
rafkub
ce5bb337aa
Update hx-indicator.md ( #2444 )
...
Fix typo: "add this the" -> "add this to the"
2024-04-25 12:33:14 -04:00
André Schreck
5c24e42e46
use same ID throughout the example ( #2471 )
2024-04-25 12:32:55 -04:00
Vincent
f0bd28b438
Remove Node 15 requirement mention from README ( #2494 )
2024-04-25 12:32:34 -04:00
Goksan
577c651871
Add Statusnook to the webring ( #2506 )
2024-04-25 12:32:15 -04:00
srcerer
3d7ecfb8d8
Update podcasts.csv ( #2500 )
...
Add The Collab Lab
2024-04-25 12:31:58 -04:00
Carson Gross
b991f20c3a
make hx-on respect the hx-disable attribute
2024-04-25 09:49:50 -06:00
Carson Gross
3d099e7b1d
update
2024-04-23 14:42:32 -06:00
Carson Gross
db86fa981b
fix site
2024-04-19 16:43:38 -06:00
Carson Gross
74744ac337
prep for 2.0.0-beta3 release
v2.0.0-beta3
2024-04-17 11:04:49 -06:00
Carson Gross
6bff809c13
Merge branch 'master' into dev
2024-04-17 10:58:46 -06:00
Carson Gross
adfd2c8bc8
fix sha for unminified version
2024-04-17 10:58:31 -06:00
Carson Gross
e90876fbd8
Merge branch 'master' into dev
...
# Conflicts:
# dist/htmx.js
# dist/htmx.min.js
# dist/htmx.min.js.gz
# package.json
# src/htmx.js
# www/content/extensions/_index.md
# www/content/extensions/ajax-header.md
# www/content/extensions/alpine-morph.md
# www/content/extensions/class-tools.md
# www/content/extensions/client-side-templates.md
# www/content/extensions/debug.md
# www/content/extensions/disable-element.md
# www/content/extensions/event-header.md
# www/content/extensions/head-support.md
# www/content/extensions/include-vals.md
# www/content/extensions/json-enc.md
# www/content/extensions/loading-states.md
# www/content/extensions/method-override.md
# www/content/extensions/morphdom-swap.md
# www/content/extensions/multi-swap.md
# www/content/extensions/path-deps.md
# www/content/extensions/path-params.md
# www/content/extensions/preload.md
# www/content/extensions/remove-me.md
# www/content/extensions/response-targets.md
# www/content/extensions/restored.md
# www/content/extensions/server-sent-events.md
# www/content/extensions/web-sockets.md
# www/static/src/htmx.js
# www/static/test/core/ajax.js
# www/static/test/core/regressions.js
# www/themes/htmx-theme/static/js/htmx.js
2024-04-17 10:56:31 -06:00
Carson Gross
7a6dd3f38a
Merge remote-tracking branch 'origin/master'
2024-04-17 10:55:17 -06:00
Carson Gross
f38e07d4be
prep v1.9.12
v1.9.12
2024-04-17 10:54:49 -06:00
Carson Gross
7dd6cd7224
prep v1.9.12
2024-04-17 10:48:55 -06:00
Vincent
54381a2bf7
Fix #2317 force conversion to FormData for xhr.send ( #2481 )
...
Couldn't get the proxy object to work properly with XMLHTTPRequest's send method.
Even though calls are being forwarded to its underlying FormData through the proxy, the request won't set its type to multipart/form-data when appropriate and instead send a text/plain request
2024-04-17 05:53:07 -06:00
Carson Gross
2be7054525
lint
2024-04-17 05:45:40 -06:00
Carson Gross
01cb5e0d8d
support hx-on in shadowroot
2024-04-17 05:25:28 -06:00
Carson Gross
81afe922d7
Merge branch 'master' into dev
...
# Conflicts:
# www/content/extensions/client-side-templates.md
2024-04-16 14:40:31 -06:00
Denis Palashevskii
8e26d12c33
Add reference to unminified CDN distribution to the docs ( #2460 )
...
fix #2457
2024-04-03 14:59:07 -06:00
Carson Gross
c247cae9bf
Merge remote-tracking branch 'origin/master'
2024-03-27 09:38:13 -06:00
Carson Gross
b0ffe98011
sponsor update
2024-03-27 09:38:02 -06:00
Carson Gross
45dd5f168d
move all references to extensions over to the new site/repo
2024-03-26 16:37:26 -06:00
Carson Gross
30a9941b61
clean our references to extensions, link to the new extensions website
2024-03-26 16:00:15 -06:00
Carson Gross
6da79f2e32
restore htmx 1.x extensions for CDN compatibility
2024-03-26 15:58:10 -06:00
Carson Gross
0aed416dd6
Merge remote-tracking branch 'origin/dev' into dev
2024-03-26 15:56:50 -06:00
Carson Gross
ab4e9deabc
remove manual tests for extensions
2024-03-26 15:56:40 -06:00
Alexander Petros
2f0de8bdbe
Switch to default export for htmx 2 ( #2428 )
2024-03-24 16:11:45 -06:00
Carson Gross
cd4e6c62cf
clean up bad IE references
2024-03-24 14:39:19 -06:00
airblast
075ec3afdb
Fix example for mustache in client-side-templates extension. ( #2409 )
...
* Fix incorrect key name in template.
* Remove unnecessary escapes from docs.
2024-03-23 11:46:57 -04:00
Pi-Cla
0b29664545
Link to section on CSS Transitions instead of Mozilla page ( #2413 )
2024-03-23 11:46:28 -04:00
Carson Gross
04802e0397
fix deploy
2024-03-22 12:13:33 -06:00
Carson Gross
d92f165923
lint
2024-03-21 17:35:17 -06:00
Carson Gross
72666d0b4a
remove base URL
2024-03-21 17:28:59 -06:00
Carson Gross
038e1a78f0
Merge branch 'v2.0v2.0' into dev
...
# Conflicts:
# dist/htmx.js
# dist/htmx.min.js
# dist/htmx.min.js.gz
# src/htmx.js
# test/core/ajax.js
# test/core/regressions.js
# www/static/src/htmx.js
# www/themes/htmx-theme/static/js/htmx.js
2024-03-21 17:28:09 -06:00
Carson Gross
e3811cf744
set root
2024-03-21 17:01:40 -06:00
Vincent
e64238dba3
Fix IE11 incompatibilities ( #2408 )
2024-03-21 16:06:44 -06:00
Carson Gross
bf69273701
beta2
v2.0.0-beta2
2024-03-21 16:02:23 -06:00
Denis Palashevskii
3c8bcf55e0
Ws fix hx vals number handling ( #2418 )
...
return JS object from `getExpressionVars`
2024-03-21 15:58:09 -06:00
Carson Gross
cb96f08442
remove extensions from 2.0
2024-03-21 15:43:34 -06:00
Carson Gross
ddb7597629
add warning if people aren't using the correct version of extensions
2024-03-21 15:41:17 -06:00
eduardolat
c43d48163f
Add documentation for multiple CSS selectors in hx-disabled-elt ( #2421 )
...
This update clarifies the hx-disabled-elt attribute's ability to accept multiple CSS selectors, separated by commas, enabling developers to disable multiple elements simultaneously during an HTTP request.
2024-03-21 15:25:49 -06:00
Godefroid Chapelle
8318d9af67
Fix date in CHANGELOG.md ( #2419 )
2024-03-21 15:25:26 -06:00
Carson Gross
dc1c0fad1a
fix link
2024-03-15 09:20:10 -06:00
Carson Gross
d1c6d99d5d
update release page
2024-03-15 09:06:34 -06:00
Carson Gross
9b1e9bc336
update sha
v1.9.11
2024-03-15 08:53:37 -06:00