Skip to content

Commit 433501c

Browse files
Add 5.0.0 blog post
1 parent 8be703b commit 433501c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: 'ReactJS.NET 5.0.0'
3+
layout: post
4+
author: Dustin Masters
5+
---
6+
7+
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:
8+
9+
- Typescript compilation of .tsx components, which also updates to Babel 7 ([#763](https://github.com/reactjs/React.NET/pull/763))
10+
- Output caching improvements - ([#858](https://github.com/reactjs/React.NET/pull/858))
11+
- JSON.NET v12 support - ([#779](https://github.com/reactjs/React.NET/pull/779))
12+
- .NET Core 3 preview support - ([#791](https://github.com/reactjs/React.NET/pull/791))
13+
- Source link and symbol server support - ([#830](https://github.com/reactjs/React.NET/pull/830)), [ebb22ee](https://github.com/reactjs/React.NET/commit/ebb22ee59d9b2b5824adbcc46b82c92b06997949)
14+
- React and ReactDOM updated to 16.8.6
15+
16+
Thanks to the following developers for contributing to this release: Daniel15, dustinsoftware, gunnim, Taritsyn, vanillajonathan
17+
18+
Cheers!
19+
20+
- [@dustinsoftware](https://twitter.com/dustinsoftware) and [@Daniel15](https://twitter.com/daniel15)

0 commit comments

Comments
 (0)