Skip to content

v5.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@Akryum Akryum released this 21 Mar 03:26

New

  • The new Vuex backend now supports dynamic modules
  • Also, it wan catch early Vuex modules before vuex backend is ready
  • Add a setting for "vue-devtools Detected Vue" console log, closes #685 (#811)

Improved

  • Better Vuex state inspector UX
  • Settings style tweaks
  • (internal): storage & shared data between devtools and backend
  • vuex: only take snapshots of the store state, closes #848
  • (electron app): added type definitions (#836)

Fixed

  • CSP inline style violations, closes #905 (#906)
  • route tree: item style
  • invalid clone computed properties with vuex (#885) (#904)
  • browser env mutation.handlers is undefined (#892)
  • Change REGEX_RE to allow use of / in filters (#886)
  • background page: fix chrome context menu error, closes #629
  • vue 1.0 support issues, closes #741
  • vuex 1.0 support issues