@neovici/cosmoz-bottom-bar
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -0,1 +1,8 @@ | ||
## [3.1.3](https://github.com/neovici/cosmoz-bottom-bar/compare/v3.1.2...v3.1.3) (2020-08-24) | ||
### Bug Fixes | ||
* undefined layoutDebouncer ([46a46e0](https://github.com/neovici/cosmoz-bottom-bar/commit/46a46e062f772b1312ddf7e3ef44686d1feee35d)) | ||
## [3.1.2](https://github.com/neovici/cosmoz-bottom-bar/compare/v3.1.1...v3.1.2) (2020-08-20) | ||
@@ -2,0 +9,0 @@ |
@@ -205,3 +205,3 @@ /* eslint-disable max-lines */ | ||
this._hiddenMutationObserver.disconnect(); | ||
this._layoutDebouncer.cancel(); | ||
this._layoutDebouncer?.cancel(); /* eslint-disable-line no-unused-expressions */ | ||
} | ||
@@ -208,0 +208,0 @@ |
{ | ||
"name": "@neovici/cosmoz-bottom-bar", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "A responsive bottom-bar that can house buttons/actions and a menu for the buttons that won't fit the available width.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38066