Skip to content

Releases: gabrielmbmb/vuex-multi-tab-state

v1.0.17

23 Oct 17:07
Compare
Choose a tag to compare

โœจ 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

09 Dec 15:59
Compare
Choose a tag to compare

Reduced the size of the package thanks to microbundle.

v1.0.15

29 Sep 08:39
Compare
Choose a tag to compare

Fix:

  • Fixed some bugs related with objects

v1.0.14

18 Sep 07:07
Compare
Choose a tag to compare

Fix:

  • Objects are now correctly updated

v1.0.13

30 Jul 20:41
Compare
Choose a tag to compare

New:

  • nuxtjs documentation

v1.0.11

29 Feb 09:50
Compare
Choose a tag to compare

Changes:

  • Remove lodash heavy depency.

v1.0.10

28 Feb 07:46
Compare
Choose a tag to compare

Changes:

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

v1.0.8

18 Feb 11:40
Compare
Choose a tag to compare

Fixed bugs:

  • Arrays in state were merging incorrectly

v1.0.7

17 Feb 12:40
Compare
Choose a tag to compare

New features:

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

v1.0.6

16 Feb 12:00
Compare
Choose a tag to compare

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