Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 937 Bytes

2016-04-11-2.3.0-release.md

File metadata and controls

19 lines (15 loc) · 937 Bytes
title layout author
ReactJS.NET 2.3 - React 15
post
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 - Update to React 15
  • #248 - Update babel-standalone to a version that bundles the transform-decorators-legacy plugin
  • #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 - 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.

— Daniel