Skip to content

v4.0.0 - A modern stack

Latest
Compare
Choose a tag to compare
@craigrileyuk craigrileyuk released this 21 Sep 00:04

Version 4 of Vue3 MQ mostly brings changes to how the plugin is packaged.

  • Changed to ESM-first package. While the package still exports in 4 formats (CJS, ESM, IIFE and UMD), the package type is now set to "module".
  • Jest testing library dropped in favour of Vitest
  • ESLint v9's flat config introduced
  • Experimenting with JSDOC-powered type building

New Features

Bug Fixes