1935 Commits

Author SHA1 Message Date
Carson Gross
dbbbb8dfc5 improve extension docs 2022-10-21 08:40:45 -06:00
Marc Piechura
5573532484
Added note about css overflow to infinite scroll example (#1073) 2022-10-18 09:07:19 -06:00
Derek Kniffin
919079c7a4
Fix error message for responseError (#1077) 2022-10-18 09:06:48 -06:00
Waldir Pimenta
d25c497a0f
Small grammar fix in the HDA essay (#1078) 2022-10-18 09:06:26 -06:00
Waldir Pimenta
3b0d7a8c9b
reference docs: add "core" terminology (#1079)
Also fix capitalization of "htmx".
2022-10-18 09:06:04 -06:00
Bojan Mihelac
b603690b70
fix attributes links (#1088)
make all attributes links point to website instead broken link
2022-10-18 09:05:13 -06:00
Frederik Hahne
624b3bc11c
additional spring boot based example link (#1090)
thank you!
2022-10-18 09:04:50 -06:00
Dominik Kozaczko
f0c5f9759c
Add 'fullstack' meme (#1084) 2022-10-18 07:16:40 -06:00
Carson Gross
6775f8bf7d add link to real world port 2022-10-15 19:07:04 -06:00
Carson Gross
adf588abc8 clean up 2022-10-15 17:25:02 -06:00
Carson Gross
e23164e5a7 clean up 2022-10-15 17:20:37 -06:00
Carson Gross
a12c66e6b6 set maxwidth 2022-10-15 10:24:27 -06:00
Carson Gross
f4f2e310ec change video size 2022-10-15 10:01:27 -06:00
Carson Gross
d7e6f69eb6 link 2022-10-15 09:59:05 -06:00
Carson Gross
1490f25243 link 2022-10-15 09:58:35 -06:00
Carson Gross
00794a31b8 surface MOAhD 2022-10-15 09:57:27 -06:00
Carson Gross
2a4c49410d update integrity sha v1.8.2 2022-10-12 22:47:31 -06:00
Carson Gross
9af34ce0e3 fix revealed bug 2022-10-12 22:46:02 -06:00
Carson Gross
90dd251de9 fix markdown link 2022-10-11 10:40:42 -06:00
Carson Gross
0896e6471d fix markdown link 2022-10-11 10:40:19 -06:00
Carson Gross
45d1d730b2 fix date 2022-10-11 10:39:27 -06:00
Carson Gross
2c70dd4df3 prep 1.8.1 release v1.8.1 2022-10-11 10:25:04 -06:00
Carson Gross
f962f00de1 prep 1.8.1 release 2022-10-11 10:18:50 -06:00
Carson Gross
337858cf7d update docs 2022-10-06 10:40:56 -06:00
Carson Gross
e8014bdce0 update hash algorithm to something a bit more standard 2022-10-06 10:24:38 -06:00
Carson Gross
93c89ced74 rename to morphing 2022-10-04 14:07:19 -06:00
Carson Gross
751f8528ce rename to morphing 2022-10-04 14:05:47 -06:00
Carson Gross
5da6047619 Mention Idiomorph in this release 2022-10-04 13:57:50 -06:00
Carson Gross
978950e916 1.8.1 release prep 2022-10-04 13:41:57 -06:00
Carson Gross
8911f24242 remove errant let 2022-10-04 13:41:22 -06:00
Carson Gross
cab3e352eb Merge remote-tracking branch 'origin/dev' into dev 2022-10-02 16:43:12 -06:00
Carson Gross
c1bf3fa686 keep a count on indicators so we only hide when no requests are in flight 2022-10-02 16:43:00 -06:00
Carson Gross
35d5fc8086 Merge branch 'feature_update_on_attribute_changes' into dev
# Conflicts:
#	CHANGELOG.md
#	www/essays/hypermedia-driven-applications.md
#	www/reference.md
2022-10-02 16:29:10 -06:00
Carson Gross
ac38a1a735 ignore empty attributes when computing attribute hash 2022-10-02 13:56:41 -06:00
Carson Gross
1dbb22b682 allow re-initialization if attributes change 2022-10-02 13:17:23 -06:00
Carson Gross
9aa5d9fd25 Merge remote-tracking branch 'origin/master' 2022-10-02 08:54:18 -06:00
Carson Gross
40c8e0869a comment out rick roll 2022-10-02 08:54:08 -06:00
David Linke
c869cf121c
Explain how to detect boosted requests (#981) 2022-09-30 14:35:32 -06:00
Bojan Mihelac
0bc938de0e
doc: add missing import in alpine-morph example (#986) 2022-09-30 14:35:12 -06:00
Bojan Mihelac
9155a30510
doc: add note to alpine-morph example (#987) 2022-09-30 14:34:59 -06:00
Marcio Mazza
d02e24c248
Fix typo in docs (#995) 2022-09-30 14:34:35 -06:00
Josef Kolář
686b1a76c8
Fixed typo on hx-swap page (#991) 2022-09-30 14:34:11 -06:00
lao
29c12fe0cb
doc: fix typo in hx-select-oob attribute example (#994)
Correct "info-detail" to "info-details" in the explanation to the hx-select-oob example.
2022-09-30 14:33:53 -06:00
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