diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 31ca779..8df40e6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +## New in 4.1.0 +* [BREAKING CHANGE] Popper new signature: `seq -> U2ReactElement)> -> ReactElement` +* [BREAKING CHANGE] `MaterialProp.AnchorEl` has new type: `type AnchorElProp = U2EventTarget>` +* `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` + ## New in 4.0.0 * Fable Core 3 & Fable.React 5 support! * [BREAKING CHANGE] Functions in `IMixins` use `obj` instead of `CSSProperties` diff --git a/docs/src/Global.fs b/docs/src/Global.fs index dbce25e..eb9a178 100644 --- a/docs/src/Global.fs +++ b/docs/src/Global.fs @@ -1,6 +1,6 @@ module Global -let [] libVersion = "v3.1.0" +let [] libVersion = "v4.1.0" type Page = | Home