diff options
| author | Kyle Tsang <[email protected]> | 2021-02-11 21:51:34 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-12 07:51:34 +0200 |
| commit | 02dbd87ffa94ff0d2f5bbc43a13f13033ce01f0b (patch) | |
| tree | df0accc46fae8eff5c0f7874c7a2773ac9ec58c4 /.bundlewatch.config.json | |
| parent | 0a9d392975d7f77d8a0e10270da7e07aac013614 (diff) | |
| download | bootstrap-02dbd87ffa94ff0d2f5bbc43a13f13033ce01f0b.tar.xz bootstrap-02dbd87ffa94ff0d2f5bbc43a13f13033ce01f0b.zip | |
Fix event handler removal in dropdown/carousel dispose (#33000)
* Fix event handler removal in carousel dispose
* Fix event handler removal in dropdown dispose
* Test event handlers in scrollspy dispose
* Test event handlers in toast dispose
* Test event handlers in tooltip dispose
Co-authored-by: XhmikosR <[email protected]>
Co-authored-by: Rohit Sharma <[email protected]>
Diffstat (limited to '.bundlewatch.config.json')
| -rw-r--r-- | .bundlewatch.config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 36404b38c..bd9ce671d 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -38,7 +38,7 @@ }, { "path": "./dist/js/bootstrap.bundle.min.js", - "maxSize": "21.5 kB" + "maxSize": "21.75 kB" }, { "path": "./dist/js/bootstrap.esm.js", @@ -54,7 +54,7 @@ }, { "path": "./dist/js/bootstrap.min.js", - "maxSize": "15.5 kB" + "maxSize": "15.75 kB" } ], "ci": { |
