@slickgrid-universal/custom-footer-component
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.2.1](https://github.com/ghiscoding/slickgrid-universal/compare/v1.2.0...v1.2.1) (2022-01-18) | ||
### Bug Fixes | ||
* **memory:** clear & dispose of grid to avoid mem leaks & detached elm ([7035db5](https://github.com/ghiscoding/slickgrid-universal/commit/7035db5f878187f6fb8b9d2effacb7443f25e2c9)) | ||
# [1.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v1.1.1...v1.2.0) (2022-01-06) | ||
@@ -8,0 +19,0 @@ |
@@ -77,6 +77,6 @@ "use strict"; | ||
// also dispose of all Subscriptions | ||
this._eventHandler.unsubscribeAll(); | ||
this.pubSubService.unsubscribeAll(this._subscriptions); | ||
this._bindingHelper.dispose(); | ||
(_a = this._footerElement) === null || _a === void 0 ? void 0 : _a.remove(); | ||
this._eventHandler.unsubscribeAll(); | ||
} | ||
@@ -83,0 +83,0 @@ /** |
@@ -74,6 +74,6 @@ import * as moment_ from 'moment-mini'; | ||
// also dispose of all Subscriptions | ||
this._eventHandler.unsubscribeAll(); | ||
this.pubSubService.unsubscribeAll(this._subscriptions); | ||
this._bindingHelper.dispose(); | ||
(_a = this._footerElement) === null || _a === void 0 ? void 0 : _a.remove(); | ||
this._eventHandler.unsubscribeAll(); | ||
} | ||
@@ -80,0 +80,0 @@ /** |
{ | ||
"name": "@slickgrid-universal/custom-footer-component", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Slick Custom Footer Component - Vanilla Implementation of a Custom Footer Component", | ||
@@ -50,4 +50,4 @@ "main": "dist/commonjs/index.js", | ||
"dependencies": { | ||
"@slickgrid-universal/binding": "^1.2.0", | ||
"@slickgrid-universal/common": "^1.2.0" | ||
"@slickgrid-universal/binding": "^1.2.1", | ||
"@slickgrid-universal/common": "^1.2.1" | ||
}, | ||
@@ -59,3 +59,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "af25eecf8994d5b6ec9eb13bfd266cba71c1cfcb" | ||
"gitHead": "11a05e9877ac0a42d53eaefb1edf95586dcd41b3" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
66803