yarn vuex 3.0.0

latest releases: 4.1.0, 4.0.2, 4.0.1...
6 years ago

Breaking Changes

This major release only breaks backwards compatibility if you use TypeScript.

  • TypeScript type declarations have been updated to be compatible with Vue core 2.5+ and no longer work with 2.4 and below.

  • All type declarations are now exported using ES-style exports, and must be imported using ES modules syntax:

    import { Store } from 'vuex'

Don't miss a new vuex release

NewReleases is sending notifications on new releases.