From 10a7cb52530cccaa63ad34c120413da426233729 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Sun, 30 Oct 2022 16:13:07 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d9a11b..89384d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## [1.8.3] - 2022-10-12 +## [1.8.3] - 2022-11-04 + +* A new [`htmx:confirm` event](/events#htmx:confirm) was added that allows for asynchronous confirmation dialogs to + be integrated into htmx requests +* The new [head-support](/extensions/head-support) extension allows for more elaborate head tag merging than standard htmx + supports. This functionality may be integrated into htmx 2.0, depending on feedback. +* The new [multi-swap](/extensions/multi-swap) provides more elaborate swapping of multiple elements on a screen using + a custom swap strategy +* Many doc fixes (thank you to everyone who contributed!) ## [1.8.2] - 2022-10-12