Skip to content

Commit 837c99c

Browse files
committed
htmxv4 beta 6
1 parent b7162da commit 837c99c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

fasthtml/core.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -508,15 +508,15 @@ async def _wrap_call(f, req, params):
508508
"remove-me": "https://cdn.jsdelivr.net/npm/htmx-ext-remove-me@2.0.0/remove-me.js",
509509
"debug": "https://unpkg.com/htmx.org@1.9.12/dist/ext/debug.js",
510510
"ws": "https://cdn.jsdelivr.net/npm/htmx-ext-ws@2.0.3/ws.js",
511-
"ws4": "https://unpkg.com/htmx.org@4.0.0-beta5/dist/ext/hx-ws.js",
511+
"ws4": "https://unpkg.com/htmx.org@4.0.0-beta6/dist/ext/hx-ws.js",
512512
"chunked-transfer": "https://cdn.jsdelivr.net/npm/htmx-ext-transfer-encoding-chunked@0.4.0/transfer-encoding-chunked.js",
513-
"sse4": "https://unpkg.com/htmx.org@4.0.0-beta5/dist/ext/hx-sse.js",
514-
"live": "https://unpkg.com/htmx.org@4.0.0-beta5/dist/ext/hx-live.js"
513+
"sse4": "https://unpkg.com/htmx.org@4.0.0-beta6/dist/ext/hx-sse.js",
514+
"live": "https://unpkg.com/htmx.org@4.0.0-beta6/dist/ext/hx-live.js"
515515
}
516516

517517
# %% ../nbs/api/00_core.ipynb #60cb52ea
518518
htmxsrc = Script(src="https://cdn.jsdelivr.net/npm/htmx.org@2.0.7/dist/htmx.js")
519-
htmx4src = Script(src="https://unpkg.com/htmx.org@4.0.0-beta5/dist/htmx.js")
519+
htmx4src = Script(src="https://unpkg.com/htmx.org@4.0.0-beta6/dist/htmx.js")
520520
fhjsscr = Script(src="https://cdn.jsdelivr.net/gh/answerdotai/fasthtml-js@1.0.12/fasthtml.js")
521521
surrsrc = Script(src="https://cdn.jsdelivr.net/gh/answerdotai/surreal@main/surreal.js")
522522
scopesrc = Script(src="https://cdn.jsdelivr.net/gh/gnat/css-scope-inline@main/script.js")

nbs/api/00_core.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,10 +1596,10 @@
15961596
" \"remove-me\": \"https://cdn.jsdelivr.net/npm/htmx-ext-remove-me@2.0.0/remove-me.js\",\n",
15971597
" \"debug\": \"https://unpkg.com/htmx.org@1.9.12/dist/ext/debug.js\",\n",
15981598
" \"ws\": \"https://cdn.jsdelivr.net/npm/htmx-ext-ws@2.0.3/ws.js\",\n",
1599-
" \"ws4\": \"https://unpkg.com/htmx.org@4.0.0-beta5/dist/ext/hx-ws.js\",\n",
1599+
" \"ws4\": \"https://unpkg.com/htmx.org@4.0.0-beta6/dist/ext/hx-ws.js\",\n",
16001600
" \"chunked-transfer\": \"https://cdn.jsdelivr.net/npm/htmx-ext-transfer-encoding-chunked@0.4.0/transfer-encoding-chunked.js\",\n",
1601-
" \"sse4\": \"https://unpkg.com/htmx.org@4.0.0-beta5/dist/ext/hx-sse.js\",\n",
1602-
" \"live\": \"https://unpkg.com/htmx.org@4.0.0-beta5/dist/ext/hx-live.js\"\n",
1601+
" \"sse4\": \"https://unpkg.com/htmx.org@4.0.0-beta6/dist/ext/hx-sse.js\",\n",
1602+
" \"live\": \"https://unpkg.com/htmx.org@4.0.0-beta6/dist/ext/hx-live.js\"\n",
16031603
"}"
16041604
]
16051605
},
@@ -1638,7 +1638,7 @@
16381638
"source": [
16391639
"#| export\n",
16401640
"htmxsrc = Script(src=\"https://cdn.jsdelivr.net/npm/htmx.org@2.0.7/dist/htmx.js\")\n",
1641-
"htmx4src = Script(src=\"https://unpkg.com/htmx.org@4.0.0-beta5/dist/htmx.js\")\n",
1641+
"htmx4src = Script(src=\"https://unpkg.com/htmx.org@4.0.0-beta6/dist/htmx.js\")\n",
16421642
"fhjsscr = Script(src=\"https://cdn.jsdelivr.net/gh/answerdotai/fasthtml-js@1.0.12/fasthtml.js\")\n",
16431643
"surrsrc = Script(src=\"https://cdn.jsdelivr.net/gh/answerdotai/surreal@main/surreal.js\")\n",
16441644
"scopesrc = Script(src=\"https://cdn.jsdelivr.net/gh/gnat/css-scope-inline@main/script.js\")\n",

0 commit comments

Comments
 (0)