From 54f52b587a6d998205b7ac5ef894b9eb6fb3fb9e Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Fri, 8 Nov 2024 04:38:34 +1000 Subject: [PATCH] release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e58b4e0..3e87ae40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## 0.9.1 + +### New Features + +- Add oauth `error_path` ([#570](https://github.com/AnswerDotAI/fasthtml/pull/570)), thanks to [@comhar](https://github.com/comhar) +- Add `qp` to create routes with query params ([#560](https://github.com/AnswerDotAI/fasthtml/issues/560)) +- `render_rt()` function enables automatic rendering of FT components in notebook ([#558](https://github.com/AnswerDotAI/fasthtml/issues/558)) +- In `HTMX()` `height` is now fixed if passed, and `FT` components can be rendered instead of paths ([#557](https://github.com/AnswerDotAI/fasthtml/issues/557)) + + ## 0.9.0 ### Breaking changes