-
-
Notifications
You must be signed in to change notification settings - Fork 79.2k
Closed
Labels
Description
Highlights
CSS
- Form Validation - Validate File #25399, Validate file input #26181: Add validation styles for file inputs.
- Tables are not printing correctly #25453, Print color fix dark tables and dark theads #26193: Fix print color for dark tables.
- Height property of ::after pseudo-element of custom-file-label class is an error in IE11. #25717, Simplify custom file inner height for generated browse button #26416: Simplify custom file inner height for generated browse button.
- workaround for IE that custom check indicator does not appear #25944: Add workaround for IE to ensure custom check indicator appears properly.
- Suppress text-hide deprecation warning #26242: Suppress
text-hidedeprecation warning with new mixin parameter so folks don't see this warning constantly. - Remove
dialogfrom the HTML5 shim style #26269: Removedialogfrom the HTML5 shim style as it was interfering with browser styles. - replace reboot/normalize monospace hack with monospace system font stack #26228, Replace reboot monospace hack with system font stack issue #26228 #26257: Replace Reboot monospace reset with system font stack, removing duplicate code from
_code.scss. - Question: Bootstrap 4.1 - custom-file-label wrong ::after? #26232, Remove unnecessary resetting of left round of
.custom-file-input:after#26238: Remove unnecessary resetting of left round of.custom-file-input:after. - Add cursor pointer to carousel indicators #26300, Closes #26300: Add cursor pointer to carousel indicators #26313: Add
cursor: pointerto carousel indicators.
JS
- v4 improve coverage #25945: Improve v4 test coverage.
- Clean up globals. #26222: Clean up globals.
- Code optimization #26276: Small modal code optimization.
- fix issue related to Object.keys and Dropdown issue #26291: Fix issue related to
Object.keysandDropdownissue.
Docs
- Fix incorrect class name #26239: Fix incorrect class name for monospace font utility.
- Dropdowns
displaydefault value #26272: Clarify dropdowndisplaydefault value. - Resolve #26262: Add deprecated warning #26292: Add deprecated warning for
.text-hideclass. - Doc update - remove media-breakpoint-up(xs) #26316: Remove
media-breakpoint-up(xs)and clarify docs around breakpoint mixins.
Build tools
- Fix incorrect value of Stylelint option #26192: Fix incorrect value of Stylelint option.
- Update dependencies and gems #26234: Update dependencies and gems.
- Bump version to 4.1.0 for remaining files. #26259: Bump version for remaining files that were missed during v4.1.0 release.
- Update Jekyll to 3.8.0. #26352: Update to Jekyll 3.8.0.
- detect test exceeded maximum duration on Sauce Labs #26342: Detect test exceeded maximum duration on Sauce Labs.