Skip to content

Commit adae07f

Browse files
committed
3.4 and 4.0-beta1 releases
1 parent 436dc6d commit adae07f

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

build.proj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ of patent rights can be found in the PATENTS file in the same directory.
99
-->
1010
<Project ToolsVersion="4.0" DefaultTargets="Build;Test;Package" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1111
<PropertyGroup>
12-
<Major>3</Major>
13-
<Minor>3</Minor>
14-
<Build>0</Build>
12+
<Major>4</Major>
13+
<Minor>0</Minor>
14+
<Build>0-beta1</Build>
1515
<Revision>0</Revision>
1616
<DevNuGetServer>http://reactjs.net/packages/</DevNuGetServer>
1717
<MSBuildCommunityTasksPath>$(MSBuildProjectDirectory)\tools\MSBuildTasks</MSBuildCommunityTasksPath>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "ReactJS.NET 3.4 and 4.0 beta"
3+
layout: post
4+
author: Daniel Lo Nigro
5+
---
6+
7+
I'm happy to announce the release of ReactJS.NET 3.4! This is a minor release with a few performance-related changes contributed by [Daniil Sokolyuk](https://github.com/DaniilSokolyuk):
8+
- [#529](https://github.com/reactjs/React.NET/pull/529) - Cache whether component names are valid.
9+
- [#528](https://github.com/reactjs/React.NET/pull/528) - Fast React ID generator.
10+
- [#532](https://github.com/reactjs/React.NET/pull/532) - Avoid large object allocations and reuse everything.
11+
12+
A few other changes have also been included. Thanks to Dustin Masters for most of these changes:
13+
- [#558](https://github.com/reactjs/React.NET/pull/558) - Fix crashes related to loading React 16.4.1
14+
- [#541](https://github.com/reactjs/React.NET/pull/541) - Use `ReactDOM.render` rather than `ReactDOM.hydrate` for ClientOnly components. *Thanks to [Suhail Ansari](https://github.com/suhailnaw) for his first open-source contribution! :)*
15+
- [#537](https://github.com/reactjs/React.NET/pull/537) - Added benchmarking tool for benchmarking changes to ReactJS.NET itself.
16+
17+
ReactJS.NET 4.0 beta has also been released. This release includes all the above changes, and also upgrades JavaScriptEngineSwitcher to 3.0.0 beta. Upgrade instructions can be found in the [How to upgrade applications to version 3.X](https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/How-to-upgrade-applications-to-version-3.X) document.
18+
19+
20+
Have fun, and as always, please feel free to send feedback or bug reports
21+
[on GitHub](https://github.com/reactjs/React.NET).
22+
23+
— Daniel and Dustin

0 commit comments

Comments
 (0)