Skip to content

Commit 2752d9d

Browse files
committed
3.1 release
1 parent 3c086e5 commit 2752d9d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "ReactJS.NET 3.1"
3+
layout: post
4+
author: Daniel Lo Nigro
5+
---
6+
7+
I'm happy to announce the release of ReactJS.NET 3.1! This is a minor release with a few changes:
8+
9+
- [#388](https://github.com/reactjs/React.NET/issues/388) - ASP.NET Core middleware is now in a separate NuGet package. If you want to use the middleware to transpile JavaScript without pulling in the full ASP.NET MVC Core framework, you can just use the `React.AspNet.Middleware` NuGet package.
10+
- [#421](https://github.com/reactjs/React.NET/pull/421) - Upgraded to JSPool 3.0. This has a few small API changes, but should not affect most sites unless you're messing with the internals of ReactJS.NET.
11+
- [#421](https://github.com/reactjs/React.NET/pull/421) - The MSBuild task now has an assembly binding for `JavaScriptEngineSwitcher.Core`, which should prevent strange errors when the version of `JavaScriptEngineSwitcher.V8` does not match the version of `JavaScriptEngineSwitcher.Core`.
12+
- [#413](https://github.com/reactjs/React.NET/pull/413) - The `DefaultEngineName` setting in JavaScriptEngineSwitcher is now respected, and can be used to force a particular engine to be used.
13+
- [#416](https://github.com/reactjs/React.NET/pull/416) - `MaxUsagesPerEngine` is now available as a configuration option. *Thanks to [Halstatt](https://github.com/Halstatt)*.
14+
- [#419](https://github.com/reactjs/React.NET/pull/419) - Server-side console calls (eg. `console.log`) now include the stack trace. *Thanks to [Halstatt](https://github.com/Halstatt)*.
15+
16+
The ReactJS.NET project has also been upgraded to use the Visual Studio 2017 tooling ([#406](https://github.com/reactjs/React.NET/pull/406)). This means that if you want to modify ReactJS.NET itself, you need to be using Visual Studio 2017.
17+
18+
Have fun, and as always, please feel free to send feedback or bug reports
19+
[on GitHub](https://github.com/reactjs/React.NET).
20+
21+
— Daniel

0 commit comments

Comments
 (0)