commit f671ec575b2cc4c4ed25563a12cdfab4ea7d0a00
parent 5155d627559f291966c755fb87f9cf82c3ce2d4f
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Sun, 10 Jul 2016 15:13:55 +0300
Update CHANGELOG.md
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
### [Unreleased][unreleased]
+- Remove Jade dependency in favor of React-based templates: `src/views/index.jade => src/components/Html`
+ (BREAKING CHANGE) [#711](https://github.com/kriasoft/react-starter-kit/pull/711)
- Update `isomorphic-style-loader` to `v1.0.0`, it adds comparability with ES2015+ decorators.
Code such as `export default withStyles(MyComponent, style1, style2)` must be replaced with
`export default withStyles(style1, style2)(MyComponent)` (BREAKING CHANGE).