Skip to content

Support for Stimulus v3 (@hotwired/stimulus)

Compare
Choose a tag to compare
@weaverryan weaverryan released this 02 Dec 18:22
· 273 commits to main since this release

Hey Webpackers!

Yes! A new release! This small release adds support for Stimulus 3 (i.e. @hotwired/stimulus) and also fixes a minor bug when using the dev-server.

To upgrade run:

yarn upgrade "@symfony/webpack-encore@^1.7.0"

Changes: v1.6.1..v1.7.0

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

Highlights:

Dependency changes:

  • Official support for ts-loader 8 was dropped.
  • Official support for typescript 3 was dropped and minimum increased to 4.2.2.
  • Official support for vue was bumped to 3.2.14 or higher.
  • Official support for vue-loader was bumped to 16.7.0 or higher.

Feature

  • #1062 - Allowing @hotwired/stimulus, allowing @symfony/stimulus-bridge 3, dropping v1. - @weaverryan

Bug Fix

  • #1058 - Fix deprecated public option failure for webpack-dev-server - @atesca09

Happy packing!