mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-26 20:40:41 +00:00
Merge branch 'master' into dev
This commit is contained in:
commit
a440c6d4f4
@ -9,7 +9,8 @@
|
||||
|
||||
* 100% test coverage! (Thank you @MichaelWest22!)
|
||||
* The default recommended CDN is now jsDelivr
|
||||
* TODO `inherit` keyword
|
||||
* The `inherit` keyword is now supported by `hx-include`, `hx-indicator` and `hx-disabled-elt` to allow you to inherit
|
||||
the value from a parent and extend it.
|
||||
* `hx-on` listeners are now added before processing nodes so events during processing can be captured
|
||||
* Using `<button hx-verb="/endpoint" type="reset">` will now reset the associated form (after submitting to `/endpoint`)
|
||||
* Using `<button formmethod="dialog">` will no longer submit its associated form
|
||||
|
@ -91,12 +91,6 @@ if(window.location.search=="?ads=true") {
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="alert">
|
||||
<b>NEWS:</b> htmx 2.0 has been released! It is not currently marked as <a href="https://docs.npmjs.com/cli/v10/commands/npm-dist-tag#purpose"><code>latest</code></a>
|
||||
in NPM so that people using the <a href="https://v1.htmx.org">1.x line</a> are not accidentally upgraded. We will mark
|
||||
2.0 as <code>latest</code> at some point in 2025.
|
||||
</div>
|
||||
|
||||
<h2>introduction</h2>
|
||||
|
||||
htmx gives you access to [AJAX](@/docs.md#ajax), [CSS Transitions](@/docs.md#css_transitions), [WebSockets](@/docs.md#websockets-and-sse) and [Server Sent Events](@/docs.md#websockets-and-sse)
|
||||
|
@ -57,6 +57,10 @@ These examples may make it a bit easier to get started using htmx with your plat
|
||||
- <https://github.com/cscortes/htmxflask>
|
||||
- <https://github.com/Konfuzian/htmx-examples-with-flask/>
|
||||
|
||||
### Lua
|
||||
|
||||
- Lua Server Pages: <https://realtimelogic.com/articles/LSP-htmx-A-Powerful-Duo-for-Embedded-Web-Apps>
|
||||
|
||||
### py4web
|
||||
|
||||
- <https://github.com/jpsteil/py4web_htmx_demo>
|
||||
@ -235,4 +239,4 @@ These examples may make it a bit easier to get started using htmx with your plat
|
||||
|
||||
## FreePascal with Pas2JS
|
||||
|
||||
- <https://github.com/zendrael/create_htmx_pascal_app>
|
||||
- <https://github.com/zendrael/create_htmx_pascal_app>
|
||||
|
Loading…
x
Reference in New Issue
Block a user