339 Commits

Author SHA1 Message Date
Chris
9b561dbcb3 Added deprecation notice for 3.x branch readme 2016-05-27 10:17:57 +02:00
Chris
84b576548b 3.3.2 v3.3.2 2016-05-17 09:48:52 +02:00
Chris
d27d5ffcbf Emerg: Reverted 3.3.1 2016-05-17 09:48:45 +02:00
Chris
84919affc9 3.3.1 v3.3.1 2016-05-17 08:02:47 +02:00
Chris
cc0172086f Chore: Added new version of dependencies 2016-05-17 08:02:17 +02:00
Chris
0f6d9158be Merge pull request #211 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2016-04-28 13:26:10 +02:00
The Gitter Badger
2de8d22b91 Add Gitter badge 2016-04-28 11:19:16 +00:00
Chris
35ef93138c 3.3.0 v3.3.0 2016-03-29 23:24:14 +02:00
Chris
4e698c51b4 Added new changelog for 3.3.0 2016-03-29 23:09:07 +02:00
Chris
832907f2fd Added minor es2015 tweaks 2016-03-29 23:01:42 +02:00
Chris
6344984d65 Added ability to save generator version for future updates 2016-03-29 23:00:55 +02:00
Chris
6b9e24c85a 3.2.4 v3.2.4 2016-03-02 11:56:34 +01:00
Chris
561e072a9c Adjusted generated unit tests 2016-03-02 11:56:12 +01:00
Chris
56d6b9cd48 3.2.3 v3.2.3 2016-02-23 22:14:34 +01:00
Chris
43f3bce786 Added changelog for 3.2.3 (adjusted postcss config to work with new react-webpack-template). 2016-02-23 22:14:02 +01:00
Chris
f6327e1904 Merge pull request #188 from thewtex/grammar
Grammar improvement to the style prompt.
2016-01-25 08:33:00 +01:00
Matt McCormick
bd5748bb89 Grammar improvement to the style prompt. 2016-01-24 10:14:47 -05:00
Chris
782a38b685 3.2.2 v3.2.2 2016-01-13 07:57:00 +01:00
Chris
946775a22f Fix: Set correct indention for generated unit tests 2016-01-13 07:56:49 +01:00
Chris
165b4ae956 3.2.1 v3.2.1 2015-12-28 08:21:27 +01:00
Chris
cb08986a6d Updated tests for new version of react-webpack-template 2015-12-28 08:21:00 +01:00
Chris
52e7528cd2 Merge pull request #179 from stylesuxx/master
Added link to generator-react-webpack-redux to the extending section
2015-12-22 19:52:34 +01:00
stylesuxx
85c0f7f343 Added link to generator-react-webpack-redux to the extending section 2015-12-22 16:47:01 +01:00
Chris
8ee10ffd52 3.2.0 v3.2.0 2015-12-18 08:44:52 +01:00
Chris
60bf2aae3a Adjusted generator for updated yeoman-generator to 0.22.x 2015-12-18 08:44:42 +01:00
Chris
cb98c7e528 Updated sass dependencies to new versions (fixes https://github.com/newtriks/generator-react-webpack/issues/171) 2015-12-01 07:48:31 +01:00
Chris
498c1032f2 3.1.1 v3.1.1 2015-11-24 08:42:31 +01:00
Chris
20cbcee3fe Added missing dependencies for stylus (fixes https://github.com/newtriks/generator-react-webpack/issues/170), moved additional deps to devDependencies when installing 2015-11-24 08:42:21 +01:00
Chris
e74b89d8ea Fixed tests for current version (uses style-loader now) 2015-11-23 08:58:05 +01:00
Chris
4e2650f244 Updated travis configuration 2015-11-23 08:51:15 +01:00
Chris
c99d3c6682 Updated travis configuration 2015-11-23 08:50:13 +01:00
Chris
9c40789c96 3.1.0 v3.1.0 2015-11-23 08:44:18 +01:00
Chris
fe4d214be9 Prepare 3.1.0 2015-11-23 08:44:01 +01:00
Chris
492d2c6947 Merge pull request #168 from stylesuxx/feature/postcss
Add basic support for PostCSS (provided by @stylesuxx)
2015-11-23 08:33:32 +01:00
stylesuxx
b214930f8e Updated wording 2015-11-22 03:48:47 +01:00
stylesuxx
4596462f29 Test: Check that the base config is rewritten if PostCSS is enabled - #163 2015-11-22 03:45:27 +01:00
stylesuxx
0e3b554855 PostCSS loader has to be the third item in the pipe 2015-11-22 03:31:05 +01:00
stylesuxx
98ffadd612 Test: Do not enable PostCSS by default - #163. 2015-11-21 16:49:17 +01:00
stylesuxx
629ce71db5 Added some information about the usage of the postcss functionality - #163 2015-11-21 16:31:53 +01:00
stylesuxx
3a10311c47 css is a dilakt itself - got rid of one condition 2015-11-21 16:06:14 +01:00
stylesuxx
255d7b94d8 Refactored postcss functionality in it's own file - #163 2015-11-21 15:59:39 +01:00
stylesuxx
ac6eb05171 Added dependencies for reading, traversing and converting AST 2015-11-18 18:47:05 +01:00
stylesuxx
9f427d9332 Refactored regex in favor of traversing via AST 2015-11-18 18:46:39 +01:00
Chris
003f8ce8e6 Merge pull request #167 from praseetht/master
Added support for Visual Studio Code from @praseetht
2015-11-18 08:30:23 +01:00
Chris
aa468d529d 3.0.1 v3.0.1 2015-11-18 08:20:41 +01:00
Chris
62b36813b3 Prepare 3.0.1 2015-11-18 08:20:28 +01:00
Chris
e7501dccbd Removed licence from copied files
Removed unneeded .npmignore copy
Adjusted unittests to include .babelrc
2015-11-18 08:19:12 +01:00
stylesuxx
f70a1eed8f Parse base config and add postcss related stuff 2015-11-18 04:33:58 +01:00
stylesuxx
312c88b0bc Added dependencies for postcss 2015-11-18 03:11:04 +01:00
Chris
7d01c86522 3.0.0 v3.0.0 2015-11-17 07:49:16 +01:00