Release Note v0.7

Bazar v0.7 is released. Let's walk through the most important things about this release.

This release holds mostly some front-end related changes. For the complete list of changes, please read the changelog.

Vue 3

The complete admin code-base is now migrated to Vue 3. This includes the Inertia adapter as well.

You might be interested in the Vue migration guide.

Changed from NPM to Yarn

We also decided to use Yarn instead of NPM. However normally this does not affect the published assets, developers can still use NPM if they want to.

Front-end Tests

Our back-end coverage is pretty strong, with 98-99%, but on the front-end we were missing tests. We got started with the front-end tests, hopefully we can push forward and reach the same coverage before v1.0.