Skip to content

Releases: AnswerDotAI/fasthtml

v0.12.22

24 Jul 01:47
Compare
Choose a tag to compare

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

02 Jul 00:24
Compare
Choose a tag to compare

New Features

  • Handle empty host in HTMX() (#752)

v0.12.20

19 Jun 04:18
Compare
Choose a tag to compare

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

29 May 03:33
Compare
Choose a tag to compare

New Features

  • seeded option for unqid (#741)

v0.12.18

19 May 02:07
Compare
Choose a tag to compare

New Features

  • Add canonical link option (#735)
  • Add onevent kwargs (#734)

v0.12.17

16 May 23:52
Compare
Choose a tag to compare

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

14 May 00:51
Compare
Choose a tag to compare

New Features

  • Add morph extension (#727)
  • Add devtools_json (#725)
  • fallback stringify FT with to_xml (#724)

v0.12.15

03 May 09:12
Compare
Choose a tag to compare

New Features

  • Pass through kwargs in show (#723)

v0.12.14

19 Apr 23:09
Compare
Choose a tag to compare

New Features

  • docsrc support in show (#717)
  • Add GoogleAppClient.consent_url (#707)

Bugs Squashed

v0.12.13

19 Apr 23:07
Compare
Choose a tag to compare

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.