Skip to content

Commit 77bde5e

Browse files
committed
2.3 release
1 parent 69df4b3 commit 77bde5e

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "ReactJS.NET 2.3"
3+
layout: post
4+
author: Daniel Lo Nigro
5+
---
6+
7+
I'm happy to announce the release of ReactJS.NET 2.3. This is a minor release, with most of the updates being updates to third-party components:
8+
9+
- [#252](https://github.com/reactjs/React.NET/issues/252) - Update to React 15
10+
- [#248](https://github.com/reactjs/React.NET/issues/248) - Update `babel-standalone` to a version that bundles the `transform-decorators-legacy` plugin
11+
- [#251](https://github.com/reactjs/React.NET/issues/251) - Upgrade to JSPool 0.4.1. Includes some fixes for high-concurrency environments
12+
- Upgrade to JavaScriptEngineSwitcher 1.5.2
13+
- Upgrade to ASP.NET RC1 Update 1
14+
- [#230](https://github.com/reactjs/React.NET/issues/230) - Use GUIDs for container IDs, rather than sequential IDs
15+
16+
Have fun, and as always, please feel free to send feedback or bug reports
17+
[on GitHub](https://github.com/reactjs/React.NET).
18+
19+
— Daniel

src/React.AspNet/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.2-*",
2+
"version": "2.3.0-*",
33
"configurations": {
44
"Debug": {
55
"compilationOptions": {

src/React.Sample.Mvc6/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"webroot": "wwwroot",
3-
"version": "2.2.2-*",
3+
"version": "2.3.0-*",
44
"dependencies": {
55
"Microsoft.AspNet.Mvc": "6.0.0-rc1-final",
66
"Microsoft.AspNet.Diagnostics": "1.0.0-rc1-final",

src/wrap/React.Core/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.2-*",
2+
"version": "2.3.0-*",
33
"frameworks": {
44
"net40": {
55
"wrappedProject": "../../React.Core/React.Core.csproj",

src/wrap/VroomJs/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.2-*",
2+
"version": "2.3.0-*",
33
"frameworks": {
44
"net40": {
55
"bin": {

0 commit comments

Comments
 (0)