From 97fa1626d0fb91ef4cb6516098f4ee8e649f2ab8 Mon Sep 17 00:00:00 2001 From: Simon Friis Vindum Date: Tue, 23 Jan 2024 08:59:47 +0100 Subject: [PATCH] chore(docs): document that Snabbdom now requires TypeScript 4.1 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f43bac..42ee7db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [3.6.0](https://github.com/snabbdom/snabbdom/compare/v3.5.1...v3.6.0) (2024-01-20) +Note: Do to improvements to the JSX typings the minimum supported TypeScript version is now 4.1. + ### Bug Fixes - allow innerHTML to replace non-empty node, credit [@tokichie](https://github.com/tokichie) ([#1083](https://github.com/snabbdom/snabbdom/issues/1083)) ([c063d57](https://github.com/snabbdom/snabbdom/commit/c063d57f8878d38483973c19615d04aaf06dd77f))