Releases: AnswerDotAI/fasthtml
Releases Β· AnswerDotAI/fasthtml
v0.7.0
Breaking changes
ws_hdr
andcts_hdr
both removed fromFastHTML
andfast_app
; replaced withexts
, which takes a list of extension names (e.g.exts='ws'
)
New Features
- Unified syntax for common HTMX extensions (#533)
- Allow toasts to work with FtResponse (#526), thanks to @tomasz-pankowski
v0.6.14
New Features
- Replace experimental
Pusher
with experimentalsetup_ws
andws_client
(#522) - Add experimental
with_sid()
(#521) - Ensure FT children are tuples
- Adding mermaidJS for mermaid graphs (#518), thanks to @ImtiazKhanDS
Bugs Squashed
- Uploading a single file on a multiple file field requires try/except (#513)
v0.6.13
v0.6.12
New Features
- Add
pusher()
for real time DOM updates; addfh_cfg.auto_id
to automatically add unique IDs (#517) - Support background tasks (#512)
- Allows for passing route functions (#511), thanks to @Isaac-Flath
- Add path arg to HTMX (#504), thanks to @Isaac-Flath
Bugs Squashed
- Multi file upload does not work (#509)
v0.6.11
New Features
- Add
pusher()
for real time DOM updates; addfh_cfg.auto_id
to automatically add unique IDs (#517) - Support background tasks (#512)
- Allows for passing route functions (#511), thanks to @Isaac-Flath
- Add path arg to HTMX (#504), thanks to @Isaac-Flath
Bugs Squashed
- Multi file upload does not work (#509)
v0.6.10
v0.6.9
v0.6.8
New Features
- Allow for handler names with same name as an http verb, even if path not provided (#459)
- Support explicit iframe height in Jupyter HTMX (#458), thanks to @callmephilip
- Improve type annotations for element attributes (#453), thanks to @callmephilip
- Make compatible w/ ddtrace (#452), thanks to @derekgliwa