Releases: AnswerDotAI/fasthtml
Releases · AnswerDotAI/fasthtml
v0.1.7
New Features
- Add
indent
to html2xt
(#53)
- New
fasthtml.xt
namespace for components (#50)
- Add
bodykw
in fast_app
(#49)
v0.1.6
New Features
File
function (#48)
- Remove picolink in
fast_app
if default_hdrs
is False (#47), thanks to @pydanny
v0.1.5
New Features
- Add
Favicon
and Socials
header creators (#45)
cookie
function (#43)
v0.1.4
New Features
ScriptX
and StyleX
for templated generation from external files (#42)
v0.1.2
Breaking changes
fast_app
returns app.route
as well as app (#38)
New Features
- Add viewport and charset to Meta by default (#36)
- New function
run_js
(#36)
v0.1.1
New Features
- Add
fasthtml.toasts
(#35)
- 'Afterware' support
- Add
injects
to request
- Basic websocket support (#29)
- Support
meta
tags in returned tuple (#28)
- Support npm provider in jsdelivr (#27)
Bugs Squashed
Style
does not accept multiple positional args correctly (#34)
v0.0.17
New Features
- Add
run_uv()
(#25)
- New demo app (#25)
- Add
Container
component (#24)
- Add all HTML elements (#22)
- Add svg.py (#21)
v0.0.16
New Features
- Update dashes to underscores in attrs in
html2xt
(#20)
- Rename fasthtml.all to fasthtml.common (#19)
v0.0.15
New Features
- Add
Titled
(#18)
- Disable PicoCSS font scaling
- Use constant time string comparison for password checking, h/t José Valim (#17)