Skip to content

Commit

Permalink
Fix typo, adjust order
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf authored Oct 24, 2024
1 parent bd77707 commit af13cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit af13cb6

Please sign in to comment.