changelogs.md


shopware/jest-preset-sw6-admin

Repository  -  API  -  Source

4.2.2

August 25, 2023

Added

  • Added window._features_.vue3 in Vue 2 with false

4.2.1

August 25, 2023

Changed

  • Changed a wrong negation for the Vue 3 flag

4.2.0

August 25, 2023

Added

  • Added Vue 3 support

Changed

  • Changed twig-to-vue-transformer to replace html and vue comments with empty strings similar to our webpack setup

4.1.0

July 26, 2023

Added

  • Added @babel/preset-env to transform test env

4.0.2

April 14, 2023

Changed

  • Make default imports for mixins, directives, filters, states and the component helper independent of file type (TS or JS)

4.0.0

October 20, 2022

Only load *.spec.js|ts from src

Added

  • Added support for spec files in the src folder.

Removed

  • Removed support for spec files in the test folder.

3.1.0

October 13, 2022

Here we added support to transform .html files.

Added

  • Added transform support for .html files.