UNPKG

suitcss-components-grid

Version:
107 lines (66 loc) 2.78 kB
### HEAD ### 4.0.0 (January 25, 2018) * Rename `Grid-fit` to `Grid-fill` and repurpose to match sizing utility behavior [#51](https://github.com/suitcss/components-grid/issues/51) ### 3.0.3 (May 05, 2016) * Fix issue with overflowing elements [#44](https://github.com/suitcss/components-grid/pull/44) * Fix issue with offsets and no explicit cell width [#43](https://github.com/suitcss/components-grid/pull/43) ### 3.0.2 (February 15, 2016) * Update `stylelint-config-suitcss` to `4.0.0` * Update `preprocessor` to `1.0.0` * Fix `maxlen` warning on comments * Remove unused `stylelint` package as this is included with the suitcss-preprocessor. ### 3.0.1 (December 02, 2015) * Upgrade to `^0.8.0` suitcss-preprocessor * Ensure [Grid conforms](https://github.com/suitcss/components-grid/commit/91a5a46daf4e7964a38ce72f29801fd8de48d451) to SUIT CSS stylelint rules * Add license field to `package.json` ### 3.0.0 (November 01, 2015) * Switch to flexbox for layout * Add `Grid--fit` and `Grid--equalHeight` modifiers * Use PostCSS instead of suitcss-preprocessor ### 2.0.2 (October 28, 2014) * Add support for JS bundling. ### 2.0.1 (July 8, 2014) * Support different unit types for grid gutter width. ### 2.0.0 (June 26, 2014) * Change variable names. ### 1.4.1 (June 24, 2014) * Add `.css` extension to imports for interoperability. ### 1.4.0 (June 22, 2014) * npm-based workflow. * Add new preprocessor build tools. ### 1.3.0 (May 15, 2014) * Use latest variable syntax. ### 1.2.0 (April 5, 2014) * Add configurable variables. * Add `Grid-withGutter` modifier. * Add npm support. ### 1.1.0 (November 20, 2013) * Add `Grid--alignMiddle` and `Grid--alignBottom` modifiers. * Fix Component(1) install and use it in development. * Rewrite the visual tests using 'suit-test'. ### 1.0.0 (October 18, 2013) * Improve documentation. * Improve whitespace collapse reliability by using `font-size:0` (no IE 8 support). * Add `Grid--alignRight` to right-align grid cells. * Rename `Grid--center` to `Grid-alignCenter`. * Add `utils-offset` to development dependencies. ### 0.3.2 (September 1, 2013) * Add `-webkit-box-sizing` for Android 2/3. * Add CSS linting and configuration. * Add Component(1) support. * Update `utils-dimension` to v0.4.x. * Update Bower install directory path. ### 0.3.1 (May 26, 2013) * Rename `component.json` to `bower.json`. ### 0.3.0 (March 19, 2013) * Remove use of `Grid` as a child of `Grid`. * Remove default gutter. ### 0.2.0 (March 7, 2013) * Add a test file. * Fix whitespace collasping in Chrome 25. * Change class naming convention. * Remove `unit` classes; now part of a 'dimension' utility. ### 0.1.1 (February 25, 2013) * Fix typo in unit class name. ### 0.1.0 (January 22, 2013) * Initial public release.