From 6f0daa6457b25de197781d4c93151e26c01f46f7 Mon Sep 17 00:00:00 2001 From: "Chris E. Kelley" Date: Thu, 30 Jul 2020 09:08:52 -0500 Subject: [PATCH] v4.17.9 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ac4e43..88365473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## v4.17.9 +- Fix: switch observer on hintText from render to fix issue with mutually exclusive checkboxes. + ## v4.17.8 - Refactor tangy-if hook on inputs to apply the skipped attribute as opposed to the hidden attribute.