From fa3285fbd6929be5db671b25912b789b48efef9e Mon Sep 17 00:00:00 2001 From: Kendall Roth Date: Thu, 1 Oct 2020 23:46:14 -0400 Subject: [PATCH] Add typescript (#8) * Minor documentation update Co-authored-by: Kendall Roth --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba08980..804fa19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fully typed `FormGuardMixin` to replace `FormLeaveGuardMixin` (can be customized with `formGuards` data key) - New `setInitial` form function to set a form's initial (and current) values (similar to old behaviour of `setValues`) +> **NOTE:** Some tests were disabled (`FormGuardMixin`) to get a passing build, and test coverage is broken! + ## [0.2.3] - 2020-09-30 ### Added - Development instructions and guide