Simon Bailey
d0b9fbc95d
Merge pull request #39 from victor-homyakov/patch-1
...
Use `jsx-loader?harmony` as in webpack.config.js
2015-01-09 17:26:53 +00:00
Victor Homyakov
d3218561b7
Fix error and warning in test
...
Fix `jsx` extension
Fix warning "Something is calling a React component directly"
2015-01-09 20:25:47 +03:00
Victor Homyakov
ac3ad84cbd
Use jsx-loader?harmony as in webpack.config.js
2015-01-09 20:07:31 +03:00
Simon Bailey
722bc13c24
chore: version bump 1.1.2
...
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-01-09 12:11:46 +00:00
Simon Bailey
3f83d1d924
Merge pull request #38 from andrewliebchen/update-react
...
Update to React 0.12.2
2015-01-09 12:04:08 +00:00
andrewliebchen
83454b5886
Update to React 0.12.2
2015-01-06 21:43:19 -08:00
Simon Bailey
a8a6f6b462
chore: version bump 1.1.1
...
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-12-10 12:35:17 +00:00
Simon Bailey
80a19d1884
Merge pull request #34 from me97esn/master
...
Support --es6 flag
2014-12-10 12:30:55 +00:00
Emil Stenberg
aeb2e370b4
removed unused code
2014-12-10 12:48:48 +01:00
Emil Stenberg
505d7277e9
generating es6 modules if --es6 flag is used
2014-12-10 12:45:17 +01:00
Emil Stenberg
7421ef680f
added 6to5 loader in webpack configs
2014-12-10 12:26:46 +01:00
Emil Stenberg
c3f6abc95e
adding 6to5 loader
2014-12-10 10:45:45 +01:00
Emil Stenberg
188b523629
passing es6 option to template
2014-12-10 10:42:06 +01:00
Emil Stenberg
33e42f3ede
added flag --es6
2014-12-10 09:48:37 +01:00
Simon Bailey
190054c595
release: v1.1.0
...
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-11-04 19:44:39 +00:00
Simon Bailey
8a1c91604d
Merge pull request #33 from ColCh/master
...
Select styles language and use it within component subgenerator
2014-11-04 19:43:40 +00:00
ColCh
ef377565dc
Proxy stylesLanguage to component subgenerator
2014-11-02 16:17:54 +03:00
ColCh
651ff70086
Inline pkg.mainInput
2014-11-02 16:16:56 +03:00
ColCh
ab98751f90
Use styles within templates
2014-11-02 16:08:48 +03:00
ColCh
0799d1e65c
Proxy selected style lang to templates
2014-11-02 16:07:56 +03:00
ColCh
6442075d71
Move webpack configs to tempates
2014-11-02 16:03:43 +03:00
ColCh
0601753a24
Finish Feature-stylelang-selection
2014-11-02 15:23:45 +03:00
ColCh
ac43179354
Use corresponding stylesheet depending on config variable
2014-11-02 12:22:28 +03:00
ColCh
88d79d2ec2
Add question about desired styles lang
2014-11-02 11:52:51 +03:00
ColCh
89ce919eee
Store and assert config file
2014-11-02 11:08:28 +03:00
Simon Bailey
bfaec14ae1
About time for a fetchin' version 1.0.0 release
...
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-10-03 22:09:04 +01:00
Simon Bailey
286d175757
Merge pull request #29 from ColCh/feature/live-edit
...
Use HMR api (livereload for app)
2014-10-03 22:04:33 +01:00
Simon Bailey
994f0ad658
Merge pull request #28 from leafle/master
...
Update karma-webpack depency to fix confusing error
2014-10-03 22:03:46 +01:00
ColCh
026455c4e7
Backport 58dddfd80d
2014-09-29 19:32:18 +04:00
ColCh
19a2eb963a
Add simple tests for HMR usage
2014-09-29 19:19:20 +04:00
ColCh
18ff31dd61
Move react-hot-loader to devDependencies
2014-09-29 19:19:01 +04:00
Brandon Smyth
83b06593c5
Update karma-webpack depency to fix confusing error
...
Using karma-webpack-plugin 1.0.0 led to the following error from grunt
test immediately after generating. I found the following fix in
karma-webpack that had not been included in karma-webpack-plugin because
it has since become karma-webpack.
error:
INFO [PhantomJS 1.9.7 (Mac OS X)]: Connected on socket 33J3dAUsvdMT6Io38nxm with id 51124214
PhantomJS 1.9.7 (Mac OS X) ERROR
TEST RUN WAS CANCELLED because this file contains some errors:
/.../eventlist/test/spec/components/EventlistApp.js
fix:
ad3be8452f
2014-09-28 23:05:42 -07:00
ColCh
43f7dbffdc
Add and use Hot Module Replacement plugin and react-hot-loader
2014-09-27 19:23:34 +04:00
Simon Bailey
3eca7c6f7c
Update README.md
2014-09-26 14:39:41 +01:00
Simon Bailey
a111b5bf5d
fix: space in package.json mainInput field
...
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-09-26 14:34:55 +01:00
Simon Bailey
967706e942
feat: added react-router
...
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-09-26 14:23:08 +01:00
Simon Bailey
3b27c1802a
refactor: cleaned up test suite and fix failures
...
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-09-26 12:13:47 +01:00
Simon Bailey
f93f09b5f5
feat: swap reset for the superior normalize
...
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-09-25 21:51:01 +01:00
Simon Bailey
9728ed0efe
chore: update react patch version
...
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-09-25 21:07:06 +01:00
Simon Bailey
c3d968e979
chore: update project deps
...
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-09-25 21:04:39 +01:00
Simon Bailey
a054494c81
chore: update generator deps
...
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-09-25 21:04:25 +01:00
Simon Bailey
83ee89c369
chore: ignore npm log
...
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-09-25 21:04:08 +01:00
Simon Bailey
652ea1f97c
Merge branch 'master' into version-updates
2014-09-01 08:35:02 +01:00
Simon Bailey
80089405ac
Version bump 0.0.10
...
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-09-01 08:34:52 +01:00
Simon Bailey
69c7f91ff0
Merge pull request #24 from teawaterwire/url-loader
...
Use url-loader
2014-09-01 08:32:42 +01:00
Simon Bailey
40bc434282
Merge pull request #23 from the-gigi/master
...
Add missing resolve section
2014-09-01 08:32:20 +01:00
Theophile Villard
26c229682d
Use url-loader
2014-08-24 19:11:46 +02:00
Gigi
609c56fe88
add missing resolve section
2014-08-22 15:39:29 -07:00
Simon Bailey
94e4aff2fa
Untested updates for project package versions
...
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-08-17 10:53:49 +01:00
Simon Bailey
c563513009
Bumped version to 0.0.9
2014-08-17 10:44:19 +01:00