@linzjs/lui 13.0.0 → 13.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [13.0.1](https://github.com/linz/lui/compare/v13.0.0...v13.0.1) (2022-01-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* handle destroy correctly for lottie ([#539](https://github.com/linz/lui/issues/539)) ([143d0f1](https://github.com/linz/lui/commit/143d0f1692f655e0c18a048d6536e3797dac29c3))
|
|
7
|
+
|
|
1
8
|
# [13.0.0](https://github.com/linz/lui/compare/v12.2.0...v13.0.0) (2022-01-31)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -17993,6 +17993,12 @@ var LuiLottieLight = function LuiLottieLight(_ref) {
|
|
|
17993
17993
|
loop: loop
|
|
17994
17994
|
});
|
|
17995
17995
|
}
|
|
17996
|
+
|
|
17997
|
+
return function () {
|
|
17998
|
+
var _lottieInstance$curre;
|
|
17999
|
+
|
|
18000
|
+
(_lottieInstance$curre = lottieInstance.current) == null ? void 0 : _lottieInstance$curre.destroy();
|
|
18001
|
+
};
|
|
17996
18002
|
}, [animationData, autoplay, loop, rendererSettings]);
|
|
17997
18003
|
return React__default.createElement("div", {
|
|
17998
18004
|
style: style,
|