Skip to content

Commit 63e43e9

Browse files
committed
release
1 parent 67f9d93 commit 63e43e9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

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

5+
## 0.12.20
6+
7+
### New Features
8+
9+
- Add `set_lifespan` ([#744](https://github.com/AnswerDotAI/fasthtml/issues/744))
10+
- Add title= kwarg to `fast_app()` constructor ([#740](https://github.com/AnswerDotAI/fasthtml/pull/740)), thanks to [@mmacpherson](https://github.com/mmacpherson)
11+
- Allow any Mapping children to specify attributes. fix #737 ([#738](https://github.com/AnswerDotAI/fasthtml/pull/738)), thanks to [@gazpachoking](https://github.com/gazpachoking)
12+
13+
### Bugs Squashed
14+
15+
- Correct treatment of empty/boolean attributes in the html2ft function ([#732](https://github.com/AnswerDotAI/fasthtml/pull/732)), thanks to [@renatodamas](https://github.com/renatodamas)
16+
- html2ft handling empty attribute ([#731](https://github.com/AnswerDotAI/fasthtml/issues/731))
17+
- Toasts inserted at bottom of page ([#703](https://github.com/AnswerDotAI/fasthtml/issues/703))
18+
19+
520
## 0.12.19
621

722
### New Features

0 commit comments

Comments
 (0)