Skip to content

Commit

Permalink
[RELEASE] Bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsmal committed May 1, 2019
1 parent cda127c commit d1b2dac
Showing 1 changed file with 7 additions and 0 deletions.
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.0.0
* Fable Core 3 & Fable.React 5 support!
* [BREAKING CHANGE] Functions in `IMixins` use `obj` instead of `CSSProperties`
* [BREAKING CHANGE] All `ReactNode` and `ReactInstance` types became `ReactElement`
* [BREAKING CHANGE] All `ReactType` and `ComponentClass` types became `ReactElementType`
* [BREAKING CHANGE] `RefProp` became of type `U2<IRefValue<'T>,(ReactElement->unit)>`

## New in 3.1.0
* Change argument types of all components to `seq` instead of `list`.
* [Link] Add `link` component
Expand Down

0 comments on commit d1b2dac

Please sign in to comment.