89 Commits

Author SHA1 Message Date
Carson Gross
12675fd1d4 prep beta4 2024-05-16 16:39:48 -06:00
Carson Gross
20b42aaf88 Merge branch 'master' into dev
# Conflicts:
#	src/htmx.d.ts
#	src/htmx.js
#	test/core/security.js
#	www/content/docs.md
2024-05-16 12:50:13 -06:00
Carson Gross
099ed97277 join the uwu revolution 2024-05-15 11:51:47 -06:00
Carson Gross
b3eaadb5d3 update sponsors 2024-04-29 11:23:13 -06:00
Carson Gross
3d099e7b1d update 2024-04-23 14:42:32 -06:00
Carson Gross
74744ac337 prep for 2.0.0-beta3 release 2024-04-17 11:04:49 -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
Carson Gross
b0ffe98011 sponsor update 2024-03-27 09:38:02 -06:00
Carson Gross
bf69273701 beta2 2024-03-21 16:02:23 -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
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
1754d8cae2 prep for 1.9.11 release 2024-03-13 18:36:01 -06:00
Carson Gross
11799bca6c prep for 1.9.11 release 2024-03-13 18:31:46 -06:00
Carson Gross
e3330db4a3 prep beta1 2024-03-13 16:00:27 -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
3a2075288b add llc.org 2024-02-21 10:54:21 -07:00
Carson Gross
c16758a198 alpha2 2024-02-09 11:13:47 -07:00
Carson Gross
e47ab4c744 sponsor 2024-02-01 13:00:54 -07:00
Carson Gross
7f3d114269 fix logo 2024-01-29 06:38:01 -07:00
Carson Gross
fcee520e0d sponsor update 2024-01-29 06:33:08 -07:00
Carson Gross
bf8cf84a34 add sponsor 2024-01-22 17:58:29 -07:00
Carson Gross
ca214fbbca add RxDB as sponsor 2024-01-16 11:52:50 -07:00
Carson Gross
0cab76455e add new sponsor 2024-01-11 17:57:54 -07:00
Carson Gross
ef9e326545 add new sponsor 2024-01-11 13:22:07 -07:00
Carson Gross
e126f4f6a5 update hydra hosting to doublewide 2024-01-09 15:37:49 -07:00
Carson Gross
3d265b3a3a add transloadit & pullapprove logos and update news element 2024-01-08 13:16:38 -07:00
Carson Gross
29f0761d98 add hydrahost logo 2024-01-08 13:04:51 -07:00
Carson Gross
3a31a0e60a add das filter 2024-01-07 21:23:08 -07:00
Carson Gross
e6cee52696 resize image 2024-01-05 11:10:30 -07:00
Carson Gross
63fd24ea43 doggo sponsorship 2024-01-05 11:07:33 -07:00
Carson Gross
c73aa077ca update sponsor info 2023-12-28 11:31:19 -07:00
Carson Gross
6489f1bfef prep web for release 2023-12-21 17:38:56 -07:00
Carson Gross
98334ea5b2 update version 2023-12-21 17:27:52 -07:00
Carson Gross
7b918d9d25 prep 1.9.9 release 2023-11-20 16:27:37 -07:00
Pablo Nicolas Diaz
9fe0a68031
Escape HTML on demo server (#1995)
fix: add missing parsing on submit
2023-11-15 11:30:43 -05:00
Carson Gross
e0af62171b update sponsors 2023-11-14 16:49:53 -07:00
Carson Gross
6fe62580e0 prep 1.9.8 release 2023-11-06 18:03:43 -07:00
Carson Gross
c1b4101def re-prep 1.9.7 release 2023-11-03 20:53:16 -06:00
Carson Gross
61dac7d933 prep 1.9.7 release 2023-11-02 16:43:18 -06:00
Carson Gross
3912e3c2c2 prep 1.9.7 release 2023-11-02 15:28:53 -06:00
Alexander Petros
d26fe4709d
Remove the last of the go code (#1890)
Update the website tests with the latest tests on master, deleting the
mirrored go code in the process.
2023-10-12 16:01:34 -06:00
Alexander Petros
a66a98b9ed
Fix WS/SSE tests and replace go backend with NodeJS (#1876)
* Write WS and SSE test backend in node

* Refactor pages so that the URLs work

* Add tab highlighting script

* Fix stream with multiple events

* Fix highlighting on ext links

* Refactor WS code

* Support event trigger tests

* Add some jitter to the intervals

* Delete old go backend

* Update README with new info and credits

* Update top-level README

* Move ws to dev dependencies

* Remove extraneous go server

* Fix misplace comment
2023-10-12 15:54:40 -05:00
Carson Gross
ecd990ee0f prep release 2023-09-21 17:15:11 -06:00
Alexander Petros
03b1ebea97
Add version number to test page (#1813)
Now that we only have a single test page, it's helpful to show which
version of htmx the tests are running against.
2023-09-21 12:11:40 -06:00
Carson Gross
3e9cb68428 fix date 2023-09-21 10:21:13 -06:00
Carson Gross
46fe147c49 another react to htmx port 2023-09-20 10:21:03 -06:00
Alexander Petros
d1288d202a
Remove old tests from the website (#1733)
The website used to host every past test suite, copied into the www
directory. We no longer need that on the website (and it makes the
codebase impossible to search) so I removed all the old tests and the
new tests are hosted simply at /test.

I also replaced the www.js script with a simpler www.sh one (since we no
longer need to do anything besides copying, really), which allowed me to
remove a node dependency that was only used in that script.
2023-09-19 11:07:24 -05:00