All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.5 - 2021-04-26
- Improved the clarity of explanations in the Readme.
1.1.4 - 2020-09-21
- Removed forgotten debug statement.
1.1.3 - 2020-09-21
- Column widths were wrong when multiple different width col-* classes were applied. For example
col-12 col-sm-6 col-lg-4may rendered a column as 12 wide even abovesmbreakpoint.
1.1.2 - 2020-09-17
- Wrong links in Changelog
1.1.1 - 2020-09-17
- Fix:
col-Nformat classes misbehaved at certain viewport sizes (as opposed tocol-bp-Nclasses, where bp is the breakpoint abbr. and N is the col width number)
1.1.0 - 2020-09-16
- New
row-fluidclass to handle special cases with fluid containers. (See readme for description.)
- Side margins misbehaved in certain cases.
1.0.2 - 2020-09-15
- Files were included in the npm package that are not needed
1.0.1 - 2020-09-15
- Recommended installation method changed to use the
bootstrap-responsive-gridnpmjs.com package
1.0.0 - 2020-09-15
- Ability to build
cssfiles and minify them using npm scripts just like in Bootstrap - Changelog based on Keep a Changelog
- FAQ and Known Issues in README.md
0.9.0 - 2020-09-14
- Basic functional package