Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

46 lines (29 loc) · 1.37 KB

CHANGELOG

2.13.2

  • Revert "Change JavaScript package to type: module"

2.13.0

  • Change JavaScript package to type: module

2.9.0

  • A SwupBundle was added - which allows for integration with symfony/asset-mapper.

  • Add support for symfony/asset-mapper

2.7.0

  • The JavaScript events now bubble up.

  • Add assets/src to .gitattributes to exclude source TypeScript files from installing.

  • TypeScript types are now included.

2.6.0

  • [BC BREAK] The assets/ directory was moved from Resources/assets/ to assets/. Make sure the path in your package.json file is updated accordingly.

2.0

  • Support for stimulus version 2 was removed and support for @hotwired/stimulus version 3 was added. See the @symfony/stimulus-bridge CHANGELOG for more details.
  • All options were changed from data- attributes to Stimulus values. See The README for updated instructions.
  • Added a new swup:pre-connect event.
  • Support added for Symfony 6.

1.3

  • [DEPENDENCY CHANGE] swup (and a few themes/plugins) is no longer included automatically (#93), but symfony/flex will automatically add all the required libraries your package.json file when upgrading. Additionally symfony/flex 1.13 or higher is now required if installed.