Releases: AnswerDotAI/fasthtml
Releases · AnswerDotAI/fasthtml
v0.12.22
New Features
- Support dict params in ws routes (#759)
- Add a small JS snippet to support HTMX requests for toasts
- support x-forwarded-host as source for redirect (#755), thanks to @erikgaas
- Overhaul
adv_app
with more modern idioms (#754)
Bugs Squashed
v0.12.21
New Features
- Handle empty host in
HTMX()
(#752)
v0.12.20
New Features
Bugs Squashed
- Correct treatment of empty/boolean attributes in the html2ft function (#732), thanks to @renatodamas
- html2ft handling empty attribute (#731)
- Toasts inserted at bottom of page (#703)
v0.12.19
New Features
seeded
option for unqid
(#741)
v0.12.18
New Features
- Add canonical link option (#735)
- Add onevent kwargs (#734)
v0.12.17
New Features
- Check for "hx-history-restore-request" for identifying full page request (#733)
- Set
"vary": "HX-Request, HX-History-Restore-Request"
(#733)
- Allow background tasks in tuple for non-FT responses (#733)
v0.12.16
New Features
- Add morph extension (#727)
- Add
devtools_json
(#725)
- fallback stringify FT with
to_xml
(#724)
v0.12.15
New Features
- Pass through kwargs in
show
(#723)
v0.12.14
New Features
- docsrc support in
show
(#717)
- Add
GoogleAppClient.consent_url
(#707)
Bugs Squashed
v0.12.13
New Features
- Add
GoogleAppClient.consent_url
(#707)
Bugs Squashed
- Fix Discord Client (#716), thanks to @erikgaas
- The discord client wasn't working for me so I had to make some changes to get it to work.