Skip to content
Snippets Groups Projects
Commit 529df298 authored by Daniel Lo Nigro's avatar Daniel Lo Nigro
Browse files

3.3 release

parent 8c1c474e
No related branches found
Tags release-3.3.0
No related merge requests found
......@@ -10,7 +10,7 @@ of patent rights can be found in the PATENTS file in the same directory.
<Project ToolsVersion="4.0" DefaultTargets="Build;Test;Package" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Major>3</Major>
<Minor>2</Minor>
<Minor>3</Minor>
<Build>0</Build>
<Revision>0</Revision>
<DevNuGetServer>http://reactjs.net/packages/</DevNuGetServer>
......
---
title: "ReactJS.NET 3.3"
layout: post
author: Daniel Lo Nigro
---
I'm happy to announce the release of ReactJS.NET 3.3! This is a minor release with a few changes:
- [#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)*
- [#479](https://github.com/reactjs/React.NET/pull/479) - Added example for ReactRouter. *Thanks to [Dustin Masters](https://www.dustinsoftware.com/)*.
- [#473](https://github.com/reactjs/React.NET/pull/473) - Added optional error boundary support. *Thanks to [Dustin Masters](https://www.dustinsoftware.com/)*.
- [#496](https://github.com/reactjs/React.NET/pull/496) - Added support for script nonce attributes. *Thanks to [Dustin Masters](https://www.dustinsoftware.com/)*.
- [#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)*
- [#438](https://github.com/reactjs/React.NET/pull/438) - Simplified name of the HtmlHelper function for ReactRouter. *Thanks to [gunnim](https://github.com/gunnim)*.
- [#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/)*
- [#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/)*.
- [#475](https://github.com/reactjs/React.NET/pull/475) - Fixed flaky unit tests.
*Thanks to [Dustin Masters](https://www.dustinsoftware.com/)*.
Huge thanks to [Dustin Masters](https://www.dustinsoftware.com/) for reviewing several of the pull requests.
Have fun, and as always, please feel free to send feedback or bug reports
[on GitHub](https://github.com/reactjs/React.NET).
— Daniel
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment