npm vuetify 1.0.0-beta.4
v1.0.0-beta.4

latest releases: 3.6.0-beta.0.0, 3.5.17, 3.6.0-alpha.2...
6 years ago

During testing today the team discovered a memory leak that had been undetected for the better part of a year. Directives v-click-outside and v-resize used the vnode context passed to directives in order to check and set that components isActive state. This was causing those referenced objects to get stuck and never GCed. Also resolved a bug where v-resize was not properly unbinding its events on unbind.

This leak affected v-navigation-drawer, v-slider, v-menu, v-tabs, v-dialog, v-select and v-speed-dial.

Things we fixed

  • 355a0d1 Fixed a memory leak caused by referencing the vnode context passed to v-click-outside and v-resize

Don't miss a new vuetify release

NewReleases is sending notifications on new releases.