244 Commits

Author SHA1 Message Date
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
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
Pavlo Blazhchuk
094d0c8905 Support io.js
Add iojs to engines
2015-05-09 22:16:24 +03:00
Andreas Savvides
815640bf47 Better syntax highlighting in README 2015-05-08 21:36:13 +01:00
Simon Bailey
9fd0f0ae54 chore: version bump 1.2.6
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-05-06 10:37:49 +01:00
Simon Bailey
e9250714d7 feat: added font loading to karma conf
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-05-06 10:37:34 +01:00
Simon Bailey
b7536977f9 chore: version bump 1.2.5
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-05-06 10:01:48 +01:00
Simon Bailey
229ee6d535 fixes: #100
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-05-06 10:01:31 +01:00
Simon Bailey
6e2394ef8f chore: version bump 1.2.4
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-04-27 19:51:17 +01:00
Simon Bailey
9b4cd44ce9 fix: funky merge cockup
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-04-27 19:50:59 +01:00
Simon Bailey
9965e4cfaf chore: version bump to 1.2.3 simple as a.b.c
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-04-27 19:49:56 +01:00
Simon Bailey
486aea76b8 Merge pull request #92 from yonatanmn/master
alias for generators, rich option
2015-04-27 19:48:01 +01:00