We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73499c8 commit 5f0ea26Copy full SHA for 5f0ea26
doc/changelog/1.4.0.md
@@ -75,8 +75,11 @@ find . -type f -name '*.scala' -exec perl -pi -e '
75
# Replace .(async|delay|delayMs) on Callback
76
s/([. ])((?:async|delay|delayMs) *\([^()]+\))/$1$2$1asCallbackToFuture/;
77
s/asCallbackToFuture[. ]void/toCallback/;
78
-
+
79
+ # Reusability move to core
80
s/Reusability.shouldComponentUpdateWithOverlay/ReusabilityOverlay.install/;
81
+ s/\bextra\.Reusability\b/Reusability/g;
82
+ s/\bextra\.Reusable\b/Reusable/g;
83
84
' {} +
85
```
0 commit comments