Skip to content

Commit

Permalink
[RELEASE] Bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsmal committed May 26, 2019
1 parent 9697bcc commit a08e408
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## New in 4.1.0
* [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`

## New in 4.0.0
* Fable Core 3 & Fable.React 5 support!
* [BREAKING CHANGE] Functions in `IMixins` use `obj` instead of `CSSProperties`
Expand Down
2 changes: 1 addition & 1 deletion docs/src/Global.fs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Global

let [<Literal>] libVersion = "v3.1.0"
let [<Literal>] libVersion = "v4.1.0"

type Page =
| Home
Expand Down

0 comments on commit a08e408

Please sign in to comment.