v0.13.0
Amazing, wonderful, incredible news! It's a new release!
To upgrade: yarn upgrade
Changes: v0.12.0..v0.13.0
Documentation: http://symfony.com/doc/current/frontend.html
Highlights:
-
[BEHAVIOR CHANGE] Image and font files now always include
a hash in their filename, and the hash is shorter - #110 via @Lyrkan -
Fixed a bug that caused extra comments to be in the final production
compiled JavaScript - #132 via @weaverryan -
Encore.enablePostCssLoader()
now accepts an options callback -
#130 via @Lyrkan -
Encore.enableLessLoader()
now accepts an options callback -
#134 via @Lyrkan -
Added
Encore.enableForkedTypeScriptTypesChecking()
to enable
fork-ts-checker-webpack-plugin
for faster typescript type checking - #101 via @davidmpaz -
Added
Encore.disableImagesLoader()
andEncore.disableFontsLoader()
to totally disable thefile-loader
rules for images and fonts -
#103 via @Lyrkan