Skip to content

Commit 529df29

Browse files
committed
3.3 release
1 parent 8c1c474 commit 529df29

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

build.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ of patent rights can be found in the PATENTS file in the same directory.
1010
<Project ToolsVersion="4.0" DefaultTargets="Build;Test;Package" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1111
<PropertyGroup>
1212
<Major>3</Major>
13-
<Minor>2</Minor>
13+
<Minor>3</Minor>
1414
<Build>0</Build>
1515
<Revision>0</Revision>
1616
<DevNuGetServer>http://reactjs.net/packages/</DevNuGetServer>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "ReactJS.NET 3.3"
3+
layout: post
4+
author: Daniel Lo Nigro
5+
---
6+
7+
I'm happy to announce the release of ReactJS.NET 3.3! This is a minor release with a few changes:
8+
9+
- [#449](https://github.com/reactjs/React.NET/pull/449) - Allow rendering HTML in an ASP.NET MVC web application outside of the context of a web request. *Thanks to [Bojan Čoka](https://github.com/coka)*
10+
- [#479](https://github.com/reactjs/React.NET/pull/479) - Added example for ReactRouter. *Thanks to [Dustin Masters](https://www.dustinsoftware.com/)*.
11+
- [#473](https://github.com/reactjs/React.NET/pull/473) - Added optional error boundary support. *Thanks to [Dustin Masters](https://www.dustinsoftware.com/)*.
12+
- [#496](https://github.com/reactjs/React.NET/pull/496) - Added support for script nonce attributes. *Thanks to [Dustin Masters](https://www.dustinsoftware.com/)*.
13+
- [#497](https://github.com/reactjs/React.NET/pull/497) - Several improvements to server-only rendering. Container elements are no longer rendered, and `Html.RenderInitJavaScript` no longer renders JS for these components. *[Thanks to Gustav Tonér](https://github.com/gazab)*
14+
- [#438](https://github.com/reactjs/React.NET/pull/438) - Simplified name of the HtmlHelper function for ReactRouter. *Thanks to [gunnim](https://github.com/gunnim)*.
15+
- [#514](https://github.com/reactjs/React.NET/pull/514) - Replaced "path" with "location" for ReactRouter server-side rendering. *[Thanks to Chad Burggraf](http://chadb.me/)*
16+
- [#509](https://github.com/reactjs/React.NET/pull/509) - Use NuGet reference rather than local reference for tutorial code. *Thanks to [Dustin Masters](https://www.dustinsoftware.com/)*.
17+
- [#475](https://github.com/reactjs/React.NET/pull/475) - Fixed flaky unit tests.
18+
*Thanks to [Dustin Masters](https://www.dustinsoftware.com/)*.
19+
20+
Huge thanks to [Dustin Masters](https://www.dustinsoftware.com/) for reviewing several of the pull requests.
21+
22+
Have fun, and as always, please feel free to send feedback or bug reports
23+
[on GitHub](https://github.com/reactjs/React.NET).
24+
25+
— Daniel

0 commit comments

Comments
 (0)