bootstrap v4.1.3 Release Notes

Release Date: 2018-07-24 // almost 6 years ago
    • ๐Ÿ›  Fixed: Removed the :not(:root) selector from our svg Reboot styles, resolving an issue that caused all inline SVGs ignore vertical-align styles via single class due to higher specificity.
    • ๐Ÿ›  Fixed: Moved the browserslist config from our package.json to a separate file to avoid unintended inherited browser settings across npm projects.
    • ๐Ÿ›  Fixed: Buttons in custom file inputs are once again clickable when focused.
    • ๐Ÿ‘Œ Improved: Bootstrap's plugins can now be imported separately in any contexts because they are now UMD ready.
    • ๐Ÿ‘Œ Improved: .form-controls now have a fixed height to compensate for differences in computed height across different types. This also fixes some IE alignment issues.
    • ๐Ÿ‘Œ Improved: Added Noto Color Emoji to our system font stack for better rendering in Linux OSes.