Skip to content

4.1.0

Latest
Compare
Choose a tag to compare
@mvsmal mvsmal released this 26 May 21:30
· 2 commits to master since this release

[BREAKING CHANGE] Popper new signature: seq<IHTMLProp> -> U2<ReactElement list, (PopperProps->ReactElement)> -> ReactElement
[BREAKING CHANGE] MaterialProp.AnchorEl has new type: type AnchorElProp = U2<EventTarget,unit->EventTarget>
MaterialProp.AddEndListener became of type (HTMLElement->(unit->unit)->unit)
Added new props MaterialProp.OnEnter, MaterialProp.OnEntering, MaterialProp.OnEntered, MaterialProp.OnExit, MaterialProp.OnExiting, MaterialProp.OnExited
Added new types: Timeout, TransitionProps, PopperProps