From: Julien Déramond Date: Fri, 7 Mar 2025 16:53:12 +0000 (+0100) Subject: Docs: mention removal of `util.js` in migration guide (#41187) X-Git-Tag: v5.3.4~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5605e963c08658f3c3822c5343a933fa23e5e849;p=thirdparty%2Fbootstrap.git Docs: mention removal of `util.js` in migration guide (#41187) --- diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md index 781867f4e5..178b9151d7 100644 --- a/site/content/docs/5.3/migration.md +++ b/site/content/docs/5.3/migration.md @@ -736,3 +736,5 @@ Want more information? [Read the v5.1.0 blog post.](https://blog.getbootstrap.co - The default value for the `fallbackPlacements` is changed to `['top', 'right', 'bottom', 'left']` for better placement of Popper elements. **Applies to dropdowns, popovers, and tooltips.** - Removed underscore from public static methods like `_getInstance()` → `getInstance()`. + +- Removed `util.js`, with its functionality now integrated into individual plugins. If you previously included `util.js` manually, you can safely remove it, as it is no longer needed. Each plugin now contains only the utilities it requires, enhancing modularity and reducing dependencies.