Skip to content

Commit 5605e96

Browse files
authoredMar 7, 2025
Docs: mention removal of util.js in migration guide (#41187)
1 parent bafa9d2 commit 5605e96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎site/content/docs/5.3/migration.md

+2
Original file line numberDiff line numberDiff line change
@@ -736,3 +736,5 @@ Want more information? [Read the v5.1.0 blog post.](https://blog.getbootstrap.co
736736
- 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.**
737737

738738
- Removed underscore from public static methods like `_getInstance()``getInstance()`.
739+
740+
- 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.

0 commit comments

Comments
 (0)