Skip to content

Commit ebb2058

Browse files
committed
release
1 parent 1c8cd7e commit ebb2058

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
<!-- do not remove -->
44

5+
## 0.5.2
6+
7+
### New Features
8+
9+
- Greatly improved SVG support ([#409](https://github.com/AnswerDotAI/fasthtml/issues/409))
10+
- Add SVG HTMX helpers: `svg_sel`, `SvgOob`, and `SvgInb` ([#408](https://github.com/AnswerDotAI/fasthtml/issues/408))
11+
- Add `Client` and `Nbsp` ([#403](https://github.com/AnswerDotAI/fasthtml/issues/403))
12+
- Add `Redirect()` and handle magic `__response__` method ([#400](https://github.com/AnswerDotAI/fasthtml/issues/400))
13+
- Add `HtmxResponseHeaders` ([#399](https://github.com/AnswerDotAI/fasthtml/issues/399))
14+
- Add `session` to `OAuth.chk_auth` ([#394](https://github.com/AnswerDotAI/fasthtml/issues/394))
15+
- Add `static_routes` and `static_route_exts` methods to `FastHTML` ([#387](https://github.com/AnswerDotAI/fasthtml/issues/387))
16+
17+
### Bugs Squashed
18+
19+
- toasts do not show if response empty or tuple ([#386](https://github.com/AnswerDotAI/fasthtml/issues/386))
20+
- toasts.py not updated for router refactor ([#385](https://github.com/AnswerDotAI/fasthtml/issues/385))
21+
522

623
## 0.5.1
724

0 commit comments

Comments
 (0)