-
-
Notifications
You must be signed in to change notification settings - Fork 79.2k
Closed
Description
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
- Render inline svg like img #25874: Inline SVGs now have
vertical-align: middle
to match<img>
s - Fix wrong z-index of focused custom file in input group #26361: Fix wrong
z-index
of focused custom file in input group - Fix double-transition bug #26452: Fix double-transition bug in carousels
- Add disabled bg color to disabled custom file #26488: Add disabled background color to disabled custom file
- Custom forms transition #26538: Add transition to custom form controls
- Update box-shadows on .custom-select #26754: Update
box-shadow
s on.custom-select
to match inset shadow of.form-control
and the focus styles used elsewhere.
JS
- fix tooltip on placement change #26418: Fix tooltip on placement change
- refactor(plugins): improve how we query elements #26422, refactor(plugins): query elements without jquery #26645: Improve how we query elements
- Fix xss in tooltip, collapse and scrollspy plugins #26630: Fix XSS in tooltip, collapse and scrollspy plugins
- Dropdown original event (click) #26756: Dropdown: add original click event
- fix(js): removes .modal .navbar-toggler margin #25745: Modal removes .navbar-toggler margin
Docs
- Remove disabled class from wrapper #26539: Remove disabled class from
.form-check
wrapper - Fixes inline labels with a custom select #26615: Fix inline labels with a custom select
- Generate safari-pinned-tab.svg again. #26635: Generate safari-pinned-tab.svg again
- Fix node_modules path #26653: Fix
node_modules
path - Update dropdowns.md #26662: Fix Markdown code inside HTML code
- Remove inkscape data from brand svgs #26708: Remove Inkscape data from brand SVGs
- Fix incorrect visibility utility description regarding screen readers #26786: Fix incorrect visibility utility description regarding screen readers
- Add missing role="button" in .navbar's .dropdown-toggle #26831: Add missing role="button" in .navbar's .dropdown-toggle
Examples
- Fixes Edge and IE label overlapping issue (Floating Labels Example) #25919: Add Microsoft Edge and Internet Explorer fallback for Floating Labels example to prevent overlapping label and input text
Build tools
- Add coverall to follow our coverage #25929: Add coveralls to follow our coverage
- Update devDependencies. #26400, Update dependencies. #26658, Update gems. #26785, Update devDependencies. #26813: Update devDependencies and gems; Node.js 10.x works now
- Stricter stylelint rules #26647: Stricter stylelint rules
- Add broken-link-checker. #26741: Add broken-link-checker
Meta
- Support nuget contentFiles, used for some project types #26776: Support NuGet
contentFiles
, used for some project types