-
Notifications
You must be signed in to change notification settings - Fork 932
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |