You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/jekyll/_posts/2016-05-24-2.4.0-release.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ I'm happy to announce the release of ReactJS.NET 2.4! The main change in this re
11
11
-[#266](https://github.com/reactjs/React.NET/pull/266) - Allow customisation of file name extension for Babel transpilation. *Thanks to [Andrew Ovens](http://andrewovens.com/)*.
12
12
-[#270](https://github.com/reactjs/React.NET/pull/270) - Always return JS engine to pool after component render. *Thanks to [Dustin Masters](https://www.dustinsoftware.com/)*.
13
13
-[#253](https://github.com/reactjs/React.NET/issues/253) - Fix handling of relative paths in OWIN.
14
-
- Temporarily disable Chakra Edge JS engine, as it's throwing "Attempted to read or write protected memory" errors. Chakra MSIE is still enabled, although V8 is the recommended engine for ReactJS.NET.
15
14
-[#226](https://github.com/reactjs/React.NET/pull/226) - Serialize props when they're set, rather than every time the component render code is called. This ensures that the props are only serialized once rather than twice.
16
15
17
16
Have fun, and as always, please feel free to send feedback or bug reports
0 commit comments