Skip to content

Commit 824dc15

Browse files
committed
1.4 release announcement
1 parent 811bc67 commit 824dc15

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "ReactJS.NET 1.4 - Support for ASP.NET 5"
3+
layout: post
4+
author: Daniel Lo Nigro
5+
---
6+
7+
I'm happy to announce the release of ReactJS.NET 1.4! This release adds support for the beta version of ASP.NET 5, better handling of server-side `console.log` calls, and the V8 JavaScript engine is now included as standard (the MSIE engine is still available for use, though).
8+
9+
Full list of changes:
10+
11+
* [#47](https://github.com/reactjs/React.NET/issues/47) and [#94](https://github.com/reactjs/React.NET/pull/94) — Support for ASP.NET 5. You must be using Visual Studio 2015 CTP6 and ASP.NET 5 Beta 3. Documentation will be added to the site shortly.
12+
* [#86](https://github.com/reactjs/React.NET/issues/86)`console` calls such as `console.log` during server-side rendering will automatically be propagated to the client-side. This can greatly assist in debugging server-side rendering. Nicer debugging tools will come in the future!
13+
* [#96](https://github.com/reactjs/React.NET/issues/96) — Bundle V8 support by default, stop relying on MSIE engine as much.
14+
* [#97](https://github.com/reactjs/React.NET/issues/97) — Upgrade to JSPool 0.2. This improves the handling of JavaScript engines by recycling them after a number of uses, which ensures memory usage doesn't keep growing over time.
15+
* [#89](https://github.com/reactjs/React.NET/issues/89) — Fixed "Object doesn't support property or method 'defineProperty'" with MSIE engine when [using Flow types](/guides/flow.html).
16+
* [#69](https://github.com/reactjs/React.NET/pull/69) — Support for OWIN. *Thanks to [Marcin Drobik](https://github.com/mandrek44)*.
17+
* [#70](https://github.com/reactjs/React.NET/pull/70) — JsxTransformer exceptions now include whole inner exception. *Thanks to [Marcin Drobik](https://github.com/mandrek44)*.
18+
* [#84](https://github.com/reactjs/React.NET/issues/84) — Fixed missing strong name on System.Web.Optimization.React and React.MSBuild.
19+
* [#67](https://github.com/reactjs/React.NET/pull/67) — ReactJS.NET website now has a fancy logo. *Thanks [Rick Beerendonk](https://github.com/rickbeerendonk)!*
20+
21+
Have fun, and as always, please feel free to send feedback or bug reports
22+
[on GitHub](https://github.com/reactjs/React.NET).
23+
24+
— Daniel

0 commit comments

Comments
 (0)