From b9a673a4f3fa07471d215ce0295e8ee8272abe87 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Thu, 21 Dec 2023 18:17:58 -0700 Subject: [PATCH] CHANGELOG.md for 1.9.10 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32baa50e..8fa3d5f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## [1.9.10] - 2023-12-?? +## [1.9.10] - 2023-12-21 + +* `hx-on*` attributes now support the form `hx-on-`, with a trailing dash, to better support template systems (such as EJS) + that do not like double colons in HTML attributes. +* Added an `htmx.config.triggerSpecsCache` configuration property that can be set to an object to cache the trigger spec parsing +* Added a `path-params.js` extension for populating request paths with variable values +* Many smaller bug fixes & improvements ## [1.9.9] - 2023-11-21