2727 Commits

Author SHA1 Message Date
Carson Gross
b32925937c Merge branch 'master' into v2.0v2.0 2024-01-23 12:49:02 -07:00
Carson Gross
1023193b01 fix script tag double execution 2024-01-23 12:48:39 -07:00
Carson Gross
0a2c375970 Merge remote-tracking branch 'origin/v2.0v2.0' into v2.0v2.0 2024-01-23 12:16:08 -07:00
Vincent
b9322450ff
Migrate to FormData (#2226)
* use form data instead of plain objects [wip]

* FomData fixes + some JSDoc. TODO prevent multiple inclusions

* Linted code

* Prevent double value inclusions

---------

Co-authored-by: Deniz Akşimşek <deniz@denizaksimsek.com>
2024-01-23 12:15:18 -07:00
Carson Gross
22451e1bd2 Merge remote-tracking branch 'origin/master' 2024-01-22 17:58:37 -07:00
Carson Gross
bf8cf84a34 add sponsor 2024-01-22 17:58:29 -07:00
Andrew Hunt
f456a7e1c0
Remove extraneous to from essay (is-htmx-another-javascript-framework.md) (#2182)
Remove extraneous `to` from essay

Co-authored-by: Andrew Hunt <ahunt@codelogic.com>
2024-01-21 19:34:18 -05:00
MikeMoolenaar
94ca5f5a36
Clarify hx-validate documentation (#2221) 2024-01-21 19:33:36 -05:00
Ali Afsharzadeh
f37191063c
chore: upgrade actions to v4 (#2211) 2024-01-21 19:15:52 -05:00
Carson Gross
1499786cd0 Merge remote-tracking branch 'origin/master' 2024-01-21 07:58:06 -07:00
Carson Gross
3ed0561f59 update complexity essay 2024-01-21 07:58:00 -07:00
Denis Palashevskii
7fe27dd275
Refactor and expose swap in public API (#2191)
* refactor and expose swapping as a single method

* fixes after rebasing on latest 2.0

* fix optional parameters for swapping

* add `fullSwap` to internal API

* swap refactor polishing

* make linter happy
2024-01-19 16:31:34 -07:00
Yann Salaün
5aa0ec7e27
Fix typos in mvc.md (#2208) 2024-01-19 16:30:37 -07:00
Alexander Petros
4af2f75ae1 Run linter with 'npm run test' 2024-01-18 10:22:15 -05:00
Alexander Petros
5ea7767c1d Run formatter on source 2024-01-18 10:21:34 -05:00
Alexander Petros
0e67ac8081 Format tests 2024-01-18 10:20:34 -05:00
Carson Gross
bedee21932 Merge remote-tracking branch 'origin/master' 2024-01-17 12:19:33 -07:00
Carson Gross
5d9c265eb4 mvc 2024-01-17 12:19:25 -07:00
Hawk Ticehurst
c44101e2cb
[Website]: Fix demo-server-info panel rendering issue (#2188)
Add z-index to demo server info panel so it is rendered above example page content
2024-01-17 12:45:23 -05:00
Hawk Ticehurst
125fc79d47
[Website]: Fix cut off list items in demo-server-info panel (#2190)
Fix cut off list items in demo-server-info panel
2024-01-17 12:44:11 -05:00
Carson Gross
3da8cfbe10 mvc 2024-01-17 10:00:45 -07:00
Carson Gross
0d8907e4b5 mvc 2024-01-16 21:03:51 -07:00
Carson Gross
01fc9cd3d8 mvc 2024-01-16 21:01:28 -07:00
Carson Gross
dddf15f1ad mvc 2024-01-16 20:42:41 -07:00
Carson Gross
6a5e839eca mvc 2024-01-16 20:35:36 -07:00
Carson Gross
f2267f302a mvc 2024-01-16 18:21:33 -07:00
Carson Gross
ca214fbbca add RxDB as sponsor 2024-01-16 11:52:50 -07: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
Carson Gross
86c3e0bc43 Merge remote-tracking branch 'origin/v2.0v2.0' into v2.0v2.0 2024-01-15 14:20:06 -07:00
Carson Gross
068515f9db Merge remote-tracking branch 'origin/master' 2024-01-15 06:03:19 -07:00
Carson Gross
e16f1865a4 change license to 0 clause BSD 2024-01-15 06:03:09 -07:00
Alexander Petros
bf82b9c6b7 Update version in package.json 2024-01-13 17:27:02 -05:00
félix
309593aa11
Fix typo in Hyperscript Tabs docs (#2164) 2024-01-13 14:20:23 -05:00
Alexander Petros
4e7baa3405 Remove libs for extension tests 2024-01-13 14:17:52 -05:00
Alexander Petros
569c29cb4e Remove test/ext files
This causes the timing issue in the shadow dom tests to reappear again.
2024-01-13 14:17:11 -05:00
Alexander Petros
7405e52895 Remove hyperscript tests 2024-01-13 14:12:37 -05:00
Alexander Petros
a49a98a991 Move extension-swap test and delete extension tests 2024-01-13 14:06:54 -05:00
Alexander Petros
dee5546f0e Increment version to 2.0a 2024-01-13 13:43:51 -05:00
Alexander Petros
0d8a87d4f3 Delete extensions that don't have tests 2024-01-13 12:29:27 -05:00
Alexander Petros
172fb88972 Skip leaky shadowdom test 2024-01-13 12:21:33 -05:00
Katrina Grace
807197e5b7
Remove incorrect external script info from client-side-templates docs (#2184)
I don't know why this was in here in the first place, it's just outright false. Neither Mustache nor the CST extension have any sort of code to enable using `<script type="text/mustache">` like this. The `<object>`-based example for XSLT templates should probably be double-checked too.
2024-01-12 00:23:46 -05:00
Carson Gross
0cab76455e add new sponsor 2024-01-11 17:57:54 -07:00
Carson Gross
2ad9b22d5d Merge remote-tracking branch 'origin/master' 2024-01-11 13:22:19 -07:00
Carson Gross
ef9e326545 add new sponsor 2024-01-11 13:22:07 -07:00
Alexander Petros
7006830109
Fix typo in framework essay (#2174) 2024-01-10 17:28:48 -07:00
Carson Gross
509feb5d4f small language change 2024-01-10 16:48:45 -07:00
Alexander Petros
747f262b8c
Add "Is htmx Just Another Js Framework" Essay (#2172) 2024-01-10 16:47:29 -07:00
Fan Fei
1195102fc9
Update docs.md (#2155)
fixed an example mistke
2024-01-10 11:01:04 -05:00
Carson Gross
67c94043cb fix bad autocomplete 2024-01-10 06:52:03 -07:00
Carson Gross
e126f4f6a5 update hydra hosting to doublewide 2024-01-09 15:37:49 -07:00