Skip to content

Commit 56f4776

Browse files
committed
2.2 release
1 parent 650d3bf commit 56f4776

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "ReactJS.NET 2.2"
3+
layout: post
4+
author: Daniel Lo Nigro
5+
---
6+
7+
Happy new year! I'm happy to announce the release of ReactJS.NET 2.2. This is a minor release, and includes a number of changes and fixes since 2.1. These are mainly under-the-hood changes.
8+
9+
- [#210](https://github.com/reactjs/React.NET/issues/210) - Add support for specifying class name of the wrapper element. *Thanks to [Jonas Tibbling](http://jovnas.se/)*
10+
- [#216](https://github.com/reactjs/React.NET/issues/216) - Upgrade to latest version of JavaScriptEngineSwitcher.
11+
- [#193](https://github.com/reactjs/React.NET/issues/193) and [#207](https://github.com/reactjs/React.NET/issues/207) - Upgrade to Babel 6.
12+
- [#197](https://github.com/reactjs/React.NET/issues/197) - Use React from NPM rather than manually bundling it.
13+
14+
Have fun, and as always, please feel free to send feedback or bug reports
15+
[on GitHub](https://github.com/reactjs/React.NET).
16+
17+
— Daniel

0 commit comments

Comments
 (0)