From e5648094778623828666877c3ed6bdd45e4ed253 Mon Sep 17 00:00:00 2001 From: Dustin Masters Date: Tue, 16 Jul 2019 18:27:56 -0400 Subject: [PATCH 1/2] Add 5.0.0 blog post --- .../jekyll/_posts/2019-07-16-5.0.0-release.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 site/jekyll/_posts/2019-07-16-5.0.0-release.md diff --git a/site/jekyll/_posts/2019-07-16-5.0.0-release.md b/site/jekyll/_posts/2019-07-16-5.0.0-release.md new file mode 100644 index 000000000..dc143a0cf --- /dev/null +++ b/site/jekyll/_posts/2019-07-16-5.0.0-release.md @@ -0,0 +1,20 @@ +--- +title: 'ReactJS.NET 5.0.0' +layout: post +author: Dustin Masters +--- + +We're pleased to announce the release of ReactJS.NET 5.0.0. This release brings a few new features as well as a bunch of minor improvements: + +- Typescript compilation of .tsx components, which also updates to Babel 7 ([#763](https://github.com/reactjs/React.NET/pull/763)) +- Output caching improvements - ([#858](https://github.com/reactjs/React.NET/pull/858)) +- JSON.NET v12 support - ([#779](https://github.com/reactjs/React.NET/pull/779)) +- .NET Core 3 preview support - ([#791](https://github.com/reactjs/React.NET/pull/791)) +- Source link and symbol server support - ([#830](https://github.com/reactjs/React.NET/pull/830)), [ebb22ee](https://github.com/reactjs/React.NET/commit/ebb22ee59d9b2b5824adbcc46b82c92b06997949) +- React and ReactDOM updated to 16.8.6 + +Thanks to the following developers for contributing to this release: Daniel15, dustinsoftware, gunnim, Taritsyn, vanillajonathan + +Cheers! + +- [@dustinsoftware](https://twitter.com/dustinsoftware) and [@Daniel15](https://twitter.com/daniel15) From 3f6762efc6f92c1abba41edb9d6a5691bd270fdd Mon Sep 17 00:00:00 2001 From: Dustin Masters Date: Tue, 16 Jul 2019 18:30:29 -0400 Subject: [PATCH 2/2] 5.0.0 --- build.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.proj b/build.proj index df632557b..ecef5e3ba 100644 --- a/build.proj +++ b/build.proj @@ -11,7 +11,7 @@ of patent rights can be found in the PATENTS file in the same directory. 5 0 - 0-beta1 + 0 0 http://reactjs.net/packages/ $(MSBuildProjectDirectory)\tools\MSBuildTasks