Skip to content

Commit 9da5554

Browse files
committed
Blog post for 1.1.2 release
1 parent 4f20c5d commit 9da5554

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "ReactJS.NET 1.1.2 - Better errors messages and namespaced JSX"
3+
layout: post
4+
author: Daniel Lo Nigro
5+
---
6+
7+
I'm happy to announce the release of ReactJS.NET 1.1.2! This is a minor release and includes a number of changes and fixes since version 1.1.1:
8+
9+
* Error messages now contain more details, including file name, component name, line number and column number. This should make debugging a bit easier, especially if you're debugging without Visual Studio attached. ([#17](https://github.com/reactjs/React.NET/issues/17))
10+
* [JSX Namespacing](http://facebook.github.io/react/blog/2014/07/17/react-v0.11.html#jsx-namespacing) is now supported ([#37](https://github.com/reactjs/React.NET/issues/37))
11+
12+
Have fun, and as always, please feel free to send feedback or bug reports
13+
[on GitHub](https://github.com/reactjs/React.NET).
14+
15+
— Daniel

0 commit comments

Comments
 (0)