Style Loader: You can now pass a custom function to control where styles are inserted in the DOM, enhancing flexibility in your styling approach.
Improvements
Style Loader: The support for Hot Module Replacement (HMR) is improved for CSS modules, allowing for a smoother development experience when styles change.
Fixes
Fix issues with HMR for CSS modules, ensuring that styles update correctly without unnecessary reloads.
Fix compatibility issues by checking for the existence of HTMLIFrameElement, improving support across different browsers.
Others
Update the repository URL in the package metadata for better clarity and access.