Skip to content

Commit

Permalink
Blog post for 1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Sep 15, 2014
1 parent 4f20c5d commit 9da5554
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions site/jekyll/_posts/2014-09-14-1.1.2-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "ReactJS.NET 1.1.2 - Better errors messages and namespaced JSX"
layout: post
author: Daniel Lo Nigro
---

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:

* 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))
* [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))

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 9da5554

Please sign in to comment.