From af13cb684445cb895fcd78341d1151f24d2ce3d2 Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Thu, 24 Oct 2024 16:35:32 -0700 Subject: [PATCH] Fix typo, adjust order --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6639ceb..8546e277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 2.34.0 - Null safety codemod improvements - - Add required prop validation ignores for `connect`-ed props, matching (see more info in [migration guide](https://github.com/Workiva/over_react/blob/master/doc/null_safety/null_safe_migration.md#connect)) - Don't add migrator tool hint comments to files that have already been migrated to null safety + - Add required prop validation ignores for `connect`-ed props (see more info in [migration guide](https://github.com/Workiva/over_react/blob/master/doc/null_safety/null_safe_migration.md#connect)) - Only make defaulted class component props required when they're not public, to avoid breakages and align with [migration guide guidance](https://github.com/Workiva/over_react/blob/master/doc/null_safety/null_safe_migration.md#prop-requiredness-and-nullability) - Note: defaulted prop hints are now added via the `null_safety_required_props` executable instead of via `null_safety_migrator_companion` - Add optional (`/*?*/`) hint to non-defaulted state fields, just like for props