Bootstrap V4.0.0-alpha.4 Released, the main change of this version is to use a small "alpha patch" to name a NPM package without any JS files, and make some minor changes to our CSS and docs.
Css
#20130: Make with the .bg-inverse
background variant mixin for proper text color.
#20333: Update progress bar to use $progress-border-radius
instead of $border-radius
.
#20387: Use $input-border-radius-*
variables on .input-group-addon
s instead of $border-radius
.
#20413: Remove unused $size
parameter from grid mixin.
#20447: Make cards block level in columns.
#20469: Remove non ASCII character from table CSS.
#20485: Use REM units on Alert ' s dismiss icon.
#20545: Removed the inconsistent margin
s between Flex and Non-flex modes from .media
. Replaced them with spacing utils in our docs examples.
#20597: Removed unused variables in some grid mixins.
#20619: Ensure hover effects work on text utilities.
#20629: Update form checkbox and radio styles for validation; Tweak docs to match.
Docs
#20282: Fix typo in migration docs about Reboot and unit changes.
#20341: Update static tooltip demo in docs to use proper class names.
#20417: Import The Flexbox utilities into the docs Flex stylesheet to fix broken Flex utility docs.
#20475: Update flexbox grid docs to show auto-sizing of sibling columns when using a centered, odd-count column.
#20476: Remove CDN coming soon notice from Docs page.
#20484, #20489: Fix segmented button in input group examples.
#20505: Update Migration Guidelines for renamed table variants.
#20519: Add migration Note about .panel-group
.
#20551: Ensure progress Component table of contents renders.
#20553: Properly size split dropup variation with modifier class.
Packaging
#20385, #20418: Fix for NPM does not have a JS directory.
#20394: Point's to package.json
main
proper JS file for package managers.
Manuscripts: Diligent Learning http://qkxue.net
Bootstrap V4.0.0-alpha.4 Released