Carson Gross
d8f7afe5c4
delete logs like I told myself to and then forgot because old
2023-08-31 11:57:13 -06:00
Carson Gross
c230931d42
support ability to ignore new title
tags via config, event and hx-swap
2023-08-31 10:54:47 -06:00
Carson Gross
ff20f880ee
bump for next version
2023-08-31 09:54:39 -06:00
Carson Gross
eecc96c44e
futzing
2023-08-30 22:32:14 -06:00
Carson Gross
220354d103
futzing
2023-08-30 11:39:37 -06:00
Carson Gross
4add72fa3c
futzing
2023-08-30 11:28:07 -06:00
Carson Gross
3ccd590959
futzing
2023-08-30 10:59:12 -06:00
Carson Gross
4a89c32832
futzing
2023-08-30 10:38:42 -06:00
Carson Gross
8c0a91a17d
futzing
2023-08-30 09:18:13 -06:00
Carson Gross
d443f86db6
Merge remote-tracking branch 'origin/master'
2023-08-30 07:22:19 -06:00
Carson Gross
5aa82baf0e
webring + remove graph
2023-08-30 07:22:09 -06:00
Amr Ojjeh
24cd2a0148
Fix typo in multi-swap.md ( #1740 )
...
is not possible -> it's impossible
2023-08-29 12:27:32 -04:00
Ben Croker
0831b4e2f3
Update preload extension docs ( #1741 )
2023-08-29 12:26:36 -04:00
Alexander Petros
0a3c3adbfa
Expand contribution guidelines to separate file ( #1737 )
...
* Expand contribution guidelines to separate file
* Add misc section
2023-08-28 15:38:42 -06: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
Ben Croker
bf3c6b1c17
Fix typo in attribute ( #1719 )
2023-08-26 14:28:46 -04:00
Carson Gross
6dff1c3574
add release page
v1.9.5
2023-08-24 13:13:05 -06:00
Carson Gross
cff09999cf
update docs and changelog
2023-08-24 13:10:05 -06:00
Carson Gross
b26ca40b0c
update sha
2023-08-24 12:38:46 -06:00
Carson Gross
b3a4a5fc1a
prep 1.9.5 release
2023-08-24 12:38:20 -06:00
Carson Gross
86872b1091
Merge branch 'master' into dev
2023-08-24 12:16:49 -06:00
Carson Gross
a9ae4e3e96
Merge remote-tracking branch 'origin/dev' into dev
2023-08-24 12:16:35 -06:00
Alexander Petros
42646e3c13
Add "Why htmx Doesn't Have a Build Step" essay ( #1705 )
...
Add build step essay
2023-08-24 12:15:23 -06:00
Mark Gibson
94623d1129
Fix hx-on/hx-on:* to suppress evaluation if allowEval is false ( #1682 )
...
* Added more tests for allowEval=false
* Wrap hx-on event handlers in maybeEval
* Create and cache hx-on function on first event trigger.
2023-08-24 12:11:00 -06:00
Denis Palashevskii
212c9fbd3a
[websocket] pass hx-target id in the HEADERS ( #1674 )
...
Previously, ws.js used `ws-connect` element as target when collecting request headers.
Now it correctly takes `hx-target` attribute into account
2023-08-24 12:09:22 -06:00
Rattly
e07dcdf60a
Add Kotlin examples to server-examples ( #1715 )
...
Update server-examples.md
2023-08-24 08:34:26 -06:00
Carson Gross
63758d4523
restore last row in sponsors table
2023-08-19 09:01:06 -06:00
Carson Gross
30a6a40f4e
fix star graph
2023-08-18 16:29:36 -06:00
Carson Gross
7247e8abd7
Merge branch 'master' into dev
2023-08-17 10:39:59 -06:00
Alexander Petros
93bd81b6d0
Track DOM content loaded for ready() function ( #1688 )
...
Track whether DOMContentLoaded has been fired
2023-08-16 16:42:09 -06:00
Carson Gross
193a9ea9d2
Merge remote-tracking branch 'origin/master'
2023-08-16 12:19:39 -06:00
Carson Gross
5947a5d353
fix title
2023-08-16 12:18:30 -06:00
Blake Williams
9ed1275ec3
Document hx-select-oob swap-strategy capabilities ( #1694 )
...
The `hx-select-oob` attribute supports specifying a swap strategy but
it's not publicly documented on the attribute page. This documents that
behavior so that it's easy to discover.
2023-08-15 17:29:22 -04:00
Carson Gross
47af93bdb0
fix url
2023-08-09 17:50:07 -06:00
Carson Gross
9e1dcd1483
Merge remote-tracking branch 'origin/master'
2023-08-09 17:49:32 -06:00
Carson Gross
3201dd66ce
add nuclei, make table responsive
2023-08-09 17:49:19 -06:00
Alexander Petros
bfd7965dec
Disable logAll in headless mode ( #1673 )
...
Enabling logAll in just one test has the capacity to overwhelm the CI
with log output, so we disable it if the webdriver is automated.
2023-08-06 18:06:17 -06:00
Alexander Petros
c126d90588
Move load tests to the bottom of the core file ( #1677 )
...
This "resolves" a timing bug that was ocurring in the CI, where these
tests would run before htmx was loaded (only in the GitHub actions
servers). Not proud of this as a fix but I would like the CI to work
again ASAP.
2023-08-05 16:15:49 -06:00
Alexander Petros
347ce7a19f
Add interactive check to ready event handler ( #1672 )
...
If HTMX is imported in a module the readyState is "interactive"
so the extension processing happens too late. This would fix it.
Co-authored-by: Dave Syer <david_syer@hotmail.com>
2023-08-04 17:10:26 -06:00
Carson Gross
295d9f83eb
remove a logAll()
2023-08-04 17:05:42 -06:00
Carson Gross
14e2a8c611
Merge remote-tracking branch 'origin/dev' into dev
2023-08-04 14:59:19 -06:00
Carson Gross
1acbbe5057
add test to ensure I don't screw up the sameHost
value
2023-08-04 14:59:10 -06:00
Alexander Petros
fc4723c95f
Remove logAll from tests ( #1657 )
2023-08-01 18:04:44 -05:00
spiffytech
66387c0422
Support hx-target-5xx syntax in response-targets extension ( #1629 )
2023-08-01 16:13:07 -04:00
Dominik Kozaczko
193cb67393
Cleaner Bootstrap 5 modals example. ( #1111 )
...
* Cleaner Bootstrap 5 example.
* Update window id
* Update close button
* Got it working
2023-08-01 14:41:17 -05:00
Vincent
efb42e09cf
[Performance] Fast path to resolve body selector ( #1545 )
...
Fast path to resolve body selector
2023-08-01 14:35:25 -05:00
Adam McKay
67b8e1edfa
Update same site security to use origin ( #1656 )
...
Update same site security check to compare origin
thank you!
2023-08-01 14:30:36 -05:00
Alexander Petros
7ce53d4ce8
Tighten up hx-on docs ( #1648 )
...
Make the docs a little bit shorter so that the old form is still
documented without repeating information (and the new form is
emphasized). I also fixed a misplaced double quote in one of the
examples.
2023-08-01 14:28:29 -05:00
Alexander Petros
6fddb9b8bb
Add date and author to essay template ( #1654 )
...
Update the static site generator to include the date and author
automatically as part of the essays. I made a couple changes to the
underlying static structure to make this a little more seamless,
including:
* New "essay.html" template for posts in `/essays`
* Added an author taxonomy (can eventually be author pages)
* Added Carson as the author of all the existing esssays
* Cleaned up manual date entires, where they existed
All this will make it easier to publish guest essays and sort the essays
(chronologically, by topic, or by author) as the essay base expands.
2023-08-01 14:26:32 -05:00
Carson Gross
36e6a426f9
security improvement
...
- add the `htmx.config.allowScriptTags` option
2023-07-31 12:12:44 -06:00