mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-02-26 09:59:47 +00:00
1.6 KiB
1.6 KiB
Current
- complete port of examples to patterns - @scriptogre
- updated website design - @scriptogre
- Fix issues in https://gist.github.com/dienhoa/af44af16ee91f5a1c8a01c6bfcf53af5
- Port old websocket and sse extensions as
legacy-wc&legacy-sse- @stu - Figure out final form of the extensions documentation and layouts
- We should port the old extensions, possibly in a new repo, to 4.0
- Update docs, clarify "core" vs "supported" (e.g. not in htmx project, but maintained by us) vs "community" extensions
Backlog
- Final documentation scrub
Done
hx-compat.js- backwards compatibility extension that allows auditing inheritance issues - @1cgDetermine final request headers (https://github.com/bigskysoftware/htmx/issues/3496)document new extensions architecture - @latent* Determine how to handle form actions that have query parameters (https://github.com/bigskysoftware/htmx/issues/2151)websockets.js- web sockets - @stuhead-support- @latent?etags - @1cg/@latentOptimistic response support (would be easy now)Preload support?Add in extended selectors (1cg)Add in custom events like revealed, etc(needs review)Add<partial>support for SSE & out of band swapsAdd history supportfull refresh every time (no local stuff, htmx has taught us our lesson)
Add explicit inheritances supportCreate test infrastructureDecide how we are going to distinguish public from private APIWhen should wepreventDefault()on a triggering event?trigger modifiers