From bd3032a72423595e28baba3c01bb4721af8640ae Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Tue, 18 Jun 2024 13:15:57 -0600 Subject: [PATCH] update changelog to mention shadow DOM --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b54673..60d5d516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * Removed extensions and moved to their own repos linked off of * The website now supports dark mode! (Thanks [@pokonski](https://github.com/pokonski)!) * The older, deprecated [SSE & WS](https://v1.htmx.org/docs/#websockets-and-sse) attributes were removed -* Better support for [Web Components](https://htmx.org/examples/web-components/) +* Better support for [Web Components & Shadow DOM](https://htmx.org/examples/web-components/) * HTTP `DELETE` requests now use parameters, rather than form encoded bodies, for their payload (This is in accordance w/ the spec.) * Module support was split into different files: * We now provide specific files in `/dist` for the various JavaScript module styles: