React v0.13.2
April 18, 2015 szerzők Paul O’Shannessy
This blog site has been archived. Go to react.dev/blog to see the recent posts.
Yesterday the React Native team shipped v0.4. Those of us working on the web team just a few feet away couldn’t just be shown up like that so we’re shipping v0.13.2 today as well! This is a bug fix release to address a few things while we continue to work towards v0.14.
The release is now available for download:
- React
 Dev build with warnings: https://fb.me/react-0.13.2.js
 Minified build for production: https://fb.me/react-0.13.2.min.js
- React with Add-Ons
 Dev build with warnings: https://fb.me/react-with-addons-0.13.2.js
 Minified build for production: https://fb.me/react-with-addons-0.13.2.min.js
- In-Browser JSX transformer
 https://fb.me/JSXTransformer-0.13.2.js
We’ve also published version 0.13.2 of the react and react-tools packages on npm and the react package on bower.
Changelog
React Core
New Features
- Added strokeDashoffset,flexPositive,flexNegativeto 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
 
Bug Fixes
- 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 updatestyle
- Update uglifydependency to prevent a bug in IE8
- Improved warnings
React with Add-Ons
Bug Fixes
- Immutabilty Helpers: Ensure it supports hasOwnPropertyas an object key
React Tools
- Improve documentation for new options
Hasznos volt ez az oldal?Az oldal szerkesztése