ReactJS.NET 1.1.2 - Better errors messages and namespaced JSX

September 14, 2014 by 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)
  • JSX Namespacing is now supported (#37)

Have fun, and as always, please feel free to send feedback or bug reports on GitHub.

— Daniel

Comments