Releases: m-spyratos/bootstrap-4-grid
Releases · m-spyratos/bootstrap-4-grid
v3.4.0
Added Screen readers utilities.
v3.3.0
Updated to Bootstrap v4.4.1.
- New responsive .row-cols classes for quickly specifying the number of columns across breakpoints. This one is huge for those of you who have asked for responsive card decks.
v3.1.0
Included Position Utilities:
https://getbootstrap.com/docs/4.0/utilities/position/
v3.0.0
Updated to Bootstrap v4.3.1.
From Bootstrap's v4.2.0 and v4.3.0 ship lists:
- #26825 Add new negative margin utility classes
- #26957: Add margin utilities to the grid for fully functional grid control
- #26997: Remove min-height: 1px on grid columns because flex grid doesn't collapse empty columns like our previous float-based grid
- #27116: Set max-width: 100% on auto columns to prevent content from causing a column to overflow it's parent.
- #27797: Custom control gutter fix
- #27841: Add missing parameter to grid mixins.
- #27917: Configurable display utility classes
- #28033: Remove map-merge in $grid-breakpoints and $container-max-widths
- #28104: Deprecate float mixins
v2.4.1
v2.4.0
Updated to Bootstrap v4.1.0.
From Bootstrap's v4.1 ship list:
- #24249: Add new responsive utilities, .w-auto and .h-auto.
v2.3.0
Updated to Bootstrap v4.0.0.
From Bootstrap's v4.0.0 ship list:
- #24915: Added new .order-last grid classes to match existing .grid-first ones.
- #25101: Extend $spacers and $sizes Sass maps the same way as we do our color maps to allow modifying, removing, and replacing key-value pairs.
- #25137: Add .order-0 to the flexbox grid ordering helpers.
- #25264: Fix breakpoint mixins for custom breakpoint maps.
- #25308: Add display utilities to bootstrap-grid.scss.
v2.2.0
Updated to Bootstrap v4.0.0-beta.3.
From Bootstrap's beta 3 ship list:
- #24299: Add support for fractional viewport widths (zoom/high-dpi displays).
v2.1.0
Updated to Bootstrap v4.0.0-beta.2 and added Yarn install option.
Also, from Bootstrap's beta 2 ship list:
- Restored grid .offset- modifiers in #23445. Originally our intent was to supplement this with our margin utilities, but we underestimated the appeal of fixed number column offsets.
- Dropped support for Bower as they've deprecated the package manager. See #23568.
- 24202 - Add
.order-last
and responsive variations as a new grid modifier class.
v2.0.0
Updated to Bootstrap v4.0.0-beta.
Before upgrading, please make sure to read the Migration Guide, especially the one about the Responsive Utilities that was included in the previous versions of bootstrap-4-grid
.