From 0879bfb79378d40932ad31617bc7d3cdb67dcfa2 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Sat, 21 Jan 2023 06:47:58 -0500 Subject: [PATCH] docs(changelog): Dynamic Attributes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32583f9..1745dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Multiple instances of the same slot name can now be declared and then rendered inside the component (similar to HEEx and Surface). - You can now pass arbitrary data to slots, and it does not need to be a map or a keyword list. I don't think this is a breaking change, but please submit an issue if you notice it is. - Slot attributes. You can now pass data into a slot from the definition site and use it at the call site (inside the component). +- Dynamic attributes/assigns. You can now pass dynamic attributes to the `:rest!` attribute in a tag, component, or slot. ### Fixes