Skip to content

Commit

Permalink
3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Mar 5, 2018
1 parent 8c1c474 commit 529df29
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
25 changes: 25 additions & 0 deletions site/jekyll/_posts/2018-03-04-3.3.0-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
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 comments on commit 529df29

Please sign in to comment.