-
Notifications
You must be signed in to change notification settings - Fork 932
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0c231d
commit 21f6160
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: 'ReactJS.NET 5.1.2' | ||
layout: post | ||
author: Dustin Masters | ||
--- | ||
|
||
🚀 We're pleased to announce the release of ReactJS.NET 5.1.2. A few small updates in this release: | ||
|
||
- .NET Core 3.0 support. The [tutorial project](https://github.com/reactjs/React.NET/tree/master/tutorial-code) has also been updated to demonstrate the (simple!) migration path. | ||
- React and ReactDOM updated to 16.12.0 | ||
- Fix missing query parameter mapping for React.Router - thanks [@mattywong](https://github.com/mattywong) | ||
|
||
Please report any bugs in the [issue tracker](https://github.com/reactjs/React.NET/issues). | ||
|
||
Cheers! | ||
|
||
- [@dustinsoftware](https://twitter.com/dustinsoftware) and [@Daniel15](https://twitter.com/daniel15) |