### Highlights ### CSS - #25399, #26181: Add validation styles for file inputs. - #25453, #26193: Fix print color for dark tables. - #25717, #26416: Simplify custom file inner height for generated browse button. - #25944: Add workaround for IE to ensure custom check indicator appears properly. - #26242: Suppress `text-hide` deprecation warning with new mixin parameter so folks don't see this warning constantly. - #26269: Remove `dialog` from the HTML5 shim style as it was interfering with browser styles. - #26228, #26257: Replace Reboot monospace reset with system font stack, removing duplicate code from `_code.scss`. - #26232, #26238: Remove unnecessary resetting of left round of `.custom-file-input:after`. - #26300, #26313: Add `cursor: pointer` to carousel indicators. ### JS - #25945: Improve v4 test coverage. - #26222: Clean up globals. - #26276: Small modal code optimization. - #26291: Fix issue related to `Object.keys` and `Dropdown` issue. ### Docs - #26239: Fix incorrect class name for monospace font utility. - #26272: Clarify dropdown `display` default value. - #26292: Add deprecated warning for `.text-hide` class. - #26316: Remove `media-breakpoint-up(xs)` and clarify docs around breakpoint mixins. ### Build tools - #26192: Fix incorrect value of Stylelint option. - #26234: Update dependencies and gems. - #26259: Bump version for remaining files that were missed during v4.1.0 release. - #26352: Update to Jekyll 3.8.0. - #26342: Detect test exceeded maximum duration on Sauce Labs.
Highlights
CSS
text-hidedeprecation warning with new mixin parameter so folks don't see this warning constantly.dialogfrom the HTML5 shim style #26269: Removedialogfrom the HTML5 shim style as it was interfering with browser styles._code.scss..custom-file-input:after#26238: Remove unnecessary resetting of left round of.custom-file-input:after.cursor: pointerto carousel indicators.JS
Object.keysandDropdownissue.Docs
displaydefault value #26272: Clarify dropdowndisplaydefault value..text-hideclass.media-breakpoint-up(xs)and clarify docs around breakpoint mixins.Build tools