Carson Gross
ef6195dd5f
build for next release
2025-12-31 13:13:46 -07:00
Carson Gross
c917b4e880
prep release
2025-12-09 10:20:10 -07:00
Carson Gross
7972c4ea5a
update distribution & web
2025-12-06 11:36:57 -07:00
Carson Gross
24507afacc
move htmx config back to htmx-config
2025-12-06 07:57:41 -07:00
Carson Gross
e27d311f2a
prep release
2025-11-27 13:23:55 -07:00
Carson Gross
2046d05e8f
tests that I missed
2025-11-19 11:18:38 -07:00
Carson Gross
6225ad3743
prep alpha3 release
2025-11-18 10:45:26 -07:00
Carson Gross
5690bbc64c
alpha2 prep
2025-11-10 12:14:17 -07:00
Carson Gross
0e254520af
start re-implementing scroll & show, still needs focus
...
website now uses real preload extension!
2025-11-09 18:18:37 -07:00
Carson Gross
488fed10b3
save some bytes
2025-11-02 18:59:44 -07:00
Carson Gross
85b55aabaa
remove polling test in favor of faster direct test
2025-10-31 14:26:07 -06:00
Carson Gross
41c55c941e
prep 2.0.8 release
2025-10-24 20:43:15 -06:00
Deniz Akşimşek
deecda151c
Add alt text to images in content and examples ( #3423 )
2025-10-17 13:11:02 -06:00
Carson Gross
ccdce87ec3
Merge branch 'master' into dev
...
# Conflicts:
# www/content/docs.md
2025-09-07 12:14:25 -06:00
Carson Gross
449c8e9531
prep next release
2025-09-07 12:13:49 -06:00
Viktor Szépe
9fb3c0e492
Fix variable names ( #3344 )
...
* Fix variable names
* Fix one more variable name
2025-07-14 17:38:39 -06:00
Carson Gross
fe7f103eab
prep 2.0.6 release
2025-06-27 07:39:35 -06:00
Carson Gross
4f95de2e58
prep 2.0.5 release
2025-06-20 15:21:29 -06:00
Carson Gross
1d01b94b90
prep v2.0.5
2025-06-19 10:24:09 -06:00
Carson Gross
52db21955e
prep next release
2024-12-12 13:13:37 -07:00
Carson Gross
9b9bb7b5fa
release prep
2024-10-02 20:20:57 -06:00
Carson Gross
82355a741d
release prep
2024-08-05 13:53:33 -06:00
Carson Gross
f751aba86f
remove only top level files to keep the legacy extensions
2024-07-12 11:12:56 -06:00
Carson Gross
12675fd1d4
prep beta4
2024-05-16 16:39:48 -06:00
Carson Gross
74744ac337
prep for 2.0.0-beta3 release
2024-04-17 11:04:49 -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
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
c16758a198
alpha2
2024-02-09 11:13:47 -07:00
Carson Gross
6489f1bfef
prep web for release
2023-12-21 17:38:56 -07:00
Carson Gross
7b918d9d25
prep 1.9.9 release
2023-11-20 16:27:37 -07:00
Carson Gross
6fe62580e0
prep 1.9.8 release
2023-11-06 18:03:43 -07: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
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
dependabot[bot]
101f255f5c
Bump golang.org/x/crypto from 0.0.0-20210322153248-0c34fe9e7dc2 to 0.1.0 in /www/static/test/1.9.5/test/servers/ws ( #1723 )
...
Bump golang.org/x/crypto in /www/static/test/1.9.5/test/servers/ws
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.0.0-20210322153248-0c34fe9e7dc2 to 0.1.0.
- [Commits](https://github.com/golang/crypto/commits/v0.1.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-27 14:19:02 -04:00
Carson Gross
b3a4a5fc1a
prep 1.9.5 release
2023-08-24 12:38:20 -06:00
dependabot[bot]
f22dab29e6
Bump github.com/labstack/echo/v4 from 4.3.0 to 4.9.0 in /www/static/test/1.9.4/test/servers/ws ( #1646 )
...
Bump github.com/labstack/echo/v4
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo ) from 4.3.0 to 4.9.0.
- [Release notes](https://github.com/labstack/echo/releases )
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/labstack/echo/compare/v4.3.0...v4.9.0 )
---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-30 12:35:07 -04:00
dependabot[bot]
d30bca70bb
Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 in /www/static/test/1.9.4/test/realtime ( #1643 )
...
Bump golang.org/x/crypto in /www/static/test/1.9.4/test/realtime
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.0.0-20210817164053-32db794688a5 to 0.1.0.
- [Commits](https://github.com/golang/crypto/commits/v0.1.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-30 12:18:40 -04:00
dependabot[bot]
17781b8aed
Bump golang.org/x/net from 0.0.0-20211015210444-4f30a5c0130f to 0.7.0 in /www/static/test/1.9.4/test/realtime ( #1642 )
...
Bump golang.org/x/net in /www/static/test/1.9.4/test/realtime
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.0.0-20211015210444-4f30a5c0130f to 0.7.0.
- [Commits](https://github.com/golang/net/commits/v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-29 17:05:20 -04:00
dependabot[bot]
2dcaf2ece5
Bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0 in /www/static/test/1.9.4/test/servers/ws ( #1633 )
...
Bump golang.org/x/net in /www/static/test/1.9.4/test/servers/ws
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0.
- [Commits](https://github.com/golang/net/commits/v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-29 17:03:03 -04:00
dependabot[bot]
3441df2de8
Bump golang.org/x/crypto from 0.0.0-20210322153248-0c34fe9e7dc2 to 0.1.0 in /www/static/test/1.9.4/test/servers/ws ( #1632 )
...
Bump golang.org/x/crypto in /www/static/test/1.9.4/test/servers/ws
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.0.0-20210322153248-0c34fe9e7dc2 to 0.1.0.
- [Commits](https://github.com/golang/crypto/commits/v0.1.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-29 17:01:15 -04:00
Carson Gross
f3a6975b8e
prep 1.9.4 release
2023-07-25 13:39:48 -06:00
dependabot[bot]
6336ad6113
Bump golang.org/x/crypto in /www/static/test/1.9.3/test/realtime ( #1596 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.0.0-20210817164053-32db794688a5 to 0.1.0.
- [Commits](https://github.com/golang/crypto/commits/v0.1.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 11:08:51 -04:00
dependabot[bot]
ac817463a1
Bump golang.org/x/net in /www/static/test/1.9.3/test/realtime ( #1594 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.0.0-20211015210444-4f30a5c0130f to 0.7.0.
- [Commits](https://github.com/golang/net/commits/v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 11:05:54 -04:00
dependabot[bot]
8893b8c522
Bump golang.org/x/sys in /www/static/test/1.9.3/test/realtime ( #1593 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.0.0-20211103235746-7861aae1554b to 0.1.0.
- [Commits](https://github.com/golang/sys/commits/v0.1.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 10:48:21 -04:00