Skip to content

Commit 5f0ea26

Browse files
committed
migration tweak
1 parent 73499c8 commit 5f0ea26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/changelog/1.4.0.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,11 @@ find . -type f -name '*.scala' -exec perl -pi -e '
7575
# Replace .(async|delay|delayMs) on Callback
7676
s/([. ])((?:async|delay|delayMs) *\([^()]+\))/$1$2$1asCallbackToFuture/;
7777
s/asCallbackToFuture[. ]void/toCallback/;
78-
78+
79+
# Reusability move to core
7980
s/Reusability.shouldComponentUpdateWithOverlay/ReusabilityOverlay.install/;
81+
s/\bextra\.Reusability\b/Reusability/g;
82+
s/\bextra\.Reusable\b/Reusable/g;
8083
8184
' {} +
8285
```

0 commit comments

Comments
 (0)