From 24345c28c0c4581f8fbefc5e06ac25029e0b48e0 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Fri, 8 Jul 2022 13:55:13 -0600 Subject: [PATCH] release note --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df4a5db..49799293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Boosted forms now will automatically push URLs into history as with links. The [response URL](https://caniuse.com/mdn-api_xmlhttprequest_responseurl) detection API support is good enough that we feel comfortable making this the default now. + * If you do not want this behavior you can add `hx-push-url='false'` to your boosted forms * The [`hx-replace-url`](https://htmx.org/attributes/hx-replace-url) attribute was introduced, allowing you to replace the current URL in history (to complement `hx-push-url`) * Bug fix - if htmx is included in a page more than once, we do not process elements multiple times