Skip to content

Releases: Aymkdn/v-snackbars

v3.2.8

12 Aug 12:51
Compare
Choose a tag to compare
  • Added index and id to the default slot (thanks to @ssiegel2)

v3.2.7

03 May 13:51
Compare
Choose a tag to compare
  • Changed content-class to contentClass in objects to avoid errors with TypeScript (see #26 (comment))

v3.2.6

03 May 13:25
Compare
Choose a tag to compare
  • fixed the default content-class on close button

v3.2.5

03 May 12:57
Compare
Choose a tag to compare
  • Added support for content-class when using objects (see issue #26)

v3.2.4

30 May 08:24
Compare
Choose a tag to compare
  • Fixed issue #21

v3.2.3

20 Apr 09:37
Compare
Choose a tag to compare

v3.2.2

19 Apr 18:34
Compare
Choose a tag to compare
  • Fixed memory leak by disposing of keys and heights (see issue #19)
  • Added the possibility to update other properties of the object (see issue #17)

v3.2.1

18 Apr 08:32
Compare
Choose a tag to compare
  • Fixed a visual bug when adding several messages at once (see issue #16)

v3.2.0

10 Apr 15:16
Compare
Choose a tag to compare
  • Fix the snackbar position when the height is bigger

v3.1.0

16 Sep 08:13
Compare
Choose a tag to compare
  • Added a default slot for the message part of the notification to let the user to customize it (thanks to @yusufsahinhamza) – see the documentation
  • Added auto-distance calculation between each snackbar: we don't use the distance prop anymore and the height is auto-calculated

Because these changes could have introduced an unexpected bug, I increased the version number from 3.0.1 to v3.1.0