### Highlights - Fixed an XSS vulnerability in tooltip, collapse, and scrollspy plugins - Improved how we query elements in our JavaScript plugins - Inline SVGs now have the same vertical alignment as images - Fixed issues with double transitions on carousels - Added Edge and IE10-11 fallbacks to our floating labels example - Various improvements to form controls, including disabled states on file inputs and unified focus styles for selects ### CSS - #25874: Inline SVGs now have `vertical-align: middle` to match `<img>`s - #26361: Fix wrong `z-index` of focused custom file in input group - #26452: Fix double-transition bug in carousels - #26488: Add disabled background color to disabled custom file - #26538: Add transition to custom form controls - #26754: Update `box-shadow`s on `.custom-select` to match inset shadow of `.form-control` and the focus styles used elsewhere. ### JS - #26418: Fix tooltip on placement change - #26422, #26645: Improve how we query elements - #26630: Fix XSS in tooltip, collapse and scrollspy plugins - #26756: Dropdown: add original click event - #25745: Modal removes .navbar-toggler margin ### Docs - #26539: Remove disabled class from `.form-check` wrapper - #26615: Fix inline labels with a custom select - #26635: Generate safari-pinned-tab.svg again - #26653: Fix `node_modules` path - #26662: Fix Markdown code inside HTML code - #26708: Remove Inkscape data from brand SVGs - #26786: Fix incorrect visibility utility description regarding screen readers - #26831: Add missing role="button" in .navbar's .dropdown-toggle ### Examples - #25919: Add Microsoft Edge and Internet Explorer fallback for Floating Labels example to prevent overlapping label and input text ### Build tools - #25929: Add coveralls to follow our coverage - #26400, #26658, #26785, #26813: Update devDependencies and gems; Node.js 10.x works now - #26647: Stricter stylelint rules - #26741: Add broken-link-checker ### Meta - #26776: Support NuGet `contentFiles`, used for some project types
Highlights
CSS
vertical-align: middleto match<img>sz-indexof focused custom file in input groupbox-shadows on.custom-selectto match inset shadow of.form-controland the focus styles used elsewhere.JS
Docs
.form-checkwrappernode_modulespathExamples
Build tools
Meta
contentFiles, used for some project types