Ben Lenton
c3662ce00d
Allow 'unset' directive for hx-vals and hx-vars ( #1013 )
...
* Allow 'unset' directive for hx-vals and hx-vars
* PR feedback
Co-authored-by: Ben Lenton <benlenton@Bens-MacBook-Air.local>
2022-09-30 14:08:46 -06:00
Leif Foged
3c6b5996a1
Properly set title during history cache miss ( #1014 )
...
I am running HTMX with hx-boost and the history cache disabled (it's important to not show stale content to my users unless my backend uses cache-control headers to do so, in which case I simply rely on the fetch being cached). However, during 'history cache misses', the page title is not properly set.
This fixes it (mirroring the logic in `handleAjaxResponse`).
2022-09-30 14:07:56 -06:00
Carson Gross
d94f38d65c
clarify language
2022-09-30 14:07:04 -06:00
Wim Deblauwe
b25584aece
Add a note that the name
attribute of an input is important ( #1026 )
2022-09-30 14:03:57 -06:00
dependabot[bot]
51653ee93b
Bump github.com/labstack/echo/v4 from 4.1.17 to 4.9.0 in /test/realtime ( #1066 )
...
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo ) from 4.1.17 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.1.17...v4.9.0 )
---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-30 14:01:04 -06:00
dependabot[bot]
8c0ec9dd78
Bump github.com/labstack/echo/v4 in /www/test/1.8.0/test/realtime ( #1067 )
...
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo ) from 4.1.17 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.1.17...v4.9.0 )
---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-30 14:00:49 -06:00
dependabot[bot]
e4996b4196
Bump github.com/labstack/echo/v4 in /www/test/1.7.0/test/realtime ( #1065 )
...
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo ) from 4.1.17 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.1.17...v4.9.0 )
---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-30 14:00:34 -06:00
dependabot[bot]
9f08b3a5e6
Bump github.com/labstack/echo/v4 in /www/test/1.7.0/test/servers/ws ( #1064 )
...
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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-30 13:54:48 -06:00
Carson Gross
1c1ef8a02e
make essays a top level link on the site
2022-09-30 12:47:31 -06:00
Carson Gross
2c23a4c5b0
make essays a top level link on the site
2022-09-30 12:44:06 -06:00
Carson Gross
3c24e761ac
improvements
2022-09-30 10:32:12 -06:00
Carson Gross
370e2869f5
too late now, but remove from posts 😑
2022-09-29 13:26:44 -06:00
Carson Gross
aaa457c866
Merge remote-tracking branch 'origin/master'
2022-09-29 11:47:26 -06:00
Carson Gross
6bba809a55
prep essay for when TMOAHD is released
2022-09-29 11:47:16 -06:00
Sergi
7bec3af03e
Add documentation about HTTP caching ( #1049 )
...
Everything works out of the box as expected. Users that generate
different responses on the same URL based on some header need to be
mindful of the implications (for example using the Vary response
header). This is mentioned because it's a common pattern to use
HX-Request header to render only an HTML fragment.
2022-09-19 06:56:01 -06:00
Sam
33332b1cec
Added link for htmlgenerator to list ( #1041 )
2022-09-12 16:43:59 -06:00
Adam McKay
2b7949de1a
Fix link to template fragments essay ( #1042 )
2022-09-12 16:43:41 -06:00
Felix Ingram
aa0784defd
Added link to template fragments essay ( #1038 )
2022-09-09 17:01:56 -06:00
Michael Kennedy
b2d25a78b1
Add Sergi's jinja_fragments package to Python list ( #1035 )
...
* Add Sergi's jinja_fragments package to Python list
* That's jinja2-fragments package
2022-09-09 17:01:44 -06:00
Alexander Zeitler
8400226e2a
Remove ASP.NET Core from list ( #1024 )
2022-09-06 07:05:55 -06:00
Wim Deblauwe
ea3beae7a7
Add extra notes on how the CSS for htmx-indicator works ( #1025 )
2022-09-06 07:05:34 -06:00
David Guillot
d6037bde67
Minor changes in docs ( #1033 )
...
* Minor change in active-search docs
You don't want people to believe they need a POST request to run a search query.
* More limitations of hx-preserve
2022-09-06 07:05:19 -06:00
Michael Kennedy
e4f8105262
Add Michael's partials projects for Python section ( #1022 )
...
Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
2022-09-01 12:04:36 -06:00
n0nag0n
5b395e5090
Added PHP/Latte to list ( #1021 )
...
Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
2022-09-01 12:03:31 -06:00
Ben Pate
a8687247d1
Added reference and example for Go ( #1020 )
2022-09-01 12:01:23 -06:00
Alexander Zeitler
7ab4d8c1f2
add ASP.NET Core Razor Partial View docs ( #1019 )
2022-09-01 12:00:53 -06:00
Carson Gross
60acaacc41
fragments
2022-08-31 06:51:28 -06:00
Carson Gross
4bc08dd3d8
fragments
2022-08-31 06:50:40 -06:00
Carson Gross
4ac1fcc6ee
fragments
2022-08-30 14:57:11 -06:00
Carson Gross
3552efc7aa
fragments
2022-08-30 14:55:08 -06:00
Carson Gross
fb1f159ea0
fragments
2022-08-30 14:46:59 -06:00
Carson Gross
ec42e3af63
fragments
2022-08-30 08:43:02 -06:00
Carson Gross
8ca40e7a08
fragments
2022-08-30 08:03:21 -06:00
Carson Gross
76d6681f87
fragments
2022-08-30 08:01:47 -06:00
Carson Gross
103c9238f8
fragments
2022-08-30 07:55:35 -06:00
Carson Gross
d11c957244
fragments
2022-08-30 07:55:16 -06:00
Carson Gross
3a21ec0929
improve essay
2022-08-27 08:19:37 -06:00
Carson Gross
854f2e21e2
Merge remote-tracking branch 'origin/master'
2022-08-27 08:10:16 -06:00
Carson Gross
0ebeda3df5
improve essay
2022-08-27 08:09:49 -06:00
Carson Gross
7338d567dc
improve essay
2022-08-27 08:06:04 -06:00
Carson Gross
4d1164c8e0
support the hx-validate
attribute, when set to true an individual input will validate itself.
2022-08-23 19:04:46 -06:00
Mehdi Achour
9f7c80a655
fix extended attribute form for hx-ext in findElementsToProcess ( #999 )
...
Closes #992
2022-08-10 12:14:20 -06:00
Mehdi Achour
3e2e0ba936
Fix #demo-server-info's height ( #1000 )
...
thank you!
2022-08-10 12:13:51 -06:00
Carson Gross
d5bbe2f47c
help zshaw out
2022-08-10 12:08:33 -06:00
Carson Gross
dfb202b8d4
split essays and memes out
2022-08-03 09:37:51 -06:00
Deniz Akşimşek
c77eeb4c9b
Merge branch 'master' of github.com:bigskysoftware/htmx
2022-07-22 14:16:07 +03:00
Deniz Akşimşek
023b7cb2a4
use real link for logo
2022-07-22 14:16:01 +03:00
Carson Gross
8e9611909c
Merge remote-tracking branch 'origin/master'
2022-07-21 12:31:31 -06:00
Carson Gross
e9990bb184
include title and date
2022-07-21 12:31:23 -06:00
Nathaniel Sabanski
0550d97bcd
Docs: Reference guide readability. Essential attributes. ( #980 )
...
* Docs: Reference guide readability. Essential attributes.
* Essential Attributes -> Additional Attributes
2022-07-20 13:59:26 -06:00