Skip to content

Releases: FriendsOfShopware/vitest-shopware-admin-bridge

v0.2.1

Choose a tag to compare

@shyim shyim released this 06 Sep 16:48
6ba9e7e

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@shyim shyim released this 06 Sep 11:53
a6b3abb

What's Changed

Full Changelog: v0.1.3...v0.2.0

v0.1.3

Choose a tag to compare

@shyim shyim released this 26 Aug 08:08
950be48
  • Resolve Administration component directory imports through index.js and index.ts.
  • Boot the Shopware 6.7 Pinia store initializer, explicit context store, and a safe no-op notification store.
  • Add slot-preserving defaults for common Administration layout components.
  • Add runtime.mode: "lite" for non-component tests.
  • Cache component import scans per Administration revision, with an opt-out for dirty source development.
  • Keep npm-based CI and add descriptive names to every workflow step.

v0.1.2

Choose a tag to compare

@shyim shyim released this 26 Aug 07:36
f453be2
  • Boot Shopware 6.7 context, session, and system Pinia stores.
  • Keep Shopware 6.6 legacy Vuex context and locale state synchronized.
  • Register standard locales and synchronize Shopware locale messages with Vue i18n before mounting.
  • Add Shopware 6.6, 6.7, and trunk regression coverage.

v0.1.1

Choose a tag to compare

@shyim shyim released this 26 Aug 06:36
  • Add trusted npm publishing through GitHub Actions OIDC.\n- Update installation documentation to use the published npm package.