Skip to content

Releases: symfony/webpack-encore

v0.20.1

21 Apr 00:21
Compare
Choose a tag to compare

A new release! But, a boring one - just one fixed mistake.

To upgrade: yarn upgrade

Changes: v0.20.0..v0.21.1

Documentation: http://symfony.com/doc/current/frontend.html

Highlights:

  • Upgraded webpack-manifest-plugin from 2.0.0 RC1 to ^2.0.0.
    The original RC version was not meant to be used in a release.
    #306 via @weaverryan

v0.20.0

14 Apr 18:59
Compare
Choose a tag to compare

Yes! New Release! Features! Fixes! Action! Progress! ⏩ 💯

To upgrade: yarn upgrade

Changes: v0.19.0..v0.20.0

Documentation: http://symfony.com/doc/current/frontend.html

Highlights:

  • Added Encore.configureUrlLoader() method that allows you
    to inline smaller images/file assets for better performance
    #296 via @Lyrkan

  • Improved error messages that recommend using yarn vs npm
    #291 via @Lyrkan

  • Fixed bug with using --stats option #299 via @Lyrkan

  • Allow configuration callbacks to return their value
    #300 via @Lyrkan

  • Updated to use the new v2 of webpack-manifest-plugin
    #164 via @weaverryan

v0.19.0

12 Feb 20:09
Compare
Choose a tag to compare

🌈 & 🦄's! It's a new Release!

To upgrade: yarn upgrade

Changes: v0.18.0..v0.19.0

Documentation: http://symfony.com/doc/current/frontend.html

Highlights:

v0.18.0

11 Feb 00:59
Compare
Choose a tag to compare

Go team! New Release!

To upgrade: yarn upgrade

Changes: v0.17.2..v0.18.0

Documentation: http://symfony.com/doc/current/frontend.html

Highlights:

  • Added Encore.addAliases() and Encore.addExternal() shortcut methods
    #217 via @Lyrkan

  • Fixed hash lengths - normalized all to 8 - #216 via @Lyrkan

  • Added CoffeeScript loader - #201 via @harentius

v0.17.2

30 Jan 20:00
Compare
Choose a tag to compare

Yes! New Release!

To upgrade: yarn upgrade

Changes: v0.17.1..v17.0.2

Documentation: http://symfony.com/doc/current/frontend.html

Highlights:

  • Allowed relative paths to be used in setPublicPath() - #196

v0.17.1

31 Dec 00:49
Compare
Choose a tag to compare

Yes! New Release!

To upgrade: yarn upgrade

Changes: v0.17.0..v0.17.1

Documentation: http://symfony.com/doc/current/frontend.html

Highlights:

v0.17.0

07 Nov 19:56
Compare
Choose a tag to compare

Yes! I love the number 17!

To upgrade: yarn upgrade

Changes: v0.16.0..v0.17.0

Documentation: http://symfony.com/doc/current/frontend.html

Highlights:

  • Added build notifications by calling Encore.enableBuildNotifications() -
    #190 via @Lyrkan

  • Added Stylus support via Encore.enableStylusLoader() - #195
    via @mneuhaus

v0.16.0

14 Oct 18:24
Compare
Choose a tag to compare

Great Scott! It's a new Release!

To upgrade: yarn upgrade

Changes: v0.15.1..v0.16.0

Documentation: http://symfony.com/doc/current/frontend.html

Highlights:

  • Added a priority argument to the addPlugin() method so that we
    can (mostly in the future) allow plugins to be ordered, if/when
    that becomes necessary - #177 via @Lyrkan

  • Fixed several minor bugs related to extra .map files (#170),
    always having a DefinePlugin enabled (#172), fixing extra
    instances of the ts-loader (#181) and upgrading a dependency
    to avoid a deprecation warning (#182) - all via @Lyrkan

v0.15.1

25 Sep 20:12
Compare
Choose a tag to compare

Yes! New Release! Bugs have been squashed!!!

To upgrade: yarn upgrade

Changes: v0.15.0..v0.15.1

Documentation: http://symfony.com/doc/current/frontend.html

Highlights:

  • Fixed bug with using ? in your versioning strategy with
    addStyleEntry - #161 via @Lyrkan

  • Fixed bug when using webpack.config.babel.js with ES6
    imports - #167 via @Lyrkan

v0.15.0

14 Sep 20:17
Compare
Choose a tag to compare

We did it! Tell your friends! Another new release!

To upgrade: yarn upgrade

Changes: v0.14.0..v0.15.0

Documentation: http://symfony.com/doc/current/frontend.html

Highlights:

  • Add support for Preact - #144 via @Lyrkan

  • Added Encore.configureManifestPlugin() method - #142 via @Seikyo

  • Added 5 new methods to configure plugins! #152 via @Lyrkan

    • Encore.configureDefinePlugin()
    • Encore.configureExtractTextPlugin()
    • Encore.configureFriendlyErrorsPlugin()
    • Encore.configureLoaderOptionsPlugin()
    • Encore.configureUglifyJsPlugin()