Skip to content

Commit 5af2fe8

Browse files
committed
release
1 parent 190d272 commit 5af2fe8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

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

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

5+
## 0.7.0
6+
7+
### Breaking changes
8+
9+
- `ws_hdr` and `cts_hdr` both removed from `FastHTML` and `fast_app`; replaced with `exts`, which takes a list of extension names (e.g. `exts='ws'`)
10+
11+
### New Features
12+
13+
- Unified syntax for common HTMX extensions ([#533](https://github.com/AnswerDotAI/fasthtml/issues/533))
14+
- Allow toasts to work with FtResponse ([#526](https://github.com/AnswerDotAI/fasthtml/pull/526)), thanks to [@tomasz-pankowski](https://github.com/tomasz-pankowski)
15+
16+
517
## 0.6.14
618

719
### New Features

0 commit comments

Comments
 (0)