Workiva / react-dart

Dart Bindings for React JS
BSD 2-Clause "Simplified" License
412 stars 67 forks source link

Remove Component.bind #211

Closed greglittlefield-wf closed 4 years ago

greglittlefield-wf commented 5 years ago

Component.bind was slated for removal in 5.0.0, and got removed in 5.1.0-wip, but not 5.0.0-wip. We need to remove it.

Note that the deprecation in master is "5.0.0", while 5.0.0-wip has the out-of-date "6.0.0": https://github.com/cleandart/react-dart/blob/master/lib/react.dart#L125-L126

kealjones-wk commented 5 years ago

+10

aaronlademann-wf commented 4 years ago

Stable phase of CI passed. Merging.