Support for Stimulus v3 (@hotwired/stimulus)
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
Happy packing!