React 0.13.2 發布,構建用戶界面的 JavaScript 庫
React.js 是 非死book 推出的一個用來構建用戶界面的 JavaScript 庫。
非死book開源了React,這是該公司用于構建反應式圖形界面的JavaScript庫,已經應用于構建Instagram網站及 非死book部分網站。最近出現了AngularJS、MeteorJS 和Polymer中實現的Model-Driven Views等框架,React也順應了這種趨勢。React基于在數據模型之上聲明式指定用戶界面的理念,用戶界面會自動與底層數據保持同步。與前面提及 的框架不同,出于靈活性考慮,React使用JavaScript來構建用戶界面,沒有選擇HTML。
React 0.13.2 發布,此版本主要有以下更新:新特性:
-
Added strokeDashoffset, flexPositive, flexNegative to the list of unitless CSS properties
-
Added support for more DOM properties:
scoped - for <style> elements
high, low, optimum - for <meter> elements
unselectable - IE-specific property to prevent user selection
錯誤修復:
-
Fixed a case where re-rendering after rendering null didn't properly pass context
-
Fixed a case where re-rendering after rendering with style={null} didn't properly update style
-
Update uglify dependency to prevent a bug in IE8
-
Improved warnings
詳細信息請查看發行說明。
此版本現已提供下載
https://github.com/非死book/react/releases/download/v0.13.2/react-0.13.2.zip
來自:http://www.oschina.net/news/61709/react-0-13-2-released