Skip to content

Releases: AnswerDotAI/fasthtml

v0.6.13

15 Oct 10:13
Compare
Choose a tag to compare

New Features

  • Add scope param (#519)
  • Allow FastHTML.ws to be used without a function (#519)
  • Allow setting of xmlns in Svg (#519)

Bugs Squashed

  • Add missing unqid import (#519)

v0.6.12

13 Oct 21:21
Compare
Choose a tag to compare

New Features

  • Add pusher() for real time DOM updates; add fh_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

13 Oct 21:19
Compare
Choose a tag to compare

New Features

  • Add pusher() for real time DOM updates; add fh_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

08 Oct 23:09
Compare
Choose a tag to compare

New Features

  • Document usage with Jupyter (#469)

v0.6.9

27 Sep 05:43
Compare
Choose a tag to compare

New Features

  • Add oauth.redir_url function (#476)

v0.6.8

24 Sep 18:29
Compare
Choose a tag to compare

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

v0.6.7

23 Sep 20:58
Compare
Choose a tag to compare

Bugs Squashed

  • Remove IPython dep (#456)

v0.6.6

23 Sep 19:12
Compare
Choose a tag to compare

New Features

  • Add def_hdrs (#446)

v0.6.5

22 Sep 04:28
Compare
Choose a tag to compare

New Features

  • Jupyter compatibility (#445)
  • Redefining a route overwrites existing definition (e.g for use in notebooks) (#444)

Bugs Squashed

  • [BUG] d argument is not passed in Path function for SVGs (#437)

v0.6.4

19 Sep 01:51
Compare
Choose a tag to compare

New Features

  • Pass query params to custom class annotated args (#439)