Skip to content

Commit

Permalink
v0.13.2 blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Apr 18, 2015
1 parent 179f904 commit 6ed2022
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions docs/_posts/2015-04-18-react-v0.13.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
title: "React v0.13.2"
author: Paul O’Shannessy
---

Yesterday Vjeux and team [shipped React Native v0.4](/react/blog/2015/04/17/react-native-v0.4.html). Those of us working on the web team 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`, `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

#### 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 update `style`
* Update `uglify` dependency to prevent a bug in IE8
* Improved warnings

### React with Add-Ons

#### Bug Fixes

* Immutabilty Helpers: Ensure it supports `hasOwnProperty` as an object key

### React Tools

* Improve documentation for new options

0 comments on commit 6ed2022

Please sign in to comment.