* [react] Use HTMLDialogElement for the dialog node
* Actually add the `open` property
* This update requires typescript 2.6
* Update dependents of react to also require typescript 2.6
* Recreated types for flux@3.1.2.
* Added backward compatibility with implementation. Added overload for create method.
* Fixed tslint error in tests.
* Added one more test for old implementation.
* Added more gerenrics in create method. Updated tests.
* Fixed errors.
* Typescript version changed to 2.2.
* Updated `createFunctional` return.