Skip to content

v3.0.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 05 Jan 17:16
· 1844 commits to main since this release

screen shot 2017-01-05 at 10 49 30 am

General

  • Styling revamp and responsiveness improvements. (thanks to the contribution by @crswll)

Vuex Tab

  • When clicking on a mutation, it no longer time-travels by default so you can inspect each mutation without affecting the state of your app. An extra "time travel" button is added to each mutation.
  • Mutation logging can now be paused (it's also persisted via localStorage).

New: Events Tab

  • Logs custom events emitted by components. (thanks to the contribution by @markussorg)
  • Can also be paused like Vuex mutations.