In prep for react-dart 6.0.0, we're bumping nearly all deprecations to 7.0.0 to make the transition easy. The only deprecates that remain at 6.0.0 are:
setReactConfiguration
setReactDOMConfiguration
ReactDartComponentFactoryProxy.reactComponentFactory and ReactDartComponentFactoryProxy2.reactComponentFactory
ReactJsContextComponentFactoryProxy.factory, ReactJsComponentFactoryProxy.factory, and ReactDomComponentFactoryProxy.factory
In prep for react-dart 6.0.0, we're bumping nearly all deprecations to 7.0.0 to make the transition easy. The only deprecates that remain at 6.0.0 are:
setReactConfiguration
setReactDOMConfiguration
ReactDartComponentFactoryProxy.reactComponentFactory
andReactDartComponentFactoryProxy2.reactComponentFactory
ReactJsContextComponentFactoryProxy.factory
,ReactJsComponentFactoryProxy.factory
, andReactDomComponentFactoryProxy.factory
Because they are removed here in 6.0.0.
Also,
SyntheticEventTypeHelpers.isFormEvent
because it was removed here in 6.0.0.