Releases: FriendsOfShopware/vitest-shopware-admin-bridge
Releases · FriendsOfShopware/vitest-shopware-admin-bridge
Release list
v0.2.1
v0.2.0
v0.1.3
- Resolve Administration component directory imports through
index.jsandindex.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
- 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.