363 Commits

Author SHA1 Message Date
Raymond Ha
945bb11da6 Fix jshint preloader 2015-02-17 01:58:10 -05:00
James Manning
58b4d073e1 simple typo fix 2015-02-17 00:29:27 -05:00
Raymond Ha
8715689944 6to5 rename to Babel 2015-02-15 15:25:07 -05:00
Simon Bailey
88a912c1f5 chore: version bump 1.1.11
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-02-10 10:09:25 +00:00
Simon Bailey
6cbb38bb0c Merge pull request #51 from marcin-wosinek/master
update documentation
2015-02-10 10:08:16 +00:00
Marcin Wosinek
02d78edb6f update documentation
remove outdated note
2015-02-08 10:23:25 +00:00
Simon Bailey
7d7cb06e0e chore: version bump 1.1.10
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-02-05 14:00:43 +00:00
Simon Bailey
a66ec179c9 fix: fixes #44
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-02-05 14:00:32 +00:00
Simon Bailey
0ab66717e0 chore: bump version 1.1.9
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-02-05 13:56:31 +00:00
Simon Bailey
ee8003a48f fix: fixes #46
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-02-05 13:56:19 +00:00
Simon Bailey
dff20a163f chore: version bump 1.1.8
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-02-04 20:40:23 +00:00
Simon Bailey
52148d87e0 Merge pull request #50 from chrisolsen/css-path-fix
fix the require's style path when creating sub-foldered components
2015-02-04 20:39:48 +00:00
Chris Olsen
509a23d0ab fix the require's style path when creating sub-foldered components
Currently `yo react-webpack:component Foo/Bar/Blam` will create a
component that containing an invalid require path of `'../../styles/Blam.scss'` instead of
`'../../styles/Foo/Bar/Blam.scss'`
2015-02-04 13:29:42 -07:00
Simon Bailey
9acbed27d9 chore: bump version 1.1.7
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-02-04 17:37:29 +00:00
Simon Bailey
61205d0d51 Closes #37 2015-02-04 17:35:57 +00:00
Simon Bailey
5775cffff1 Merge pull request #48 from chrisolsen/whitespace
Cleanup whitespace from generated files
2015-02-04 17:32:47 +00:00
Chris Olsen
fa3caf854e add whitespace between style name and opening curly brace 2015-02-01 09:42:23 -07:00
Chris Olsen
de96b238eb prevent unwanted linebreaks from being added to generated component js file 2015-02-01 09:39:46 -07:00
Simon Bailey
d961f1e39e chore: version bump 1.1.6
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-01-19 10:18:52 +00:00
Simon Bailey
392e246216 Merge pull request #45 from chrisolsen/master
add the ability to use the scss format
2015-01-19 10:17:36 +00:00
Chris Olsen
0734dace64 add scss format 2015-01-17 14:56:19 -07:00
Simon Bailey
2d637ceed2 chore: version bump 1.1.5
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-01-11 17:53:54 +00:00
Simon Bailey
e26ffd2ac7 Merge pull request #43 from andrewliebchen/fix-router
Fix React Router after upgrade
2015-01-11 17:52:10 +00:00
andrewliebchen
4c93d0c1e9 Fix React Router after upgrade 2015-01-10 16:59:02 -08:00
Simon Bailey
eee7269950 chore: version bump 1.1.4
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-01-10 14:28:52 +00:00
Simon Bailey
8b6d360cec Merge pull request #42 from victor-homyakov/patch-2
Fix usage example and link to Jasmine
2015-01-10 14:27:42 +00:00
Simon Bailey
4d6b93bce8 Merge pull request #41 from victor-homyakov/patch-1
Fix warning "Something is calling a React component directly"
2015-01-10 14:27:36 +00:00
Victor Homyakov
3a5acbbd46 Fix usage example and link to Jasmine 2015-01-10 14:50:09 +03:00
Victor Homyakov
ff6f9d5360 Fix warning "Something is calling a React component directly" 2015-01-09 20:29:51 +03:00
Simon Bailey
d725417888 chore: version bump 1.1.3
Signed-off-by: Simon Bailey <simon@newtriks.com>
2015-01-09 17:28:24 +00:00
Simon Bailey
014bb0266d Merge pull request #40 from victor-homyakov/patch-2
Fix error and warning in test
2015-01-09 17:27:01 +00:00
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