160 Commits

Author SHA1 Message Date
Marcos Pereira
ab458e7143
feat: Add inlineSlyeNonce configuration (#2542) 2024-05-15 12:06:40 -06:00
lookbusy1344
f9591c9790
More explicit explanation of htmx.config.getCacheBusterParam (#2376)
* More explicit explanation of htmx.config.getCacheBusterParam

* Small formatting fixes
2024-04-25 12:36:50 -04:00
noman
998bd7cd4c
fix(docs): Add missing apostrophes (#2405)
Add apostrophes
2024-04-25 12:34:15 -04:00
Carson Gross
74744ac337 prep for 2.0.0-beta3 release 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 2024-04-17 10:54:49 -06:00
Carson Gross
7dd6cd7224 prep v1.9.12 2024-04-17 10:48:55 -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
45dd5f168d move all references to extensions over to the new site/repo 2024-03-26 16:37:26 -06: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
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
9b1e9bc336 update sha 2024-03-15 08:53:37 -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
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
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
Carson Gross
00485b282b update llc.org 2024-03-08 11:54:04 -07:00
Carson Gross
9431183cf1 port back double exec tests from 2.x to ensure its not an issue in 1.x, bump version 2024-03-01 15:50:21 -07:00
Ben Croker
aaf634fb1c
Sync configuration options from reference (#2310)
Sync configuration from reference
2024-02-19 10:00:58 -05:00
Nathaniel Sabanski
3fe5802554
Docs: Less wordy client scripting introduction. (#2307) 2024-02-15 12:27:02 -05:00
Carson Gross
c16758a198 alpha2 2024-02-09 11:13:47 -07:00
Carson Gross
c00c1c52bd rejigger docs 2024-01-25 10:24:29 -07:00
Alexander Petros
7b3b5f1f5b Fix typo 2024-01-25 11:15:35 -05:00
Alexander Petros
9bf2095886 Refactor out htmx 1.x migration guide to its own page 2024-01-25 11:14:30 -05:00
Carson Gross
3fa7df1d23 Merge branch 'dev' into v2.0v2.0
# Conflicts:
#	dist/ext/sse.js
#	dist/htmx.d.ts
#	dist/htmx.js
#	dist/htmx.min.js
#	dist/htmx.min.js.gz
#	src/htmx.js
#	test/core/parameters.js
#	www/content/docs.md
2024-01-15 14:26:50 -07:00
Fan Fei
1195102fc9
Update docs.md (#2155)
fixed an example mistke
2024-01-10 11:01:04 -05:00
Carson Gross
894b4dd3e8 nuke hyperscript (for the most part) 2024-01-09 11:23:15 -07:00
Carson Gross
bb069eae09 fix the site 2024-01-08 14:01:03 -07:00
Carson Gross
8b59cb9383 docs + config of head handling 2024-01-05 13:11:30 -07:00
Moussa Haidous
145627a579
typo: dahs -> dash (#2142) 2024-01-01 23:39:05 -05:00
Carson Gross
f685b57332 docs update 2023-12-27 14:56:09 -07:00
Carson Gross
ff96b78e77 move to template parsing by default (prep for head support) 2023-12-27 14:42:14 -07:00
Carson Gross
90096a6869 add some docs 2023-12-24 16:24:07 -07:00
Carson Gross
adbdc71c81 add another test for inheritance disabling 2023-12-24 15:06:11 -07:00
Carson Gross
42668c6df7 Merge branch 'v2.0v2.0' into disable-inheritance
# Conflicts:
#	src/htmx.js
#	www/content/docs.md
2023-12-24 14:55:11 -07:00
Carson Gross
8966f1d01d clarify morphing docs 2023-12-22 10:25:40 -07:00
Carson Gross
51baa6bb31 fix broken link 2023-12-21 18:35:46 -07:00
Carson Gross
b1e15c08cc more release prep 2023-12-21 17:37:15 -07:00
Carson Gross
66599ef887 Merge branch 'master' into dev
# Conflicts:
#	www/content/docs.md
2023-12-21 17:28:58 -07:00
Vincent
67cfbcf6bc update docs on oob swaps 2023-12-21 12:52:57 -07:00
Vincent
afb36ac6e6 Removed outdated note in oob swap documentation (#2119)
(cherry picked from commit 0b7a68e352bbbd54e22bf7f9e4301959cad2de99)
2023-12-21 12:45:41 -07:00
Vincent
0b7a68e352
Removed outdated note in oob swap documentation (#2119) 2023-12-21 10:33:47 -05:00
Carson Gross
0eb8190342 Merge branch 'dev' into v2.0v2.0 2023-12-14 14:34:29 -07:00
Vincent
4057f9c465
Trigger specs cache indentation fix + documentation & tests (#2094)
* Fix parseAndCacheTrigger indentation as discussed in #1540

https://github.com/bigskysoftware/htmx/pull/1540#issuecomment-1834651800

* Trigger specs cache documentation + tests
2023-12-14 11:44:11 -07:00
Carson Gross
291cc1ee7d docs for inheritance disabling 2023-12-13 17:27:55 -07:00