From 72b74de833e5cb8baac4636bb54812c95b6742e0 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 5 Oct 2015 16:43:24 +0100 Subject: [PATCH] add 5.8.23-5.8.26 changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33452f9e98..06ecb69c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,28 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 5.8.26 + + * **Internal** + * Republish to get fix for runtime `typeof-react-element` helper. + +## 5.8.25 + + * **Internal** + * Rename `define` method to avoid webpack assuming those files are AMD. + +## 5.8.24 + + * **Spec Compliancy** + * Updated `optimisation.react.inlineElements` transformer to React 0.14 output. Thanks [@spicyj](https://github.com/spicyj)! + * **Polish** + * Add support for evaluating more static nodes. Thanks [@hzoo](https://github.com/hzoo)! + +## 5.8.23 + + * **Bug Fix** + * Fix a bug where pushed scope bindings weren't properly being registered. + ## 5.8.22 * **Bug Fix**