Problem/Motivation
Bootstrap 4.5.3 was released Oct 13, 2020
https://github.com/twbs/bootstrap/releases/tag/v4.5.3
CSS
- #31653: Add a comment to our
escape-svgfunction to note that data URIs must be quoted.- #31693: Use the
custom-controlshadow variable instead of the genericinput-focus-box-shadow.- #31793: Backport some v5 changes (improved
thstyling in Reboot, custom form field styling when printing, and improvements to.text-break).
- #29714: Keep custom check, radio, and switch theme when printing.
- #30781: Reboot's
thupdates: Inheritfont-weight: boldthat comes from user agent stylesheets.- #30932:
.text-breakchanges to dropoverflow-wrapand useword-wraponce again- #31754: Improve versions page rendering (also reversed the order while I was here)
- #31846: Backports the z-index change to
.closebuttons in dismissible.alerts.JS
- #31000: Avoid multiple change event trigger in buttons plugin. Not applicable to v5 since our button JS plugin has been mostly replaced with pure CSS.
- #31673: Fix dropdown variable always evaluating to true.
- #31696: Ensure
hidePrevented.bs.modalcan be prevented.- #31718: Backports new
$dropdown-padding-xvariable from v5.Docs
- #30811: Mention GPU acceleration fix in docs callout for popovers. Doesn't apply to v5 since we're updating to Popper v2.
- #30838: Explain the
disposemethod more appropriately.- #31706: Backports updated margins for code snippets for improved readability.
- #31769: Backports JS bundle guidance from v5.
- #31851: Backports mention of missing
toandnextwhenvisiblemethods.Misc
- #31297: Switch to xo ESLint config
- Updated devDependencies versions
Proposed resolution
-
Update to the Bootstrap library to 4.5.3 for Vartheme BS4 and VARTHEM_BS4_SUBTHEME
- Add the new bootstrab variable
$table-th-font-weight: null !default;
https://github.com/twbs/bootstrap/blob/v4.5.3/scss/_variables.scss#L366 - Add the new bootstrab variable
$dropdown-padding-x: 0 !default;
https://github.com/twbs/bootstrap/blob/v4.5.3/scss/_variables.scss#L759
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | bootstrap40503.png | 112.4 KB | rajab natshah |

Comments
Comment #2
rajab natshahComment #3
rajab natshahComment #4
rajab natshahComment #5
rajab natshahComment #6
rajab natshahComment #7
rajab natshahComment #9
rajab natshahComment #10
rajab natshahComment #11
rajab natshahComment #12
rajab natshahgulp compile
yarn phpcs
yarn phpcbf
yarn eslint
yarn stylelint
Comment #13
rajab natshah