354 Commits

Author SHA1 Message Date
Chris
e7bbcb1fe7 Merge pull request #146 from halkeye/patch-1
update baseRootPath to be happier with npm@3
2015-09-25 11:34:27 +02:00
Gavin Mogan
8a2fc142ba update baseRootPath to be happier with npm@3
npm@3 now flattens node_modules directory
This should be happy no matter where the module ends up
2015-09-24 23:45:12 -07:00
Chris
76f0e8e672 Added correct node version for travis 2015-09-21 21:13:28 +02:00
Chris
a5c4ea4c74 2.0.1 v2.0.1 2015-09-21 20:58:11 +02:00
Chris
9c61be0c24 Added updated readme 2015-09-21 20:58:00 +02:00
Chris
6516861e79 2.0.0 v2.0.0 2015-09-21 20:46:20 +02:00
Chris
023d937877 Added changes for version 2.0 2015-09-21 20:45:57 +02:00
Chris
438341c3fe 1.2.13 v1.2.13 2015-09-21 19:55:04 +02:00
Chris
1ccb26683f Merge pull request #143 from mjul/patch-1
Add missing semicolon to avoid warnings
2015-09-21 19:45:01 +02:00
Chris
e811ad8de0 Merge pull request #144 from cmil/webpack-stylus-fix
Fix stylus loader in webpack.dist.config
2015-09-21 19:41:36 +02:00
Chris
8e81d73c10 Merge pull request #145 from cmil/update-karma
Bump karma version in _package.json
2015-09-21 19:40:06 +02:00
Carsten Milling
51364047ec bump karma version in _package.json 2015-09-21 17:14:57 +02:00
Carsten Milling
648942401e fix stylus loader in webpack.dist.config 2015-09-21 16:52:35 +02:00
Martin Jul
ccd35fed53 Add missing semicolon to avoid warnings 2015-09-19 12:40:09 +02:00
Simon Bailey
73da256b57 chore: version bump 1.2.12
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-08-17 14:01:58 +01:00
Chris
fdc5e32e20 Merge pull request #132 from akampjes/trailingspacefix
Remove trailing whitespace after Reflux
2015-07-27 08:31:22 +02:00
Andrew Kampjes
c57d7e6463 Remove trailing whitespace after Reflux
This removes the linter error: `error  Trailing spaces not allowed  no-trailing-spaces`
2015-07-25 23:18:52 +12:00
Simon Bailey
4998a916ed chore: version bump 1.2.11
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-07-02 10:37:24 +01:00
Simon Bailey
49c977561d Merge pull request #123 from weblogixx/feat-unittest
Updated Unit-Tests
2015-07-02 10:35:49 +01:00
Chris
7f911b54f1 *FIX* Readme: Updated unit test examples. 2015-07-01 09:10:32 +02:00
Chris
15e04c14de Merge commit '81bc264d79c6c92006ed86d0f600140fc58eed01' into feat-unittest 2015-07-01 09:03:09 +02:00
Chris
b0b0f3f84d *FEATURE*: Unittests: Added support for React ShallowRendering as described in http://simonsmith.io/unit-testing-react-components-without-a-dom/. 2015-07-01 08:50:32 +02:00
Simon Bailey
81bc264d79 chore: version bump 1.2.10
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-06-30 11:35:34 +01:00
Simon Bailey
9026dffdf7 Merge pull request #122 from weblogixx/master
Bugfix for jsx backwards compatibility
2015-06-30 11:34:45 +01:00
Chris
62dda60bad *FIX* Added missing jsx filename test for babel-loader (was missing in web pack.dist). Fixes newtriks/generator-react-webpack#121 2015-06-30 07:28:43 +02:00
Simon Bailey
d739e98ad5 chore: version bump 1.2.9
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-06-27 07:42:57 +01:00
Simon Bailey
785a0ffa72 Merge pull request #113 from skfd/remove_trailing_space
Removed trailing spaces from component generator
2015-06-27 07:41:43 +01:00
Simon Bailey
0ef275ac90 Merge pull request #114 from weblogixx/feat-eslint
*ADD* Base: Added esLint as new linter
2015-06-27 07:41:18 +01:00
Simon Bailey
6dff0a0667 Merge pull request #116 from mif2e/master
change wrong file path in README.md
2015-06-27 07:40:50 +01:00
Simon Bailey
e2ab2b4a3b Merge pull request #115 from weblogixx/master
Update React.js and React-Router Versions
2015-06-27 07:40:31 +01:00
materliu
b2afc03fec change wrong file path in README.md 2015-06-03 14:31:49 +08:00
Chris
182c92a948 Merge branch 'master' into feat-eslint 2015-06-02 15:20:23 +02:00
Chris
accc292f43 *FIX* React: Added new react and react router versions 2015-06-02 15:19:46 +02:00
Chris
598842ba9c *FIX* Tests: Removed NoErrorsPlugin from test for dev webpack 2015-06-02 12:58:56 +02:00
Chris
e63ddcb5f5 *ADD* Base: Added esLint as new linter 2015-06-02 12:23:15 +02:00
Konstantin Konev
3720ea9121 removed trailing spaves from component generator 2015-05-31 21:04:12 +03:00
Simon Bailey
c422be2253 chore: version bump 1.2.8
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-05-26 10:01:58 +01:00
Simon Bailey
03c254ac45 Merge pull request #105 from weblogixx/master
*ADD* Fallback: Added .jsx suffix support for new components (Resolve…
2015-05-26 10:01:14 +01:00
Chris
e90aaa46b6 Merge remote-tracking branch 'newtriks/master'
Conflicts:
	README.md
2015-05-26 10:15:03 +02:00
Simon Bailey
e0058bea05 chore: version bump 1.2.7
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-05-25 17:22:50 +01:00
Simon Bailey
4ebc88af02 Merge pull request #103 from gios/master
Support iojs
2015-05-25 17:20:21 +01:00
Simon Bailey
0560d4763c Merge pull request #110 from atmk-za/master
Added architecture option for Alt (http://alt.js.org)
2015-05-25 17:19:42 +01:00
Simon Bailey
324cc45d3f Merge pull request #101 from AnSavvides/patch-1
Better syntax highlighting in README
2015-05-25 17:18:29 +01:00
Simon Bailey
74153cc9b6 Merge pull request #107 from bionikspoon/patch-1
typo: srore vs store
2015-05-25 17:18:09 +01:00
Simon Bailey
4551c81011 Merge pull request #108 from daannijkamp/patch-1
Fix spelling mistake
2015-05-25 17:17:51 +01:00
TLO
0b732e1a7c Added architecture option for Alt (http://alt.js.org), actions and stores 2015-05-20 12:33:38 +02:00
Daan Nijkamp
fc229506f4 Fix spelling mistake 2015-05-16 15:21:22 +02:00
Manu Phatak
e94f494fa2 typo: srore vs store 2015-05-14 13:47:54 -05:00
Chris
15fde19fa2 *MOD* Fallback: Added updates to readme to reflect new fallback options, adjusted output text. 2015-05-13 09:15:27 +02:00
Chris
6b22f18bfc *ADD* Fallback: Added .jsx suffix support for new components (Resolves newtriks/generator-react-webpack#99) 2015-05-12 16:28:11 +02:00