-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RM-217585 FED-1716 Release react-dart 7.0.0 (null-safety) #380
Commits on Aug 16, 2023
-
It can't really be made null safe, and we always intended on removing it in the next major.
Configuration menu - View commit details
-
Copy full SHA for 3dd457e - Browse repository at this point
Copy the full SHA 3dd457eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd2eda7 - Browse repository at this point
Copy the full SHA cd2eda7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae23239 - Browse repository at this point
Copy the full SHA ae23239View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3109175 - Browse repository at this point
Copy the full SHA 3109175View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b2379e - Browse repository at this point
Copy the full SHA 9b2379eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1101b7 - Browse repository at this point
Copy the full SHA f1101b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c88f0f - Browse repository at this point
Copy the full SHA 1c88f0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7cd354 - Browse repository at this point
Copy the full SHA d7cd354View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4176a9e - Browse repository at this point
Copy the full SHA 4176a9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5adad69 - Browse repository at this point
Copy the full SHA 5adad69View commit details -
Configuration menu - View commit details
-
Copy full SHA for af89ed3 - Browse repository at this point
Copy the full SHA af89ed3View commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 961aa4a - Browse repository at this point
Copy the full SHA 961aa4aView commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6024c37 - Browse repository at this point
Copy the full SHA 6024c37View commit details -
Remove FIXME for Simulated event nullability (more info below)
Simulated synthetic events will be missing some properties if they're not included in eventData, meaning the non-nullable typings on them are incorrect. As opposed to making everything nullable to account for that, we'll treat those simulated events the same way Mockito treats mock objects, and just require that any properties being accessed get stubbed in using the eventData argument.
Configuration menu - View commit details
-
Copy full SHA for 4aed55f - Browse repository at this point
Copy the full SHA 4aed55fView commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 71f519a - Browse repository at this point
Copy the full SHA 71f519aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fa6b9d - Browse repository at this point
Copy the full SHA 4fa6b9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f2e9e - Browse repository at this point
Copy the full SHA e7f2e9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d807613 - Browse repository at this point
Copy the full SHA d807613View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90d911e - Browse repository at this point
Copy the full SHA 90d911eView commit details
Commits on Aug 30, 2023
-
Improve useRef nullability by deprecating its argument instead of
versioning it useRef without an argument is more common than with one, and this approach improves that experience by: 1. not requiring consumers explicitly provide `null` and provide a nullable type argument 2. not involving a new, versioned API that must be migrated to
Configuration menu - View commit details
-
Copy full SHA for 0dc260e - Browse repository at this point
Copy the full SHA 0dc260eView commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1a06d48 - Browse repository at this point
Copy the full SHA 1a06d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2ad196 - Browse repository at this point
Copy the full SHA f2ad196View commit details
Commits on Sep 11, 2023
-
Pull in RefTestCase changes from over_react
Importantly, this fixes some callback ref typing issues after fixing unnecessary_lambdas lints
Configuration menu - View commit details
-
Copy full SHA for 0c561dc - Browse repository at this point
Copy the full SHA 0c561dcView commit details
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 61cc34d - Browse repository at this point
Copy the full SHA 61cc34dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11ca3a7 - Browse repository at this point
Copy the full SHA 11ca3a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for abe5735 - Browse repository at this point
Copy the full SHA abe5735View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a47f6 - Browse repository at this point
Copy the full SHA 37a47f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f96f8 - Browse repository at this point
Copy the full SHA a6f96f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 069f478 - Browse repository at this point
Copy the full SHA 069f478View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9881a1 - Browse repository at this point
Copy the full SHA b9881a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8799ed2 - Browse repository at this point
Copy the full SHA 8799ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d1ab08 - Browse repository at this point
Copy the full SHA 0d1ab08View commit details -
Configuration menu - View commit details
-
Copy full SHA for d708dfd - Browse repository at this point
Copy the full SHA d708dfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 019cabc - Browse repository at this point
Copy the full SHA 019cabcView commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8122645 - Browse repository at this point
Copy the full SHA 8122645View commit details -
Adjust Component2Bridge.forComponent nullability
This could be null for components that haven't been mounted yet, so we'll let the (small number of) consumers perform that null check instead.
Configuration menu - View commit details
-
Copy full SHA for 50e9a5e - Browse repository at this point
Copy the full SHA 50e9a5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c380ce - Browse repository at this point
Copy the full SHA 2c380ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d6570 - Browse repository at this point
Copy the full SHA e4d6570View commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d75e962 - Browse repository at this point
Copy the full SHA d75e962View commit details -
Configuration menu - View commit details
-
Copy full SHA for c23fffc - Browse repository at this point
Copy the full SHA c23fffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e86096b - Browse repository at this point
Copy the full SHA e86096bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c26f942 - Browse repository at this point
Copy the full SHA c26f942View commit details -
Fix logic change during migration
The logic change being fixed here didn't seem to affect tests, but preferring props over staticProps seemed more appropriate.
Configuration menu - View commit details
-
Copy full SHA for 40a2e19 - Browse repository at this point
Copy the full SHA 40a2e19View commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a385e95 - Browse repository at this point
Copy the full SHA a385e95View commit details -
Fix conflicting outputs in CI, also fix tests not running in dart2js
It seems like we didn't have --release when we should have for dart2js tests.
Configuration menu - View commit details
-
Copy full SHA for 95628fc - Browse repository at this point
Copy the full SHA 95628fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 086f8cb - Browse repository at this point
Copy the full SHA 086f8cbView commit details
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a284dfc - Browse repository at this point
Copy the full SHA a284dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ca0cb8 - Browse repository at this point
Copy the full SHA 7ca0cb8View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7a27606 - Browse repository at this point
Copy the full SHA 7a27606View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40e4efd - Browse repository at this point
Copy the full SHA 40e4efdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c5933 - Browse repository at this point
Copy the full SHA 36c5933View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91c9c2c - Browse repository at this point
Copy the full SHA 91c9c2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6adb2d1 - Browse repository at this point
Copy the full SHA 6adb2d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 597c2b3 - Browse repository at this point
Copy the full SHA 597c2b3View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dbcf43a - Browse repository at this point
Copy the full SHA dbcf43aView commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ee90271 - Browse repository at this point
Copy the full SHA ee90271View commit details -
Configuration menu - View commit details
-
Copy full SHA for b277b9a - Browse repository at this point
Copy the full SHA b277b9aView commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7ab1084 - Browse repository at this point
Copy the full SHA 7ab1084View commit details -
Align nullability of context args in
componentWillUpdateWithContext/shouldComponentUpdateWithContext
Configuration menu - View commit details
-
Copy full SHA for 0616cd0 - Browse repository at this point
Copy the full SHA 0616cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb5cfd6 - Browse repository at this point
Copy the full SHA cb5cfd6View commit details
Commits on Oct 16, 2023
-
Merge pull request #373 from Workiva/null-safety-manual-2
FED-1728 Migrate to null safety
Configuration menu - View commit details
-
Copy full SHA for 1919cc1 - Browse repository at this point
Copy the full SHA 1919cc1View commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 02e6f10 - Browse repository at this point
Copy the full SHA 02e6f10View commit details -
Merge pull request #375 from Workiva/v7-removals
FED-1727 Remove the rest of the deprecated APIs for v7
Configuration menu - View commit details
-
Copy full SHA for 440c5e3 - Browse repository at this point
Copy the full SHA 440c5e3View commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d3642d - Browse repository at this point
Copy the full SHA 2d3642dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce10f1e - Browse repository at this point
Copy the full SHA ce10f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a100009 - Browse repository at this point
Copy the full SHA a100009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96fdb07 - Browse repository at this point
Copy the full SHA 96fdb07View commit details -
Configuration menu - View commit details
-
Copy full SHA for e23f8a9 - Browse repository at this point
Copy the full SHA e23f8a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0218473 - Browse repository at this point
Copy the full SHA 0218473View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1220e25 - Browse repository at this point
Copy the full SHA 1220e25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70cc2b7 - Browse repository at this point
Copy the full SHA 70cc2b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e485e - Browse repository at this point
Copy the full SHA 11e485eView commit details -
Merge pull request #381 from Workiva/fix-mocked-event-types
FED-1881 Fix regression in SyntheticEvent mock class type-checking
Configuration menu - View commit details
-
Copy full SHA for b27803c - Browse repository at this point
Copy the full SHA b27803cView commit details