Skip to content

Releases: SnowdogApps/magento2-frontools

1.4.2 - Fixed inheritance resolver

14 Mar 14:40
Compare
Choose a tag to compare

1.4.0 - It's time to say "Hi" to ES6/ES7 in Magento 2

13 Mar 01:49
Compare
Choose a tag to compare
  • Babel support has landed in Frontools 🔥
  • Inheritance engine now supports all types of files.
  • Added ignore param to help you with unwanted files from 3rd party modules.
  • Refactored deploy task are now using inheritance task results.

1.3.10 - Fixed output size of styles compilation with --prod flag

11 Mar 09:59
Compare
Choose a tag to compare

Production ready code contains source maps, which makes CSS files extremely large (~2MB).

1.3.9 - Windows support added

11 Mar 09:55
Compare
Choose a tag to compare

1.3.7 - Fixed throwing proper errors during style compilation with --ci flag

11 Mar 09:56
Compare
Choose a tag to compare

1.3.5 - Streams, streams... streams everywhere

03 Mar 17:49
Compare
Choose a tag to compare

I found a huge mistake in the way I was handling multiple gulp streams, which leads to bugy behavior of SASS lint, CSS lint and styles compilation.

1.3.4

03 Mar 17:21
Compare
Choose a tag to compare

1.3.0 - Let's use modules!

03 Mar 17:27
Compare
Choose a tag to compare

Now you can map files partials and main SASS files from modules and use them as they will be inside your theme.

Check out sample config file to know how to use this feature.

1.2.0

24 Jan 16:19
Compare
Choose a tag to compare
  • added styleDir param to handle themes with different structure i.e. closer to Magento 2 default web/css
  • simplified theme.json configuration - removed lang param and postcss now have a default value
  • improved nested inheritance (#142 & #143)

1.1.2 - removed npm-shrinkwrap.json

01 Dec 09:34
Compare
Choose a tag to compare

npm-shrinkwrap.json file removed. If you want to keep safe versions of dependencies all the time, use Yarn, yarn.lock file is added to repository and will be updated in future.