Compare commits

..
3 Commits
Author SHA1 Message Date
Chris 25c67ffd33 2.2.6 2015-10-22 12:50:08 +02:00
Chris 8cdcc2c432 Prepare V2.2.6 2015-10-22 12:49:59 +02:00
Chris cee53ad6c1 Fixed documentation for stateless react components 2015-10-19 10:25:41 +02:00
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -1,5 +1,10 @@
# generator-react-webpack - Changelog
## 2.2.6
___Upgrades___:
1. Added new version of ```react-webpack-template``` (provides new features for continuous testing and better dist build support)
## 2.2.5
___Upgrades:___
+1 -1
View File
@@ -54,7 +54,7 @@ The above command will create a new component, as well as its stylesheet and a b
## Generating new stateless functional components
```
yo react-webpack:component:stateless my/namespaced/components/name
yo react-webpack:component my/namespaced/components/name --stateless
```
Stateless functional components where introduced in React v0.14. They have a much shorter syntax than regular ones and no state or lifecycle methods at all. Please read the [React 0.14 release notes](https://facebook.github.io/react/blog/2015/10/07/react-v0.14.html) to get more information about those components.
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "generator-react-webpack",
"version": "2.2.5",
"version": "2.2.6",
"description": "Yeoman generator for using React with Webpack via Babel",
"keywords": [
"yeoman-generator",
@@ -37,7 +37,7 @@
"test": "mocha"
},
"dependencies": {
"react-webpack-template": "^0.2.0",
"react-webpack-template": "^0.3.0",
"underscore.string": "^3.2.2",
"yeoman-generator": "^0.20.3",
"yeoman-welcome": "^1.0.1"