diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d67d568a..ec47598a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.9.9] - 2023-11-21 + +* Allow CSS selectors with whitespace in attributes like `hx-target` by using parens or curly-braces +* Properly allow users to override the `Content-Type` request header +* Added the `select` option to `htmx.ajax()` +* Fixed a race condition in readystate detection that lead to htmx not being initialized in some scenarios with 3rd + party script loaders +* Fixed a bug that caused relative resources to resolve against the wrong base URL when a new URL is pushed +* Fixed a UI issue that could cause indicators to briefly flash + ## [1.9.8] - 2023-11-06 * Fixed a few npm & build related issues diff --git a/README.md b/README.md index 556a2efe3..81d21bcd3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ By removing these arbitrary constraints htmx completes HTML as a ## quick start ```html - +