Skip to content

Releases: gabrielmbmb/vuex-multi-tab-state

v1.0.17

Choose a tag to compare

@gabrielmbmb gabrielmbmb released this 23 Oct 17:07

โœจ Features

  • Add onBeforeSave & onBeforeReplace hooks #65. Thanks to @abernh!

๐Ÿ› Fixes

  • Do not mutate vuex store outside out mutation handlers #64. Thanks to @abernh!

v1.0.16

Choose a tag to compare

@gabrielmbmb gabrielmbmb released this 09 Dec 15:59

Reduced the size of the package thanks to microbundle.

v1.0.15

Choose a tag to compare

@gabrielmbmb gabrielmbmb released this 29 Sep 08:39

Fix:

  • Fixed some bugs related with objects

v1.0.14

Choose a tag to compare

@gabrielmbmb gabrielmbmb released this 18 Sep 07:07

Fix:

  • Objects are now correctly updated

v1.0.13

Choose a tag to compare

@gabrielmbmb gabrielmbmb released this 30 Jul 20:41

New:

  • nuxtjs documentation

v1.0.11

Choose a tag to compare

@gabrielmbmb gabrielmbmb released this 29 Feb 09:50

Changes:

  • Remove lodash heavy depency.

v1.0.10

Choose a tag to compare

@gabrielmbmb gabrielmbmb released this 28 Feb 07:46

Changes:

  • The GLP-3.0 License has been replaced by MIT License.

v1.0.8

Choose a tag to compare

@gabrielmbmb gabrielmbmb released this 18 Feb 11:40

Fixed bugs:

  • Arrays in state were merging incorrectly

v1.0.7

Choose a tag to compare

@gabrielmbmb gabrielmbmb released this 17 Feb 12:40

New features:

  • Specify the state you want to sync between tabs with object dot-notated string

v1.0.6

Choose a tag to compare

@gabrielmbmb gabrielmbmb released this 16 Feb 12:00

New features:

  • Check if localStorage is available

Fixed bugs:

  • localStorage eventListener will now ignore events where the key updated is not the key specified in options