3253 Commits

Author SHA1 Message Date
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
Carson Gross
f353023b01 fix previous firefox double exec fix fml 2024-03-14 20:33:20 -06:00
Carson Gross
ea3beb6f45 firefox double exec fix fml 2024-03-14 19:41:57 -06:00
Carson Gross
3205e652ee make install URLs versioned for extensions 2024-03-14 16:53:41 -06:00
Carson Gross
28c9d18646 add back in 1.x extensions in /dist v2.0.0-beta1 2024-03-14 16:49:54 -06:00
Carson Gross
5d449e35f6 more upgrade doc information 2024-03-14 09:13:43 -06:00
Carson Gross
2bab9f4160 Merge branch 'dev' into v2.0v2.0
# Conflicts:
#	dist/ext/sse.js
#	dist/ext/ws.js
#	dist/htmx.d.ts
#	dist/htmx.js
#	dist/htmx.min.js
#	dist/htmx.min.js.gz
#	package.json
#	src/ext/sse.js
#	src/htmx.d.ts
#	src/htmx.js
#	test/attributes/hx-sse.js
#	test/core/regressions.js
#	test/ext/sse.js
#	www/static/src/ext/sse.js
#	www/static/src/htmx.d.ts
#	www/static/src/htmx.js
#	www/static/test/attributes/hx-sse.js
#	www/static/test/core/regressions.js
#	www/static/test/ext/sse.js
#	www/themes/htmx-theme/static/js/htmx.js
2024-03-14 09:11:36 -06:00
Carson Gross
9a8e57a8e9 update CHANGELOG.md 2024-03-13 18:41:08 -06:00
Carson Gross
1754d8cae2 prep for 1.9.11 release 2024-03-13 18:36:01 -06:00
Carson Gross
9849dd23fe Merge remote-tracking branch 'origin/dev' into dev 2024-03-13 18:34:21 -06:00
Denis Palashevskii
263c37e85c
WS.js fix for Safari on iOS 17.4 (#2391)
* ws.js: use event.detail.elt as fallback value for event.target

Implemented after Safari on iOS 17.4 broke event.target for custom events.
Reported in https://discord.com/channels/725789699527933952/1216185723229704222

* also fix sse.js

#2388
2024-03-13 18:34:13 -06:00
Carson Gross
11799bca6c prep for 1.9.11 release 2024-03-13 18:31:46 -06:00
Carson Gross
ef791c51eb fix double script execution issue when using template parsing 2024-03-13 18:11:58 -06:00
Carson Gross
83e939a370 Merge remote-tracking branch 'origin/dev' into dev 2024-03-13 17:24:17 -06:00
Vincent
e780175736
Double script exec tests variants using templates: issue confirmed (#2365) 2024-03-13 17:24:02 -06:00
Carson Gross
e3330db4a3 prep beta1 2024-03-13 16:00:27 -06:00
Carson Gross
a5fd150644 Merge branch 'v2.0v2.0' of github.com:bigskysoftware/htmx into v2.0v2.0 2024-03-13 15:44:50 -06:00
Carson Gross
f1c3dc7cdc Merge branch 'master' into v2.0v2.0
# Conflicts:
#	www/content/docs.md
2024-03-13 15:43:02 -06:00
Carson Gross
6f4bcfb1bb Merge branch 'master' into dev 2024-03-13 15:41:36 -06:00
Nathan Sarang-Walters
76dec87613
Fix TypeScript types (#2261) 2024-03-12 12:28:11 -04:00
Joe Taber
520502121e
Add config option to ignore nested oob-swaps instead of processing them (#1235)
* Add config option to ignore nested oob swaps

* Fix oobElement root check

* Save config between tests; repeat some tests with different configs

* Add tests for oob-swaps in html, body tags

* Don't unnecessarily change const to var
2024-03-11 12:32:30 -04:00
srcerer
1e4b99de59
Update podcasts.csv (#2380)
Backend Banter
Syntax
PodRocket v2
2024-03-09 13:02:45 -05:00
Carson Gross
f7b281fd7d Merge remote-tracking branch 'origin/master' 2024-03-08 11:54:15 -07:00
Carson Gross
00485b282b update llc.org 2024-03-08 11:54:04 -07:00