From 4fc2678438f25a15449350f6ced0de228617f7c1 Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Wed, 5 Feb 2020 17:56:53 -0800 Subject: [PATCH] docs(ivy): document breaking change with host attribute priority (#35175) PR Close #35175 --- aio/content/guide/ivy-compatibility.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aio/content/guide/ivy-compatibility.md b/aio/content/guide/ivy-compatibility.md index 76c3c400b6..bbdf5f57e1 100644 --- a/aio/content/guide/ivy-compatibility.md +++ b/aio/content/guide/ivy-compatibility.md @@ -27,6 +27,8 @@ If the errors are gone, switch back to Ivy by removing the changes to the `tscon * Unbound inputs for directives (e.g. name in ``) are now set upon creation of the view, before change detection runs (previously, all inputs were set during change detection). +* Static attributes set directly in the HTML of a template will override any conflicting host attributes set by directives or components (previously, static host attributes set by directives / components would override static template attributes if conflicting). + {@a less-common-changes} ### Less common changes