Skip to content

Commit

Permalink
[RELEASE] Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsmal committed Dec 26, 2018
1 parent d27bdb9 commit b23163f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## New in 3.0.0
* [BREAKING CHANGE] Move `Fable.Helpers.MaterialUI` module to `Fable.MaterialUI.Core`
* [BREAKING CHANGE] Remove all imported _PascalCased_ `ComponentClass<'P>` components, keep only `reactElement (props : IHTMLProp list) (children : ReactElement list)` elements
* [BREAKING CHANGE] Change signature of `ITransitions.create` method to `create: props : U2<string, string[]> * ?options: ITransitionOptions -> string`

## New in 2.6.0
* [Dialog] Add `ChildrenProp.PaperComponent` prop
* [Menu] Add `MenuProp.OnClose` prop with `MenuCloseReason`
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 = "v2.6.0"
let [<Literal>] libVersion = "v3.0.0"

type Page =
| Home
Expand Down

0 comments on commit b23163f

Please sign in to comment.