Skip to content

Commit

Permalink
2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Apr 12, 2016
1 parent 69df4b3 commit 77bde5e
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions site/jekyll/_posts/2016-04-11-2.3.0-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "ReactJS.NET 2.3"
layout: post
author: Daniel Lo Nigro
---

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:

- [#252](https://github.com/reactjs/React.NET/issues/252) - Update to React 15
- [#248](https://github.com/reactjs/React.NET/issues/248) - Update `babel-standalone` to a version that bundles the `transform-decorators-legacy` plugin
- [#251](https://github.com/reactjs/React.NET/issues/251) - Upgrade to JSPool 0.4.1. Includes some fixes for high-concurrency environments
- Upgrade to JavaScriptEngineSwitcher 1.5.2
- Upgrade to ASP.NET RC1 Update 1
- [#230](https://github.com/reactjs/React.NET/issues/230) - Use GUIDs for container IDs, rather than sequential IDs

Have fun, and as always, please feel free to send feedback or bug reports
[on GitHub](https://github.com/reactjs/React.NET).

— Daniel
2 changes: 1 addition & 1 deletion src/React.AspNet/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.2-*",
"version": "2.3.0-*",
"configurations": {
"Debug": {
"compilationOptions": {
Expand Down
2 changes: 1 addition & 1 deletion src/React.Sample.Mvc6/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"webroot": "wwwroot",
"version": "2.2.2-*",
"version": "2.3.0-*",
"dependencies": {
"Microsoft.AspNet.Mvc": "6.0.0-rc1-final",
"Microsoft.AspNet.Diagnostics": "1.0.0-rc1-final",
Expand Down
2 changes: 1 addition & 1 deletion src/wrap/React.Core/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.2-*",
"version": "2.3.0-*",
"frameworks": {
"net40": {
"wrappedProject": "../../React.Core/React.Core.csproj",
Expand Down
2 changes: 1 addition & 1 deletion src/wrap/VroomJs/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.2-*",
"version": "2.3.0-*",
"frameworks": {
"net40": {
"bin": {
Expand Down

0 comments on commit 77bde5e

Please sign in to comment.