Skip to content

v0.5.0

Compare
Choose a tag to compare
@jph00 jph00 released this 30 Aug 22:30
· 224 commits to main since this release

New Features

  • Make hdrs, ftrs, htmlkw, bodykw, etc available to RouterX and RouteX via ._app (#381)
  • Add OAuth class (#381)
    • Move redirect url into methods for oauth
  • Add options to change default static media directory (#373), thanks to @coreman14
  • Add PicoBusy() function to display loading spinner during html load (#372)
  • Add HtmxOn() to allow adding htmx event listeners more easily (#371)
  • Set toasts to only work with FT responses (#368), thanks to @pydanny
  • Routing subapp improvements (#365), thanks to @Isaac-Flath
  • Add all HTMX attrs to component signatures (#363)
  • Add markdown version of all docs (#361)
  • add easy to use chunked transfer extension header (#346), thanks to @fabge
  • Set 404 exception handling to give "404 Not Found" message (#335), thanks to @Isaac-Flath

Bugs Squashed

  • [BUG] Toasts don't show after redirect (#358)