Skip to content

Blog post 5 0 0 #872

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ of patent rights can be found in the PATENTS file in the same directory.
<PropertyGroup>
<Major>5</Major>
<Minor>0</Minor>
<Build>0-beta1</Build>
<Build>0</Build>
<Revision>0</Revision>
<DevNuGetServer>http://reactjs.net/packages/</DevNuGetServer>
<MSBuildCommunityTasksPath>$(MSBuildProjectDirectory)\tools\MSBuildTasks</MSBuildCommunityTasksPath>
Expand Down
20 changes: 20 additions & 0 deletions site/jekyll/_posts/2019-07-16-5.0.0-release.md
Original file line number Diff line number Diff line change
@@ -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)